Jump to content

Is the problem with Prestashop or with host?


Recommended Posts

if you see blank pages, you should definitely try with:

 
 
open config/defines.inc.php
 
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
 
you will see where the problem is... but i've noticed several times, that if this problem appears only some time - it might be related to not enough resoursces on webhosting (especially ram memory)
Link to comment
Share on other sites

×
×
  • Create New...