Jump to content

[SOLVED] Parent Categories Not Loading Presta 1.5


Recommended Posts

Hello,

 

I have prestashop 1.5.5 installed and I imported some categories and products. The subcategories work but the parent categories go to a 500 error. If I take all the subcategories and products out of the parent category it then works correctly. 

 

I cleared the cache and forced compilation of the shop still not working. 

 

I also have checked quota issues, ownership issues, everything seems to look correct. Any ideas would be appreciated, 

 

 

Link to comment
Share on other sites

if you've got internal server error (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);
 
you will see what and where doesnt work (full error code message)
Link to comment
Share on other sites

×
×
  • Create New...