问答详情
源自:5-3 Smarty的配置与实例化

显示tpl文件找不到怎么解决啊Fatal error: Uncaught --> Smarty: Unable to load template 'file:test.tpl' <-- thrown in D:\PHPstudy\PHPTutorial\WWW\smarty\smarty\sysplugins\smarty_internal_template.php on line 195

Fatal error:  Uncaught  --> Smarty: Unable to load template 'file:test.tpl' <--  thrown in D:\PHPstudy\PHPTutorial\WWW\smarty\smarty\sysplugins\smarty_internal_template.php on line 195


https://img1.mukewang.com/5c47e0df0001853c07900591.jpg

希望老师和看到的大佬帮忙解决一下

提问者:renyutao 2019-01-23 11:35

个回答

  • 隔壁家的二狗子
    2019-02-21 17:21:40

    改成:

    $smarty->display('tpl/test.tpl');

    貌似改成这样就正常了