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?
Fatal error -> session_start()
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Fatal error -> session_start()
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
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/
# 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