Jump to content

Recommended Posts

After installing SquirrelMail I am facing the following error on initial start up.

 

SquirrelMail 1.4.x is not compatible with PHP's session.auto_start setting. Please disable it at least for the location where SquirrelMail is installed.

 

Now my problem is not how to turn session.auto_start off (php.ini) as I really don't want to.  Does any one know how I can go about turning it off for the squirrelmail directory only??

 

Many Thanks

There's no good reason to have session.auto_start on in the first place.

 

You would need to tell us how php is integrated with the web server and which web server you are using. Is php running as an Apache Module or as a CGI application?

Yes, it prevents you from changing or configuring any of the session settings in a script (which is probably why SquirrelMail won't work) and it prevents you from doing things like using OOP/classes in session variables (which also might be the reason SquirrelMail won't work.)

 

You should be able to put php settings into a .htaccess file in the folder in question.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.