hobbit Posted March 10 Share Posted March 10 (edited) Hi all All of a sudden my admin login page is not showing. I just get a blank page. The URL look like this https://xxx/admin123/index.php?controller=AdminLogin&token=xxx (xxx is my website address and token) but it just gives me blank page. Any ideas to start me off on fixing this? Thanks Edited March 10 by hobbit (see edit history) 1 Link to comment Share on other sites More sharing options...
Prestashop Addict Posted March 10 Share Posted March 10 Turn debug mode on by changing directly config/defines.inc.php file. if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } Link to comment Share on other sites More sharing options...
hobbit Posted March 10 Author Share Posted March 10 When I do that, i get the login page, can log in, move around in the BO etc. but it doesn't show any error. Changing it back to 'false' - blank page again. 1 Link to comment Share on other sites More sharing options...
Prestashop Addict Posted March 10 Share Posted March 10 Hi, try do delete folder cache var/cache/prod (in ssh if possible to avoid concurrent access). Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 10 Share Posted March 10 Check the errors in the Prestashop error log folder. 500 error in non debug mode. Link to comment Share on other sites More sharing options...
hobbit Posted March 10 Author Share Posted March 10 Hi, unfortunately the rest of my afternoon is booked with clients, so I'll come back to this tomorrow. Thanks so far! 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