購物車研究站-討論區首頁 |
說明 搜尋 會員 日曆 |
laurens |
發表於: 2016-04-07, 06:32 PM
|
新進會員 所屬群組: 註冊會員 發表總數: 2 會員編號: 15502 註冊日期: -- |
安裝後原可進入首頁, 在目錄/商品新增商品後, 便進入首頁出現錯誤畫面
Fatal error: Smarty error: [in twe/module/center_modules/products_featured.html line 2]: syntax error: unrecognized tag: php' . str_repeat(" ", substr_count('{php (Smarty_Compiler.class.php, line 448) in C:\AppServ\www\TWE\includes\classes\Smarty_2.6.26\Smarty.class.php on line 1097 我google了一下, 在http://www.smarty.net/docs/zh_CN/language.function.php.tpl 找到一段話 Smarty已经废弃{php}标签,强烈建议不要使用。 请把你的PHP逻辑放到PHP程序或者插件函数中实现。 找到products_featured.html line 2 {php}if(DEFAULT_TYPE == 'default'){ {/php} 請問Fatal error是否真如Smarty已经废弃{php}标签所述, 有什麼方法可以解決以上問題 網站伺服器版本 appServ Open Project - 8.1.0 PHP 5.6.18 |
oldpa |
發表於: 2016-04-08, 09:02 AM
|
超級會員 所屬群組: 管理群組 發表總數: 5402 會員編號: 1 註冊日期: -- |
目前php版本尚未支援到5.6...
建議先使用php5.3試試 下一次的升級會以php7為基準。 -------------------- |
laurens |
發表於: 2016-04-08, 02:26 PM
|
新進會員 所屬群組: 註冊會員 發表總數: 2 會員編號: 15502 註冊日期: -- |
老爹, 您好
php版本改為 5.2.6後還是有相同問題 Fatal error: Smarty error: [in twe/module/center_modules/products_featured.html line 2]: syntax error: unrecognized tag: php' . str_repeat(" ", substr_count('{php (Smarty_Compiler.class.php, line 448) in C:\AppServ\www\TWE\includes\classes\Smarty_2.6.26\Smarty.class.php on line 1097 |
oldpa |
發表於: 2016-04-08, 06:05 PM
|
超級會員 所屬群組: 管理群組 發表總數: 5402 會員編號: 1 註冊日期: -- |
開啟
twe/module/center_modules/products_featured.html 第2行 {php}if(DEFAULT_TYPE == 'default'){ {/php} 第12行 {php}}{/php} 移除試試 我不確定為何你會出現這訊息 這支程式已經用2-3年了 -------------------- |