Heh, and when I uploaded this question, my mail client downloaded the threads with the answer...
For those that haven't found it yet, it's a PHP 4.3.3 thing. Apparently, session behavior was changed in PHP 4.3.3. The first is either to install the previous version of PHP or to make the following modifications in squirrelmail In the following files, find the session_start() and replace it with sqsession_is_active() - src/redirect.php 1 occurrence - src/webmail.php 1 occurrence. Unfortunately, this hasn't quite fixed things for me as now I'm getting a new error. The login occurs then squirrelmail gives me the following error... "Error, you must be logged in to access this page" Possibly, the best short-term fix is to downgrade to PHP 4.3.2. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Squirrel Sent: Sunday, October 05, 2003 2:53 PM To: [EMAIL PROTECTED] Subject: [SM-USERS] Problems with PHP Sessions Recently, I was fooling around with my php installation (yeah yeah, I know -- don't' say it *laugh*). In the end, I successfully upgraded to php 4.3.3 and based up return data from phpinfo, it seems to be running well. However, I'm getting some errors with both squirrelmail and egroupware that I can't quite figure out. When I go to the squirrelmail page, I get the login. But once I click the login button, I see the following. --- snip --- Notice: A session had already been started - ignoring session_start() in C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php on line 40 Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php:40) in C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\functions\i18n.php on line 1611 Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php:40) in C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php on line 58 Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php:40) in C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php on line 92 Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php:40) in C:\Inetpub\wwwroot\mail\squirrelmail-1.4.1\src\redirect.php on line 153 ---- end snip --- Oddly, other php apps appear to be working fine. This is all under Win/XP & IIS 5.0. Anyone got any clues? ~Jeff ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users