michi Posted March 25, 2006 Posted March 25, 2006 I got this warning message above when adding new product in the admin area. What does it means? I don't understand why i got this message knowing that the product was added without problem and it apear in my catalog. Can it produce any bug? 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 Thanks all! :thumbsup:
custodian Posted March 25, 2006 Posted March 25, 2006 I got this warning message above when adding new product in the admin area. What does it means? I don't understand why i got this message knowing that the product was added without problem and it apear in my catalog. Can it produce any bug? Thanks all! :thumbsup: Well all of this in located in your php.ini You eithr need to enable register_globals My session.bug settings are session.bug_compat_42 = 0 session.bug_compat_warn = 1 You may need to turn them both off (If you have access to your php.ini) If you do not, you may have to create some entries in your .htaccess file to override the host's php.ini settings. My Contributions Henry Smith
michi Posted March 27, 2006 Author Posted March 27, 2006 Thnak you custodian. It's stranger. Know i put some products and the error not apear. I suspect that more than one person was acessing the admin that day and because of it we got a session warning. I wil see with my partner if he done it at the same time i did. Most of the hoster like not to modify their server configuration. I will find a solution that avoid it. Thanks a lot. :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.