找不到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

 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  就是这个错,搞了好久不知哪里原因,到这里就进行不起走了。

563a393b0001cee505000090.jpg

563a393b0001fbe205000201.jpg


王晋渤
浏览 2678回答 1
1回答

pardon110

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