Page 1 of 1

Fatal error -> session_start()

Posted: Tue Nov 01, 2005 6:46 am
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?

Re: Fatal error -> session_start()

Posted: Thu Nov 03, 2005 9:21 am
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

Posted: Thu Nov 03, 2005 11:12 pm
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