Jump to content

unknow error message


Jay2391

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.