Jump to content

Blank category in Front Office


Recommended Posts

if you see 500 internal server error: please turn on error reporting, then instead of error you will see what and where doesnt  work (error message with full error code.)

open config/defines.inc.php
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
  • Like 1
Link to comment
Share on other sites

 

if you see 500 internal server error: please turn on error reporting, then instead of error you will see what and where doesnt  work (error message with full error code.)

open config/defines.inc.php
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);

 

 

It is problem with other module, I uninstall and it good working.

Thank you vekia!

Link to comment
Share on other sites

×
×
  • Create New...