open_basedir restriction problem -SOLVED
on one of my sites I suddenly get this message:
Warning: session_start() [function.session-start]: open_basedir restriction in effect. File(/var/tmp/) is not within the allowed path(s): (/home/admin/:/tmp:/usr/local/lib/php/) in /xxx/xxx/domains/xxx.nl/public_html/manager/includes/config.inc.php on line 60
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /xxx/xxx/domains/xxx.nl/public_html/manager/includes/config.inc.php on line 60
Line 60 of that file says: session_start();
I have other sites which use same cms on this server that do not have this problem.
thanks for any help.
on one of my sites I suddenly get this message:
Warning: session_start() [function.session-start]: open_basedir restriction in effect. File(/var/tmp/) is not within the allowed path(s): (/home/admin/:/tmp:/usr/local/lib/php/) in /xxx/xxx/domains/xxx.nl/public_html/manager/includes/config.inc.php on line 60
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /xxx/xxx/domains/xxx.nl/public_html/manager/includes/config.inc.php on line 60
Line 60 of that file says: session_start();
I have other sites which use same cms on this server that do not have this problem.
thanks for any help.
Last edited: