Initailly, all seemed well but when I try to log in to the admin side I get an error:-
Quote
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
I've searched on line for a solution and I've tried adding lines to .htaccess (no joy), also to place a sessions.php file in my root directory as follows:
<? php
// Added to turn off php warnings (see register_globals contrib/patch readme)
ini_set("session.bug_compat_warn", "off");
ini_set("session.bug_compat_42", "off");
?>
Further, the download .zip file containing the workaround information no longer has a README.TXT file which we're urged to read!
Nothing has worked for me - any bright ideas please?









