Jump to content

500 Server Error


Recommended Posts

Try clearing all your caches

 

then

 

Switch in error reporting it may help identify the issue

 

  1. Log into your hosting admin dashboard, control panel, SSH, or FTP client.
  2. Navigate to the PrestaShop 1.5/1.6 root folder.
  3. From there, navigate the path /config/defines.inc.php
  4. Open up the defines.inc.php file in your preferred text editor.
  5. Find the line of code that reads define(‘_PS_MODE_DEV_’,false); This is line 28 by default as of PrestaShop 1.5.6
  6. Change it to read  define(‘_PS_MODE_DEV_’,true);
  7. Save the defines.inc.php file back to the path, overwriting the existing file if needed
Link to comment
Share on other sites

×
×
  • Create New...