为了账号安全,请及时绑定邮箱和手机立即绑定

找不到test.tpl模板呀,我的也是路径问题 么? Fatal error: Uncaught --> Smarty: Unable to load template file 'test.tpl' <-- thrown in C:\wamp\www\smarty\sysplugins\smarty_internal_template.php on line 219

找不到test.tpl模板呀,我的也是路径问题 么? Fatal error: Uncaught --> Smarty: Unable to load template file 'test.tpl' <-- thrown in C:\wamp\www\smarty\sysplugins\smarty_internal_template.php on line 219

王晋渤 2015-11-05 00:58:57
 Fatal error: Uncaught --> Smarty: Unable to load template file 'test.tpl' <-- thrown in C:\wamp\www\smarty\sysplugins\smarty_internal_template.php on line 219  就是这个错,搞了好久不知哪里原因,到这里就进行不起走了。
查看完整描述

1 回答

?
pardon110

TA贡献1038条经验 获得超227个赞

看报错信息,是你引入的smarty模板引擎内引用了系统插件,thrown in C:\wamp\www\smarty\sysplugins\smarty_internal_template.php on line 219, 而你的入口文件并没有包括此插件(黑色字体),导致整个模板加载不完整,从而出现此错误。简单点:入口文件内必须包括你用到的所有资源,比如你使用类A,而类A内部又引入了类B文件,你在入口文件中使用类A,则入口文件内必须包括类A,类B文件,而非单独的类A文件,否则执行不成功。

查看完整回答
反对 回复 2015-11-05
  • 王晋渤
    王晋渤
    那意思是我还要再引入一个文件对吧。我马上在测试一下呢。
  • 1 回答
  • 0 关注
  • 2677 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信