mehla Posted June 3, 2010 Posted June 3, 2010 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
Guest Posted July 15, 2011 Posted July 15, 2011 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.