Jump to content

An error has occurred on the site during the recovery http://constantinestore.gr/el/authentication.


Recommended Posts

if you've got internal server error (error code: 500) turn on error reporting:

open config/defines.inc.php
 
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
 
then you will see more information about error (what and where doesnt work)
Link to comment
Share on other sites

×
×
  • Create New...