I just upgraded to SM 1.2.11 today on FreeBSD 4.7-STABLE. I am running
mod/PHP v. 4.3.0. I am running mod_php with register_globals 0. When I
went to login, I was greeted with:
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
/path/src/redirect.php on line 170
Warning: Cannot modify header information - headers already sent by
(output started at /path/src/redirect.php:170) in
/path/src/redirect.php on line 171
When I did a search of session.bug_compat_42 and session.bug_compat_warn in
/path/src/redirect.php there was nothing. Looking at line 170 of
redirect.php:
-------------
/* Write session data and send them off to the appropriate page. */
session_write_close();
header("Location: $redirect_url");
-------------
What needs to be changed?
michael
-------------------------------------------------------
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users