Smarty模板配置出错。

我是安装网上的配置的,Warning:Smartyerror:unabletoreadresource:"test.html"inD:\AppServ\www\test\... 我是安装网上的配置的,Warning: Smarty error: unable to read resource: "test.html" in
D:\AppServ\www\test\smarty\Smarty.class.php on line 1094
<?php
include_once('smarty/Smarty.class.php');
$smarty = new Smarty();
$smarty -> template_dir = "./templates"; //模板存放目录
$smarty -> compile_dir = "./templates_c"; //编译目录
$smarty -> left_delimiter = "{{"; //左定界符
$smarty -> right_delimiter = "}}"; //右定界符
$smarty -> assign('test','OK');
$smarty -> display('test.html');
?>
<html>
<head>
</head>
<body>
{{$test}}
</body>
</html>
哪里错了求大神指点。
展开
 我来答
yu641150278
2013-06-14 · TA获得超过1069个赞
知道小有建树答主
回答量:637
采纳率:100%
帮助的人:296万
展开全部
是不是路径错了,你把$smarty -> template_dir ,$smarty -> compile_dir定义成绝对路径试试
追问
我找到了,我没有把test.html 文件放在 templates 这个文件夹下面。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式