Patric Posted August 27, 2009 Share Posted August 27, 2009 You'll find in the Back Office of the 1.2.2 version an option allowing compatibility with the themes of the 1.1 version :Back Office >> Preferencesv1.1 theme compatibility Link to comment Share on other sites More sharing options...
Nancy Hiwatari Posted October 6, 2009 Share Posted October 6, 2009 Thank you so much, i was looking for this time ago >w< *hugs* Link to comment Share on other sites More sharing options...
freeme Posted December 8, 2009 Share Posted December 8, 2009 Will turning this on fix the problem with the customers not being able to login (connection to server reset while page was loading error)? I read somewhere here on the forum that some guy installed the authorization.php file from 1.1 into his 2.4 and now his customers can login after the first logout. After 3 days of working on this cart I'm not prepared to play around too much, but if an older authorization.php file will work I'm desperate enough to give it a try at this point. Link to comment Share on other sites More sharing options...
freeme Posted December 9, 2009 Share Posted December 9, 2009 Well I had nothing to lose at this point so I tried it. I turned on 1.1 compatibility, and then tried a test customer account to login. Some behaviour has changed. Though I still get a connection reset error, now when I press the Retry button 2x (the first time just returns to connection reset page) on the second retry I now get forwarded to my prestashop's front page. Progress!Without 1.1 compatibility on I can press the Retry button all I want, it doesn't move from that error page. I always have to use the back button to get back to the login page.Well i'm still no further ahead, but hopefully this helps the programs figure things out for other customers. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 9, 2010 Share Posted February 9, 2010 There is a bug when turning on V1.1 compatibility in Prestashop V1.2You will get javascript errors that will mess up the functionality of the page Error: syntax error extraParams:{ajaxSearch:1,id_lang:} Error: syntax error var displayPrice = ; To fix this you need to add 2 new lines in /init.php below line #180, it should look like 'currencies' => Currency::getCurrencies(), 'priceDisplay' => intval(Configuration::get('PS_PRICE_DISPLAY')), 'cookie' => $cookie, 'id_currency_cookie' => intval($currency->id), Link to comment Share on other sites More sharing options...
Matthieu Biart Posted May 25, 2010 Share Posted May 25, 2010 Hi everyone!tomerg3 please report this bug on the bug tracker, not on the forum where we cannot find it!Indeed having a look on the bug tracker is more realistic than having a look on each forum post in order to find bug reports.Thank you. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 25, 2010 Share Posted May 25, 2010 Hi everyone!tomerg3 please report this bug on the bug tracker, not on the forum where we cannot find it!Indeed having a look on the bug tracker is more realistic than having a look on each forum post in order to find bug reports.Thank you. Point taken... however, I posted this a long time ago, I started using the bug tracker since, although the last couple of bugs I reported were either ignored or dismissed (Search query optimization, and the 777 file permissions in the installation instructions).I believe this bug was already fixed in 1.3 which is why I didn't bother posting it there. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now