【发布时间】:2017-08-10 03:50:08
【问题描述】:
我已经更新了我的 prestashop 商店,现在当我尝试打开网站时出现此错误
警告:in_array() 期望参数 2 是数组,字符串在 cdesigner.php 在第 431 行
line 430: $str_low = Tools::strtolower($tags_c);
line 431: if( !empty($str_low) && !in_array($str_low, $tab_tags_image) )
line 432: $tab_tags_image[] = $str_low;
【问题讨论】:
-
$tab_tags_image看起来像什么?你试过调试吗?您能否更新您的问题,使其在minimal, complete, and verifiable example 中显示您的相关代码? -
我认为你应该先将 tab_tags_image 定义为数组
标签: php