Jump to content

[solved] Shop suddenly appears blank?


Recommended Posts

when you receive blank page, enable PrestaShop error reporting

 

open file config/defines.inc.php

 

change this line to true, for example:

define('_PS_MODE_DEV_', true);

now recreate issue

after you obtain underlying error, you can then search for issue to see is resolution.

note:set back to false when done testing

Link to comment
Share on other sites

when you receive blank page, enable PrestaShop error reporting

 

open file config/defines.inc.php

 

change this line to true, for example:

define('_PS_MODE_DEV_', true);

now recreate issue

after you obtain underlying error, you can then search for issue to see is resolution.

note:set back to false when done testing

Your a life saver, Thank you! Found the issue and sorted it out. Syntax error in code.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...