Hi. I'm running Prestashop v1.7.2.2. I have installed the 'Block Tags' module, which seems to be working fine. It displays correct tags on the left side of products page. However, when I click on one of the tags, I get this error:
ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 626: Notice: Undefined index: category
in C:\wamp\www\inkstills\vendor\prestashop\smarty\sysplugins\smarty_internal_templatebase.php(157) : eval()'d code line 626
at ErrorHandler->handleError('8', 'Undefined index: category', 'C:\wamp\www\inkstills\vendor\prestashop\smarty\sysplugins\smarty_internal_templatebase.php(157) : eval()'d code', '626', array('_smarty_tpl' => object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 626
at content_5af2a70f773896_59927145(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php(157) : eval()'d code line 222
at content_5af2a70fa59ba1_45974683(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188
at Smarty_Internal_TemplateBase->fetch('catalog/listing/search.tpl', null, 'layouts/layout-full-width.tpl', object(SmartyDev), false, true, false) in SmartyDev.php line 41
at SmartyDev->fetch('catalog/listing/search.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 660
at FrontControllerCore->smartyOutputContent('catalog/listing/search.tpl') in FrontController.php line 644
at FrontControllerCore->display() in Controller.php line 225
at ControllerCore->run() in Dispatcher.php line 379
at DispatcherCore->dispatch() in index.php line 28
Please help me understand what's going on. Thanks