Jay2391 Posted January 6, 2007 Share Posted January 6, 2007 I was changing some code and now i get this error in one of my pages do some knows what it is??? and how to urn it off!!!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 Link to comment https://forums.phpfreaks.com/topic/33071-unknow-error-message/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 6, 2007 Share Posted January 6, 2007 You need to post the code for the file that this error is occurring in to get specific help, but most likely, you are using session_register or register_globals are on and you have a global variable with the same name as a $_SESSION variable. Link to comment https://forums.phpfreaks.com/topic/33071-unknow-error-message/#findComment-154245 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.