Jump to content

Error 500 When I click on the Modules Tab


Recommended Posts

Everything is working accept the Modules Tab. I added the reinsurance Module. It hung up while installing it. It is edited and installed but now whenever I click on the Modules tab in the back office I get Error 500 

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

 

 

All other tabs under Modules work I just can no longer access any of the modules to edit them. Please help. No Error messages display in mysql error log.

Link to comment
Share on other sites

if youv'e got internal server error: please turn on error reporting:

 

prestashop 1.5.3+

open: config/defines.inc.php

 

find this line: define('_PS_MODE_DEV_', false);

change to look like this: define('_PS_MODE_DEV_', true);

 

 

then instead this message (internal server error) you will see detailed information about error

Link to comment
Share on other sites

×
×
  • Create New...