Re: [PHP] Problems with the safe mode...

2002-08-26 Thread @ Edwin
I'm not sure but... Check your httpd.conf and see if you're running Apache as "Group -1". Change this to "nobody" or better yet make a new user/group (like apache/apache for example) for your Apache and change the lines- User nobody Group -1 to User apache Group apache Then, restart

[PHP] Problems with the safe mode...

2002-08-26 Thread Sebastian Tomasino
Hi everyone... I have some problem with the safe mode of php. i get this errors when i try to access the file. -- PHP Warning: SAFE MODE Restriction in effect. The script whose uid/gid is -1/-1 is not allowed to access data.txt