Jump to content

breadcrumbs error: Undefined variable: category in productscategory.php on line 119


Recommended Posts

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

×
×
  • Create New...