Rui Alves Posted December 4, 2017 Share Posted December 4, 2017 Hello I have a Prestashop 1.7.2.4. installation on a server. When I try to access the modules management in the backoffice, I get a page with the error status HTTP 500. The most strange of this is that when I enable debugging to see the error (with define('_PS_MODE_DEV_', true)) the error 500 just does not happen, everything works as expected and the modules management open with no problem. If I disable debugging, the error happens again. I have the same installation running on my local PC and it works fine. Do you have any idea about this behaviour? Thank you Link to comment Share on other sites More sharing options...
razaro Posted December 4, 2017 Share Posted December 4, 2017 Hi Rui Alves Welcome to the forum. That strange behavior is not uncommon in 1.7 Because PrestaShop keeps 2 cache, one for dev (when debug is on) and prod when debbug is not enabled. So try to rename app/cache prod folder or delete it. 1 Link to comment Share on other sites More sharing options...
Rui Alves Posted December 5, 2017 Author Share Posted December 5, 2017 Hi razaro That was it. Thank you! 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