PHP高手请进 smarty错误!
具体情况如下:1.smarty版本为3.08稳定版,php是5.2,阿帕奇2,windows7sp1操作系统;(phpstudy2010搭建环境)2.官方演示运行正常;但...
具体情况如下:
1.smarty版本为3.08 稳定版,php是5.2,阿帕奇2,windows7sp1操作系统;(phpstudy2010搭建环境)
2.官方演示运行正常;但官方演示完全默认的目录,没有进行配置;
3.所有目录均为everybody完全控制;
具体代码如下
代码如下:
<?php
if (!defined('SMARTY_DIR')) {
define('SMARTY_DIR', "../libs/");
}
require_once ("../config/config.php");
require_once ("../libs/Smarty.class.php");
class sm extends Smarty{};
$sm = new sm;
//$sm->smarty();
$sm->debugging = true;
$sm->caching = false; //调试期间最好关闭
$sm->cache_lifetime = 120;
$sm->template_dir = "../data/template/";
$sm->compile_dir = "../data/compile/";
$sm->cache_dir = "../data/cache/";
$sm->left_delimiter = "<{";
$sm->right_delimiter="}>";
$sm->assign("name","boy");
$sm->display('test.htm');
/*
出现下面错误
谢谢
Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "../data/template/test.htm" on line 9 "<{name}>" unknown tag "name"' in E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php:441 Stack trace: #0 E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php(263): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unknown tag "na...', 9) #1 E:\www\iceplayer\libs\sysplugins\smarty_internal_templateparser.php(2356): Smarty_Internal_TemplateCompilerBase->compileTag('name', Array) #2 E:\www\iceplayer\libs\sysplugins\smarty_internal_templateparser.php(2846): Smarty_Internal_Templateparser->yy_r38() #3 E:\www\iceplayer\libs\sysplugins\smarty_internal_templateparser.php(2946): Smarty_Internal_Templateparser->yy_reduce(38) #4 E:\www\iceplayer\libs\sysplugins\smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal_Templateparser->doParse(11, '??') #5 E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php(82): in E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php on line 441
*/
?> 展开
1.smarty版本为3.08 稳定版,php是5.2,阿帕奇2,windows7sp1操作系统;(phpstudy2010搭建环境)
2.官方演示运行正常;但官方演示完全默认的目录,没有进行配置;
3.所有目录均为everybody完全控制;
具体代码如下
代码如下:
<?php
if (!defined('SMARTY_DIR')) {
define('SMARTY_DIR', "../libs/");
}
require_once ("../config/config.php");
require_once ("../libs/Smarty.class.php");
class sm extends Smarty{};
$sm = new sm;
//$sm->smarty();
$sm->debugging = true;
$sm->caching = false; //调试期间最好关闭
$sm->cache_lifetime = 120;
$sm->template_dir = "../data/template/";
$sm->compile_dir = "../data/compile/";
$sm->cache_dir = "../data/cache/";
$sm->left_delimiter = "<{";
$sm->right_delimiter="}>";
$sm->assign("name","boy");
$sm->display('test.htm');
/*
出现下面错误
谢谢
Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "../data/template/test.htm" on line 9 "<{name}>" unknown tag "name"' in E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php:441 Stack trace: #0 E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php(263): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unknown tag "na...', 9) #1 E:\www\iceplayer\libs\sysplugins\smarty_internal_templateparser.php(2356): Smarty_Internal_TemplateCompilerBase->compileTag('name', Array) #2 E:\www\iceplayer\libs\sysplugins\smarty_internal_templateparser.php(2846): Smarty_Internal_Templateparser->yy_r38() #3 E:\www\iceplayer\libs\sysplugins\smarty_internal_templateparser.php(2946): Smarty_Internal_Templateparser->yy_reduce(38) #4 E:\www\iceplayer\libs\sysplugins\smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal_Templateparser->doParse(11, '??') #5 E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php(82): in E:\www\iceplayer\libs\sysplugins\smarty_internal_templatecompilerbase.php on line 441
*/
?> 展开
展开全部
是不是php.ini配置文件没有进行配置:
找到php.ini配置文件(可以通过运行phpinfo()查看文件路径),修改php.ini的 include_path选项,把smarty库文件斗肆戚的路径空陵加上。要修改windows下使用的:雹好
; Windows: "\path1;\path2"
include_path = ".;c:\php\includes;D:\PHP\Smarty\libs"
记得把前面的分号去掉并重启apache。
找到php.ini配置文件(可以通过运行phpinfo()查看文件路径),修改php.ini的 include_path选项,把smarty库文件斗肆戚的路径空陵加上。要修改windows下使用的:雹好
; Windows: "\path1;\path2"
include_path = ".;c:\php\includes;D:\PHP\Smarty\libs"
记得把前面的分号去掉并重启apache。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
汗一个,你给$a取的名字是“pid”,那么在模板棚游里就要用来调用它啊,调用当然链哪销无缓拍法输出啦。$b,$c也是同样的问题。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询