Jump to content

Version 1.1 themes’ compatibility


Recommended Posts

  • 1 month later...
  • 2 months later...

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

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

  • 2 months later...

There is a bug when turning on V1.1 compatibility in Prestashop V1.2

You 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

  • 3 months later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...