[Typo3-debian] typo3 3.7 install problems

Christian Jul Jensen christian at jul.net
Wed Dec 8 09:30:16 CET 2004


"Dennis Hansen" <post at dennishansenxxx.dk> writes:

> I cant get into backend.
> 
> See the problem here:
> 
> Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is
> 10034 is not allowed to access
> /usr/local/psa/home/vhosts/cms3.dk/httpdocs/typo3temp/llxml owned by uid
> 2526 in
> /usr/local/psa/home/vhosts/xxx/httpdocs/typo3/t3lib/class.t3lib_div.php on
> line 2020
> 
> Warning:
> fopen(/usr/local/psa/home/vhosts/cms3.dk/httpdocs/typo3temp/llxml/misc.xml_afa1f1199c.default.iso-8859-1.cache):
> failed to open stream: No such file or directory in
> /usr/local/psa/home/vhosts/xxx/httpdocs/typo3/t3lib/class.t3lib_div.php on
> line 2020
> ERROR: File not written to disk! Write permission error in filesystem?
> 
> Thanks

The problem is file permissions, "The script whose uid is 10034 is not
allowed to access", means that the script runs as a user that doesn't
own the files it's trying to manipulate. Since you're run PHP in
SAFE_MODE, it's not enough to have writeaccess to the files, it needs
to own them, you can relax this to being in the group that owns the
file, by modifying your PHP settings.

--
- julle



More information about the TYPO3-debian mailing list