春哥编程
2015-06-11 10:50
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
检查模板路径,模板文件是否存在,display出来的文件名是否和模板的文件名保持一致
目测 配置文件的路径有问题
testController.class.php 里面有问题
试试把test.tpl 这个文件的所有路径写出来
像这样:$view ->display('libs/ORG/test/tpl/test.tpl');
我这样写同样的问题就解决了。
MVC架构模式分析与设计
82400 学习 · 929 问题
相似问题