Blawdi Posted June 4, 2022 Share Posted June 4, 2022 Hello, I am coming to you because I can't find a solution. I made an update from Prestashop 1.7.1 to 1.7.8.6 on WAMP. To be able to do this update I had to apply this on the tables before the update: ALTER TABLE `configuration` ROW_FORMAT=DYNAMIC; ALTER TABLE `connections_source` ROW_FORMAT=DYNAMIC; ALTER TABLE `customer` ROW_FORMAT=DYNAMIC; ALTER TABLE `employee` ROW_FORMAT=DYNAMIC; ALTER TABLE `order_state` ROW_FORMAT=DYNAMIC; ALTER TABLE `page_type` ROW_FORMAT=DYNAMIC; ALTER TABLE `smarty_cache` ROW_FORMAT=DYNAMIC; The update via 1clic is done without error. Once done I do CTRL+F5 to update the browser cache and I navigate in the new Backoffice, the problem is that I can not access the command. When I click on Commands, it loads the Dashboard, when I'm in dev mode, in the console I see this : Status code: 302 I don't know if I can put the returned information here (Maybe sensitive?) On the front office, adding a product in the cart also returns an error too many redirect, I think it's probably related. Thanks in advance for your ideas Link to comment Share on other sites More sharing options...
Nickz Posted June 5, 2022 Share Posted June 5, 2022 2 hours ago, Blawdi said: I made an update from Prestashop 1.7.1 to 1.7.8.6 on WAMP. Reason being? On your PC or on your server? PHP and theme Version if you could. Link to comment Share on other sites More sharing options...
Blawdi Posted June 5, 2022 Author Share Posted June 5, 2022 (edited) Because of the new hosting which does not propose any more php 7.1 to make this update. The theme is Justice the last compatible version. Currently the server is on Php 7.3 Edited June 5, 2022 by Blawdi (see edit history) Link to comment Share on other sites More sharing options...
Nickz Posted June 5, 2022 Share Posted June 5, 2022 10 hours ago, Blawdi said: Because of the new hosting which does not propose any more php 7.1 to make this update. The theme is Justice the last compatible version. Currently the server is on Php 7.3 Change that host. He has to serve you not the other way round. Contabo you get a VPS for about $70 a year. On a VPS you can maintain your PHP version. 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