Fatal error -> session_start()

Found a bug? Tell us!!
Post Reply
James

Fatal error -> session_start()

Post by James »

Just upgraded to 0.9. Getting this error frequently...

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /MY_INSTALL_DIR/serendipity_config.inc.php on line 6


Any ideas?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Fatal error -> session_start()

Post by garvinhicking »

Please contact your server provider; the PHPs session storage facility has problems. This is the case if /tmp does not exist, is not writable, or the disk is full.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
James

Post by James »

Thanks. The problem seemed to clear up on its own. So hard to debug when problems are intermittent!

All is good now. :D
Post Reply