dr7tbien Posted July 16, 2012 Share Posted July 16, 2012 Hi. I'm using prestashop 1.4.7.0 and the problem is that depending where the product is clicked it can show this message in breadcrumbs area: Undefined variable: category in productscategory.php on line 119 this line is: if (!Validate::isLoadedObject($category) OR !$category->active) return; The error msg can be avoid changing the line for (adding an at character) : if (@!Validate::isLoadedObject($category) OR !$category->active) return; but this is not a real solution cause it only show the "Home" link in the breadcrumbs area. Any solution from anybody? Thanks a lot, dr7tbien Link to comment Share on other sites More sharing options...
shacker Posted July 17, 2012 Share Posted July 17, 2012 seems like a theme problem. Wit hdefault theme is the same? you use smarty 3 on preferences? Link to comment Share on other sites More sharing options...
Recommended Posts