Jump to content

Ps 1.7.8.6 BO Order list page return error 302


Blawdi

Recommended Posts

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

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

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...