Jump to content

1.7 categories error


iown

Recommended Posts

Complete error message

  1. in smarty_internal_templatebase.php(157) : eval()'d code line 28
  2. at ErrorHandler->handleError('8', 'Undefined index: page_name', '/home/outdoor/public_html/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '28', array('_smarty_tpl' => object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 28
  3. at content_5866d893929710_23937065(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188
  4. at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false) in SmartyDev.php line 60
  5. at Smarty_Dev_Template->fetch() in Module.php line 2217
  6. at ModuleCore->display('/home/outdoor/public_html/modules/jmscustomhtmlleft/jmscustomhtmlleft.php', 'jmscustomhtmlleft.tpl') in jmscustomhtmlleft.php line 210
  7. at JmsCustomhtmlLeft->hookLeftColumn(array('smarty' => object(Smarty_Dev_Template), 'cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => '1')) in Hook.php line 758
  8. at HookCore::coreCallHook(object(JmsCustomhtmlLeft), 'hookleftcolumn', array('smarty' => object(Smarty_Dev_Template), 'cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => '1')) in Hook.php line 725
  9. at HookCore::exec('displayLeftColumn', array('smarty' => object(Smarty_Dev_Template)), null) in smarty.config.inc.php line 174
  10. at smartyHook(array('h' => 'displayLeftColumn'), object(Smarty_Dev_Template))
  11. at call_user_func_array('smartyHook', array(array('h' => 'displayLeftColumn'), object(Smarty_Dev_Template))) in SmartyLazyRegister.php line 83
  12. at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayLeftColumn'), object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 218
  13. at SmartyLazyRegister->smartyHook(array('h' => 'displayLeftColumn'), object(Smarty_Dev_Template)) in smarty_internal_templatebase.php(157) : eval()'d code line 218
  14. at content_5866d89343f9b9_01102796(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188
  15. at Smarty_Internal_TemplateBase->fetch('catalog/listing/category.tpl', null, 'layouts/layout-left-column.tpl', null, false, true, false) in SmartyDev.php line 41
  16. at SmartyDev->fetch('catalog/listing/category.tpl', null, 'layouts/layout-left-column.tpl') in FrontController.php line 655
  17. at FrontControllerCore->smartyOutputContent('catalog/listing/category.tpl') in FrontController.php line 639
  18. at FrontControllerCore->display() in Controller.php line 221
  19. at ControllerCore->run() in Dispatcher.php line 366
  20. at DispatcherCore->dispatch() in index.php line 28
Link to comment
Share on other sites

It appears the module jmscustomhtmlleft is not compatible with PrestaShop v1.7. The Smarty variable $page_name no longer exists in PrestaShop v1.7. You could try to find that code in the module's TPL file and change it to $smarty.get.controller instead, but it's likely you'll encounter more errors. You should ask the module developer whether they have an updated version of the module for PrestaShop v1.7.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...