Hi, I'm pulling my hair out trying to make this work and any help
would be appreciated ...
When I try to move the uploaded file:
move_uploaded_f ile($_FILES["file"]["tmp_name"],"/var/www/vhosts/
mydomain.com/intranet/httpdocs/lib/slips/in/$filename.pdf") ;
I get the following error:
Warning: move_uploaded_f ile(): SAFE MODE Restriction in effect. The
script whose uid is 10001 is not allowed to access /var/www/vhosts/
mydomain.com owned by uid 0
However, my phpinfo() tells me that the master value for safe mode is
Off. Why do I keep getting SAFE MODE errors iwhen php tells me that
safe mode is turned off?
Pleeeease help. Thanks.
would be appreciated ...
When I try to move the uploaded file:
move_uploaded_f ile($_FILES["file"]["tmp_name"],"/var/www/vhosts/
mydomain.com/intranet/httpdocs/lib/slips/in/$filename.pdf") ;
I get the following error:
Warning: move_uploaded_f ile(): SAFE MODE Restriction in effect. The
script whose uid is 10001 is not allowed to access /var/www/vhosts/
mydomain.com owned by uid 0
However, my phpinfo() tells me that the master value for safe mode is
Off. Why do I keep getting SAFE MODE errors iwhen php tells me that
safe mode is turned off?
Pleeeease help. Thanks.
Comment