运行index.php怎么什么都不显示啊

index.php代码如下<?include('smarty.php');$smarty->display("index.html");?>运行后报错如下Warning:... index.php代码如下
<?
include('smarty.php');
$smarty->display("index.html");
?>
运行后报错如下Warning: require_once(Smarty_Compiler.class.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\smarty_web3\smarty\smarty.class.php on line 1453

Fatal error: require_once() [function.require]: Failed opening required 'Smarty_Compiler.class.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\smarty_web3\smarty\smarty.class.php on line 1453
smarty.class.php
1448 {
1449 if (file_exists(SMARTY_DIR . $this->compiler_file)) {
1450 require_once(SMARTY_DIR . $this->compiler_file);
1451 } else {
1452 // use include_path
1453 require_once($this->compiler_file);
}
展开
 我来答
offiker_wen
2011-02-19 · TA获得超过138个赞
知道答主
回答量:152
采纳率:0%
帮助的人:132万
展开全部
没有显示应该是出错了!
1. 看一下PHP配置是否支持短标记 short_tag_open,就是用<? ?>代替<?php ?>;
2. 看一下PHP配置是否显示错误信息。
zzyone_1
2011-02-19 · 超过13用户采纳过TA的回答
知道答主
回答量:41
采纳率:0%
帮助的人:0
展开全部
打开/etc/php.ini将参数display_error=Off打开修改On,然后执行看看报什么错误。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式