I am creating a site with the latest version 2.02 patch 2 (2.02.2?)
And received this message….
Warning: Unknown: 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 Unknown on line 0
Someone else asked this question. Here is Tech answer:
[This is a known issue with the V 4.2.3. You can disable the warning by setting session.bug_compat_42 or session.bug_compat_warn to off in your .htaccess file.
You can also ignore it as it does not affect the site in any way.]