Hello David, On Tuesday, January 14, 2003, David Rees wrote... > I just upgraded a server running SM 1.2.10 to PHP 4.3.0. After > upgrading, the prev/next and delete&prev/delete&next buttons no longer > worked.
> I saw messages in the error log like this: > [error] PHP Notice: Undefined variable: msgs in > /usr/local/squirrelmail/squirrelmail-1.2.11-cvs-20030114/src/read_body.php > on line 560 This appears because you have your error_reporting in your php.ini file set to E_ALL, this displays all warnings. > I then turned on session.bug_compat_42 and the related warning and found > these errors in the log file: > [error] PHP Warning: session_write_close() [<a > >href='http://www.php.net/function.session-write-close'>function.session-write-close</a>]: > 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 > /usr/local/squirrelmail/squirrelmail-1.2.10/src/redirect.php on line > 170 I plan to be looking into PHP 4.3 to work out what major changes were made in the handling of PHP. What you might want to try is upgrading to either the 1.2.11[cvs] version, or the 1.4[cvs] version. Note that the 1.2 series will be going away soon, but the 1.2.11[cvs] version has some session issue fixes that may have worked around this. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en -- 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
