我有这个PrestaShop安装,它在前端显示以下错误:
Notice: Undefined offset: 0 in /home/username/public_html/modules/categoriesnc/categoriesnc.php on line 1677
Warning: array_key_exists() expects parameter 2 to be array, null given in /home/username/public_html/modules/categoriesnc/categoriesnc.php on line 1677
categoriesnc.php中的第1677行有:
for ($i = 2; $i <= ($max_depth > 0 && $max_depth < $depth ? $max_depth : $depth) && array_key_exists('lev'.$i, $result[0]); $i++)
$breadcrumbs[] = $result[0]['lev'.$i];
有关如何解决问题的建议吗?
答案 0 :(得分:0)
您可以关闭错误报告,以便不再看到该消息。但这是一个自定义的非标准Prestashop模块,所以我会联系开发人员并提出错误。它们只是警告信息,如果不解决它们,它们不会伤害任何东西。