>>> Since yesterday, no user can log into SquirrelMail. The login.php >>> returns nothing but a blank page. >>> Here is what I get in my php_error.log: >>> PHP Fatal error: Failed to initialize session module in >>> /home/httpd/ssl.xxxxx.net-443/html/webmail/functions/global.php on >>> line 295 >>> PHP Warning: Failed to write session data (user). Please verify that >>> the current setting of session.save_path is correct (/var/run/php) in >>> Unknown on line 0 >> >> so why not read and follow the error message? check session.save_path >> and check the permissions of that directory if it is correct. also >> make sure SELinux is configured to correctly allow access to that dir >> if you are using it.
> Checked: the path and permissions are correct. LIDS is also correctly > configured. Paul missed it... where you have "user" it should read "files". Your session.save_handler is set to "user" when SquirrelMail requires "files". Check in your php.ini file, and make sure it is set to files, or use an apache configuration to change it so that the SquirrelMail directory is using files. -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
