I'm running PHP 4.1.2 on RedHat Linux 7.2 with Plesk Administrator
I get the following error when running a script:
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/mydomain.com/httpdocs/mlm/admin/config.php on line 97
Warning: Failed opening 'All-Lists General Footer' for inclusion (include_path='.:') in /usr/local/psa/home/vhosts/mydomain.com/httpdocs/mlm/admin/config.php on line 97
In another script, Fopen is not executing...so perhaps its my open_basedir setting :rolleyes:
Here is my open_basedir setting from phpinfo
local value: /usr/local/psa/home/vhosts/mydomain.com/httpdocs
master value: no value
Question: Should I assign no value to the "local value" and if so, do I just enter "" to
replace "/usr/local/psa/home/vhosts/mydomain.com/httpdocs" in my conf file, erase it, or what?
Thanks in advance for your assitance here.