當輸入index.php時報錯了,請問這個如何解決?
Fatal error: Uncaught --> Smarty: Unable to load template file
'test.html' <-- thrown in
D:\php\framework\libs\view\Smarty\sysplugins\smarty_internal_templatebase.php on line 127
?
當輸入index.php時報錯了,請問這個如何解決?
Fatal error: Uncaught --> Smarty: Unable to load template file
'test.html' <-- thrown in
D:\php\framework\libs\view\Smarty\sysplugins\smarty_internal_templatebase.php on line 127
?
2014-09-28
舉報
2014-09-28
意思是沒有這個模板。 您還沒有建立test.html 這個模板。看一下smarty那段吧
2014-09-28
是這么回事,找到了,謝謝