Unfortunately, that doesn't seem to work. I added the setting to /usr/local/lib/php.ini and put a copy of php.ini in /usr/local/etc where the new mod_php4 installation seemed to want to put another copy of the file.
I restarted apache and then even rebooted my machine. No luck. Any other suggestions? Mike > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Jonathan Angliss > Sent: Sunday, February 02, 2003 6:33 PM > To: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Upgrade to php 4.3 and can't log in now > > > > > I just upgraded a few of my packages on my FreeBSD 4.7 box > > and my previous bulletproof Squirrelmail installation has > > kicked the bucket. > > > > I'm now running apache13+modssl 1.3.27 with mod_php4 4.3.0 > > and SM 1.2.10. When logging in (with the secure_login plugin) > > I get the following message: > > > > Warning: session_write_close() [function.session-write-close]: > Your script > > possibly relies on a session side-effect which existed until PHP 4.2.3. > > Please be advised that the session extension does not consider global > > variables as a source of data, unless register_globals is > enabled. You can > > disable this functionality and this warning by setting > > session.bug_compat_42 > > or session.bug_compat_warn to off, respectively. in > > /xxx/xxx/xxx/src/redirect.php on line 170 > > > Any ideas on how to fix this? > > Do as the error message suggests, add "session.bug_compat_42 = Off" to > your php.ini file, then restart your webserver. I'm just building apache2 > and PHP 4.3.0 now, and I'm going to see if I can fix some other session > problems. > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > -- > 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: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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
