> 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>
Is it supposed to be php_flag? or php_value? What about using: php_value session.save_handler "files" I can never remember which one is used for which. Did you remember to restart apache after applying? -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- 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)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
