Safemode problem or providers fault? [message #8979] |
Wed, 05 March 2003 17:05 |
_pz_
Messages: 14 Registered: February 2003
Karma: 0
|
Junior Member |
|
|
Hello again,
After step 1 I receive numerous warnings like this:
Quote: | Warning: SAFE MODE Restriction in effect. The script whose uid is 30 is not allowed to access /home/www/web170/html/yookie/forum owned by uid 1067 in /home/www/web170/html/yookie/install_safe.php on line 236
|
and afterwards invalid file handles, of course.
Don't understand the change in uid; 1067 is wwwrun, how comes to
30 in the midst of the installation?
Any help appreciated,
pz
|
|
|
Re: Safemode problem or providers fault? [message #8984 is a reply to message #8979] |
Wed, 05 March 2003 19:19 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This is most likely due to some server application changing the permissions of the directories/files inside your home directory to your username, since it happened while the forum was being installed it broke it.
FUDforum Core Developer
|
|
|
|
Re: Safemode problem or providers fault? [message #9005 is a reply to message #8995] |
Thu, 06 March 2003 14:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Even if the Apache thread changes, the uid will remain the same since all Apache children run under the same UID. Unless you are using php in CGI mode.
FUDforum Core Developer
|
|
|
|