PHP---smarty出错问题

运行结果如下:Warning:require_once(Smarty_Compiler.class.php)[function.require-once]:failedt... 运行结果如下:
Warning: require_once(Smarty_Compiler.class.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\class\Smarty.class.php on line 1456

Fatal error: require_once() [function.require]: Failed opening required 'Smarty_Compiler.class.php' (include_path='.;C:\php5\pear') in C:\wamp\www\class\Smarty.class.php on line 1456

==================================================================
配置文件:include.php
代码如下:
<?php
/*
* Created on 2007-5-14
* Programmer : Alan , Msn - haowubai@hotmail.com
* PHP100.com Develop a project PHP - MySQL - Apache
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/

include_once('./class/Smarty.class.php');

//******************
$smarty = new smarty();
$smarty->config_dir="Smarty/Config_File.class.php";
$smarty->compile_dir = './templates_c/';
$smarty->config_dir = './config/';
$smarty->cache_dir = './cache/';
$smarty->caching = false;
$smarty->left_delimiter = "{";
$smarty->right_delimiter = "}";
//******************

?>

index.php文件
内容如下:
<?php
include 'include.php';

$name="快乐中文站";

$smarty->assign("title",$name);
$smarty->display("index.htm");

?>
index.php文件
内容如下:
<html>
<b>{$title}</b>
</html>

流程:主要是将index.php文件传送到index.htm模板中,然后按模板的样式输出内容。
但运行后发现出错了,具体问题不知道怎样去解决,望各位php高手帮小弟看一下是什么问题。提供的问题能够解决的另外加分。谢谢!
展开
 我来答
百度网友bc8d68c23
2010-09-22 · TA获得超过638个赞
知道小有建树答主
回答量:397
采纳率:0%
帮助的人:214万
展开全部
include_once('./class/Smarty.class.php');
这里错了,看一下你的文件夹相对路径。
另外,用./这种调用方式是非常容易出错的,一般我们都用include_path去指定一个library文件夹,把所有的类库放到library里面,这样就不会犯这种错误了。
朋友火箭9K
2010-09-20 · TA获得超过2823个赞
知道大有可为答主
回答量:4676
采纳率:0%
帮助的人:3485万
展开全部
php的包含路径没设置对,找不到文件

php.ini

include_path
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hcl198925
2010-09-21 · TA获得超过138个赞
知道答主
回答量:133
采纳率:0%
帮助的人:101万
展开全部
$smarty->config_dir="Smarty/Config_File.class.php"; 哥哥 明显 config_dir是个文件夹 和存放模板的 template一样的文件夹
。。。。。。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
哈慈客人
2010-09-27 · 超过23用户采纳过TA的回答
知道答主
回答量:61
采纳率:0%
帮助的人:40.5万
展开全部
路径问题!很简单!你如果在上面大侠的不明白 就一个一个测试 路径!回去看看绝对和相对路径!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式