Hi all!
(excuse me for the bad english)
I have a basic debian woody with courier and apache (details see bellow). I installed the SquirrelMail normaly, but it doesnt work. I got empty pages only into my browser and the apache error_log filled with this warnings:
PHP Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /var/www/mail.tewe.hu/functions/global.php on line 333
Then I searched the google, and I found a tip. I wrote this into my httpd.conf:
<Directory /var/www/mail.tewe.hu>
php_flag session.save_handler files
</Directory>Now the login screen appeared (sometimes) but it is not work stable and the login was unsuccesful every time. The apache write a lot of message into the error_log. The messages are the following:
PHP Warning: session_start(): Cannot find save handler 0 in /var/www/mail.tewe.hu/functions/global.php on line 333
PHP Warning: session_register(): Cannot find save handler 0 in /var/www/mail.tewe.hu/functions/global.php on line 151
Details: PHP 4.3.10 (and the distrib recommended php.ini) Apache/2.0.49 (Unix) mod_ssl/2.0.49 OpenSSL/0.9.6c PHP/4.3.10 Debian woody (Linux 2.4.18.040922.4 i686 unknown) courier 0.48.2 SquirrelMail 1.4.4
Now i give up. I searched this error message everywhere (SM lists, and the google), but I can't find the answare.
Please help me! Whats wrong? Whats missing?
regards,
Hav
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- 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=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
