主頁下部顯示出錯
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)