主页下部显示出错
Fatal error: Smarty error: [in inc/online_service.tpl line 7]: syntax error: (secure mode) 'is_array' not allowed in if statement (smarty.class.php, line 1278) in /include/smarty.class.php on line 169
我查了169行代码是 trigger_error("Smarty error: $error_msg", $error_type);
另外,升级后我发现DouPHP提示有5个可以更新,但是我点后跳转到在线安装模块页面无显示。
由郭富城于2019-09-28 05:27回答
Fatal error: Smarty error: [in product.dwt line 39]: syntax error: (secure mode) 'is_array' not allowed in if statement (smarty.class.php, line 1278) in /include/smarty.class.php on line 169
1278行代码是 $this->_syntax_error("(secure mode) '$token' not allowed in if statement", E_USER_ERROR, __FILE__, __LINE__);
1278行代码是 $this->_syntax_error("(secure mode) '$token' not allowed in if statement", E_USER_ERROR, __FILE__, __LINE__);
有用(0) 没用(0)