Peter's Blog 3.8.2004

2004-08-03

drupal vs squirrelmail

Installed squirrelmail and it refused to run, giving the error::

  session_start(): Failed to initialize storage module

Studying the Bug List I saw this comment

  Hi,
  had the same error, added the following line before starting the
  session:
    ini_set('session.save_handler', 'files');
  this fixed it in my case...

Well, one of the steps for installing Drupal is to set

  session.save_handler = user

in php.ini. Looks like a dichotomy to me, 'files' != 'user'.

So I changed the squirrelmail file 'global.php' as follows

  
  ini_set('session.save_handler', 'files');
  session_start();

and problem solved.

posted at 14:07:12    #    comment []    trackback []
August 2004
MoTuWeThFrSaSu
       1
2 3 4 5 6 7 8
9101112131415
16171819202122
23242526272829
3031     
Jul
2004
 Sep
2004

A blog documenting Peter's dabblings with Python, Gentoo Linux and any other cool toys he comes across.

XML-Image Letterimage

© 2004, Peter Wilkinson

Bisi and me