you guessed it, error error
i'm getting this weird page after doing nothing to any files. anyone have any ideas what the issue is?
Warning: session_start() [function.session-start]: open_basedir restriction in effect. File(/home/beavey/tmp) is not within the allowed path(s): (/home/morawski/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/morawski/public_html/zenimagery/zp-core/admin-functions.php on line 9
Fatal error: session_start() [function.session-start]: Failed to initialize storage module: files (path: ) in /home/morawski/public_html/zenimagery/zp-core/admin-functions.php on line 9
I can't tell you exactly what is causing it, but I can tell you what is going on.
Zenphoto creates a session for your admin page access. On your server, something in its security restrictions is interfearing with the PHP session processing. Since I really don't know what PHP does for a start session, I don't know what is at issue. But it seems to have something to do with the folder PHP uses since the error message is saying that your security (open_basedir restriction) is preventing PHP from accessing the file.
I suggest you speak to your ISP support team on this.