Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /home/bcpnews/public_html/brockworthnews.com/include/session.php on line 47
SOLUTION
In the .htaccess in your public_html folder, put:
php_value session.save_path /home/USERLOGIN/tmp(Where it says USERLOGIN, put the login you use to access cpanel.
Example:(/home/moose:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/moose)
His login would be moose )
I believe this is an error on behalf of hosting provider. Looks like somebody hasn't set the tmp file location.. or perhaps its just a bug. I dunno. Anyhow, its fixed if you do what i wrote above.
Edited by Kedishen, 10 December 2008 - 02:54 AM.













