Memcached problems

unkn0wn92x

Verified User
Joined
Sep 7, 2011
Messages
6
When i go to squirremail login page i got this error:
Code:
Warning: Unknown: Failed to write session data (memcached). Please verify that the current setting of session.save_path is correct (127.0.0.1:11211) in Unknown on line 0

After that, i try to login and i got this:
Code:
Warning: session_write_close() [function.session-write-close]: Failed to write session data (memcached). Please verify that the current setting of session.save_path is correct (127.0.0.1:11211) in /var/www/html/squirrelmail-1.4.21/src/redirect.php on line 189

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/squirrelmail-1.4.21/src/redirect.php:189) in /var/www/html/squirrelmail-1.4.21/src/redirect.php on line 190
 
Do you have memcached server running and php-memcached installed properly in your server ?
 
Back
Top