Dinges Posted July 31, 2017 Share Posted July 31, 2017 Hey, I bought a theme, and then I started filling my shop. I have removed the standard products and categories and added my own. In the classis theme the shop works fine, but it does not work in my purchased theme. There I get an error 500 internal server page. I have version 1.7.1.2 (because 1 click upgrade does not work and I can not upgrade to 1.7.2) and debug returns this: If (is_array ($ category) && isset ($ category ['id_category'])) {369. $ category = new category ($ category, $ idLang);370.} elseif ((int) $ category) {371. $ category = new category ((int) $ category, $ idLang);372.} else {373. throw new PrestaShopException ('Invalid category fresh');374.}375.}376. return $ category;Does anyone know how to fix this? thank you in advance! Manon Link to comment Share on other sites More sharing options...
schnuckelg Posted July 31, 2017 Share Posted July 31, 2017 hi Dinges, try to disable the "Show cross-selling" option in the BlockCart module regards Link to comment Share on other sites More sharing options...
Tom Posted October 25, 2018 Share Posted October 25, 2018 Same problem here. I got Mega Shoppe Sports Template After deleting demo categories i got err500. So i think theme module TTCategorySlider try to catch default categories. But i dont know how to fix it. Official support from addons are useless. Thank you very much for reply. Link to comment Share on other sites More sharing options...
juslintek Posted February 12, 2019 Share Posted February 12, 2019 I had same problem, but then I switched to classic theme and then back to custom theme and all got sorted, its basically bug of prestashop and theme and localization. There is no proper garbage control on prestashop. If you delete store it should delete everything related and move all relationships to default store. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now