[TYPO3-english] Installation Problem

Philipp Gampe philipp.gampe at typo3.org
Mon Jan 20 18:23:17 CET 2014


Hi Paul,

Paul Smith wrote:

> Here is what happened when I did as you asked.  I received the
> "Enable_Install_Tool" locked message and created the file myself and gave
> it a permission of 777.  Then when I refreshed the browser I got this
> message:
> 
> Fatal error: Uncaught exception 'RuntimeException' with message 'Could not
> create directory
> 
"/home/website/public_html/webdev/website/typo3temp/Cache/Code/cache_core/"

Please take a look at the Install file in your source.

You must have read+write+execute permissions for
fileadmin/
typo3temp/
typo3conf/
uploads/

and at least read and execute permissions for
typo3/
index.php

You should not use 777 as permissions, but instead learn how permissions are 
used on Unix-style file systems and how you need to configure your server.
Ideally you have 700 for the first folders and 500 for the second set.

But this depends on your server configuration.

For CentOS, it should be like for Fedora. I do not know what the default 
webserver user is (I always change it), but I think it is apache or apache2.

You need to change the owner of your files and folders to your webserver 
user via $ chown apache:apache <path>
Then you can go ahead and change the permissions to 750 and 640.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-english mailing list