aee156 Posted September 25, 2013 Share Posted September 25, 2013 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 More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 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 More sharing options...
aee156 Posted September 25, 2013 Author Share Posted September 25, 2013 Thanks! I got it fixed! To Fix, I commented out line 121 on Category.php in override/classes folder, now it works. Line 12 $row['name'] = Category::hideCategoryPosition($row['name']); 1 Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 hello again thank you for your solution! im convinced that it will be helpful for other merchants here im going to mark this topic as [solved] regards Link to comment Share on other sites More sharing options...
Recommended Posts