I am getting the following -
Warning: Unknown(): open_basedir restriction in effect. File(/home/toronto/public_html/test.php) is not within the allowed path(s): (/home/steverya:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0
Warning: Unknown(/home/toronto/public_html/test.php): failed to open stream: Operation not permitted in Unknown on line 0
Warning: (null)(): Failed opening '/home/toronto/public_html/test.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
when I try to run any php script (even a simple echo statement)
I can run PHP scripts OK under different user accounts on the server.
The only thing I can think of I my site is based on an IP address -
http://64.5.52.185/~toronto/test.php
- not a normal domain.
Could this be the problem? Any ideas?
Thanks,
Steve