Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

session issue with php version 5.3.0


mehla

Recommended Posts

Posted

Hi Everyone,

 

I installed php 5.3.0 but when I check the oscommerce I found that login and add products to shopping cart is not working. I am thinking that this is a session related issue.

 

Could anybody please tell me how this could be resolved?

 

Thanks in advance.

 

 

Regards

Bijender Mehla

  • 1 year later...
Posted

Das Problem war doch eine Konfigurations-Einstellung in der php.ini, und zwar der Wert

session.use_only_cookies.

Der war in meiner alten php.ini auskommentiert, also habe ich das in der php.ini auch so gemacht, weil ich ja keine Cookies erzwingen wollte.

Ich habe dabei nicht bedacht, daß in php 5.3 der Wert per default auf 1 steht.

 

-----

 

in english:

 

it is a configuration problem:

in

/etc/php5/apache2/php.ini

you have to set

session.use_only_cookies = 0

 

and there are some other problems, that i solved manually with the help of this:

http://www.oscommerce.com/community/contributions,7394

Archived

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

×
×
  • Create New...