Is this a php.ini setting issue?
I have a shopping cart that i am working on and it works fine so far on my local testing server but when i put it to my remote server i get this error
Warning: main() [function.main]: open_basedir restriction in effect. File(/WA_eCart_Definition_PHP.php) is not within the allowed path(s): (/var/www/vhosts/markwatsoncarvings.com/httpdocs:/tmp) in /var/www/vhosts/markwatsoncarvings.com/httpdocs/WA_eCart/markwatsonCart_PHP.php on line 2
Warning: main(WA_eCart_Definition_PHP.php) [function.main]: failed to open stream: Operation not permitted in /var/www/vhosts/markwatsoncarvings.com/httpdocs/WA_eCart/markwatsonCart_PHP.php on line 2
Fatal error: main() [function.require]: Failed opening required 'WA_eCart_Definition_PHP.php' (include_path='.:.:') in /var/www/vhosts/markwatsoncarvings.com/httpdocs/WA_eCart/markwatsonCart_PHP.php on line 2
I checked this setting on both my local server php.ini and remote server php.ini and the setting were the same; disabled?
; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;open_basedir =
Is there another setting i should check?
thanks
jim balthrop

