Open basedir Issue
Hi.Since enabling Open Basedir on my servers, I am getting this problem when intermittenly, the user seem to be attempting to access other directories when you run a script.
For an example:
Warning: Unknown(): open_basedir restriction in effect: File (/home/user1/public_html/script.php) is not within the allowed path(s): (/home/someotheruser:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on Line 0
Any idea why this is happening and how can this be fixed?
Thanks