open_basedir error

Hi, I am getting this error on a client's account when a php is run:

Warning: Unknown(): open_basedir restriction in effect. File(/home/lowcarb/public_html/processOrder.php4) is not within the allowed path(s): (/home/highb:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0

the strange thing is that "/home/highb" is not what it is set to in httpd.conf. In there it is set to "php_admin_value open_basedir "/home/lowcarb: ..." So I don't understand why highb is showing up, or what the problem might be.

Any suggestions?

 

 

 

 

Top