[Typo3] SAFE MODE and fopen() problem

Michiel Roos typo3 at monosock.org
Mon Oct 31 16:03:17 CET 2005


On Sun, 30 Oct 2005 17:08:23 +0200, tapio wrote:
> that server use PHP in safe mode - what I can do

Make sure the owner/group of the scripts you are trying to execute/access
is the same as the user/group apache is running as.

On my system apache runs as group www-data.
On my system I would do 
chown -R :www-data TYPO3dir

That wil change the group (chown) of the TYPO3dir and all included dirs
and files (-R) to www-data.

If you only have ftp access you will have to set the permissions with an
ftp client.

Cheers,


Michiel Roos



More information about the TYPO3-english mailing list