Okay, I've tried a bunch of things on this one and can't figure it
out.
The line in my phpinfo:
open_basedir /var/www/vhosts/mysite.com/subdomains/intranet/httpdocs:/
tmp no value
Why would I get a "Warning: move_uploaded_f ile(): open_basedir
restriction in effect." error message if I've used SSH to set the
Master open_basedir value to "no value" (as evidenced by phpinfo)?
I've tried using an .htaccess file to do a php_admin_value
open_basedir "" to set the Local value as well but that always yields
an Internal Server Error (probably my lack of knowledge on .htaccess)
and I believe the Master value should override that anyway.
I've also tried setting the Master value to be all inclusive (i.e. "/
var") and still get the same open_basedir restriction error. Any help
would be greatly appreciated as I'm at wits end.
I'm running I'm running PHP Version 4.3.9 if that makes a difference.
out.
The line in my phpinfo:
open_basedir /var/www/vhosts/mysite.com/subdomains/intranet/httpdocs:/
tmp no value
Why would I get a "Warning: move_uploaded_f ile(): open_basedir
restriction in effect." error message if I've used SSH to set the
Master open_basedir value to "no value" (as evidenced by phpinfo)?
I've tried using an .htaccess file to do a php_admin_value
open_basedir "" to set the Local value as well but that always yields
an Internal Server Error (probably my lack of knowledge on .htaccess)
and I believe the Master value should override that anyway.
I've also tried setting the Master value to be all inclusive (i.e. "/
var") and still get the same open_basedir restriction error. Any help
would be greatly appreciated as I'm at wits end.
I'm running I'm running PHP Version 4.3.9 if that makes a difference.
Comment