Jump to content

Order page is not loaded in backoffice


Sachin@Sharma

Recommended Posts

Do you get error 400,500? A blank white page? 

I suggest you turn debug mode on under : public_html/config/defines.inc.php

Once you open up that file, look for: 

/* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', false);

and change false into true. Once you've done that go back to your orders page.

Link to comment
Share on other sites

13 hours ago, Juan Rios1 said:

Do you get error 400,500? A blank white page? 

I suggest you turn debug mode on under : public_html/config/defines.inc.php

Once you open up that file, look for: 

/* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', false);

and change false into true. Once you've done that go back to your orders page.

I did not get any error.

and my debug mode is always on So there is no error.

But my orders page is always in loading condition.

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