Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What does it means?


michi

Recommended Posts

Posted

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:

Posted
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

Posted

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:

Archived

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

×
×
  • Create New...