訪問show方法出現如下警告,老師這是什么問題。
Fatal error: Uncaught --> Smarty: Unable to load template file 'test.tpl' <-- thrown in?D:\APMServ5.2.6\www\htdocs\mvc\libs\ORG\Smarty\sysplugins\smarty_internal_templatebase.php?on line?127
Fatal error: Uncaught --> Smarty: Unable to load template file 'test.tpl' <-- thrown in?D:\APMServ5.2.6\www\htdocs\mvc\libs\ORG\Smarty\sysplugins\smarty_internal_templatebase.php?on line?127
2015-06-11
舉報
2016-07-24
檢查模板路徑,模板文件是否存在,display出來的文件名是否和模板的文件名保持一致
2015-09-10
目測 配置文件的路徑有問題
2015-07-11
testController.class.php 里面有問題
試試把test.tpl 這個文件的所有路徑寫出來
像這樣:$view ->display('libs/ORG/test/tpl/test.tpl');
我這樣寫同樣的問題就解決了。