SAFE MODE ERROR !!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amol
Forum Newbie
Posts: 1
Joined: Thu Jul 10, 2003 6:05 am

SAFE MODE ERROR !!!

Post by amol »

Hi,
I am new to PHP.
I am creating a File manager.
I created a folder through php code with 777 permissions.But when i am opening that folder it is giving me the following error

Warning: opendir() [function.opendir]: SAFE MODE Restriction in effect. The script whose uid is 535 is not allowed to access /home/virtual/site30/fst/var/www/html/filemanager//upload/ owned by uid 48

can anybody tell me how to solve this sort of problem?

Thanks in advance

Amol
Post Reply