Jump to content

Problem with prestashop latest version (v1.3.2)


Recommended Posts

Check the table ps_tab for records with module != NULL. In Presta 1.3.2 is a new test in function toolbar.php/checkingTab():

if ($module = Db::getInstance()->getValue('SELECT module FROM '._DB_PREFIX_.'tab WHERE class_name = \''.pSQL($tab).'\'') AND file_exists(_PS_MODULE_DIR_.'/'.$module.'/'.$tab.'.php'))

Problem can be in any module that creates the tab.

Link to comment
Share on other sites

×
×
  • Create New...