Sachin@Sharma Posted January 7, 2020 Share Posted January 7, 2020 Whenever I clicked on orders button than the page is in loading only, I don't know why it is happening. Link to comment Share on other sites More sharing options...
Juan Rios1 Posted January 7, 2020 Share Posted January 7, 2020 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 More sharing options...
Sachin@Sharma Posted January 8, 2020 Author Share Posted January 8, 2020 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 More sharing options...
JBW Posted January 8, 2020 Share Posted January 8, 2020 Check in your browser console if there are any errors in Ajax calls (XHR) 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