学习PHP模版引擎出现了问题:Failed opening required 'smarty_dir.php'

我在学习PHP模板引擎Smarty入门使用时都是按照教程里讲的做的,显示为Fatalerror:require()[function.require]:Failedope... 我在学习 PHP模板引擎Smarty入门使用 时都是按照教程里讲的做的,显示为Fatal error: require() [function.require]: Failed opening required 'smarty_dir.php' (include_path='.;C:\php5\pear') in D:\wamp\www\test.php on line 2

具体代码如下:在网站根目录下的includes下文件smarty_dir.php代码为:
<?php
require('Smarty.class.php');
$smarty = new Smarty;
$smarty->template_dir = 'templates';
$smarty->config_dir = 'Smarty/config';
$smarty->cache_dir = 'smarty/cache';
$smarty->compile_dir = 'smarty/templates_c';
//上面四行为使用Smarty前的必要参数配置
?>
test.php代码为:<?php
require('smarty_dir.php');
$smarty->assign('name','张三');
$smarty->assign('content','Smarty是一个PHP模板引擎,它分开了逻辑程序和外在的内容,提供了一种易于管理的方法. ');
$smarty->display('test.html');
?>

另有test-smarty.html代码:<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<h2>学习smarty</h2><hr/>
<!--{}为标识符,$name是标识名,可视为smarty处理的变量,$content同-->
你好{$name}!<br/>
恭喜你成功安装设置了smarty。<br/>
<p>{$content}</p>
</body>
</html>

为什么在localhost中执行test.php是显示
Warning: require(smarty_dir.php) [function.require]: failed to open stream: No such file or directory in D:\wamp\www\test.php on line 2

Fatal error: require() [function.require]: Failed opening required 'smarty_dir.php' (include_path='.;C:\php5\pear') in D:\wamp\www\test.php on line 2

敬请高手看看是否配置问题!不吝赐教!
补充下,在php.inf中已经进行设置过!
展开
 我来答
hcl198925
2009-10-10 · TA获得超过138个赞
知道答主
回答量:133
采纳率:0%
帮助的人:100万
展开全部
test.php代码为:<?php
require('smarty_dir.php');
报错,致命错误,你引用的那个'smarty_dir.php'文件路径错误,你看看是不是要返回上一级或者是你放错地方了
heyong511024
2009-10-10 · TA获得超过106个赞
知道答主
回答量:114
采纳率:0%
帮助的人:0
展开全部
require('smarty_dir.php');改为require('includes/smarty_dir.php');
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
cartli
推荐于2018-03-29 · TA获得超过291个赞
知道小有建树答主
回答量:292
采纳率:0%
帮助的人:243万
展开全部
smarty_dir.php文件没找到,跟你的PHP.ini没有关系,你看看这个文件在哪里,目录一定要写正确。
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
tony514
2009-10-10 · TA获得超过426个赞
知道小有建树答主
回答量:229
采纳率:0%
帮助的人:114万
展开全部
哥们还是目录问题。你仔细弄下。勿急躁。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式