php error
Posted: Sun Sep 18, 2011 12:48 pm
Hi guys,
My website some times not all the time is showing this error at the bottom of the page:
I tried creating a file called ini.php and added this code into it:
But that didn't work?
Youssef
My website some times not all the time is showing this error at the bottom of the page:
Code: Select all
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 0Code: Select all
session.bug_compat_42 = 1
session.bug_compat_warn = 0Youssef