php的smarty产生的错误怎么解决?我的smarty显示ok页了。但是请看问题补充说明有,能解决问题的加分

来源:百度知道 编辑:UC知道 时间:2024/06/28 03:12:37
Warning: include_once(WEB_ROOT/smarty/comm/Smarty.class.php) [function.include-once]: failed to open stream: No such file or directory in D:\xampp\htdocs\smarty\sjlmSmarty.class.php on line 11

Warning: include_once() [function.include]: Failed opening 'WEB_ROOT/smarty/comm/Smarty.class.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\smarty\sjlmSmarty.class.php on line 11

Warning: include_once(WEB_ROOT/adodb/adodb.inc.php) [function.include-once]: failed to open stream: No such file or directory in D:\xampp\htdocs\smarty\sjlmSmarty.class.php on line 12

Warning: include_once() [function.include]: Failed opening 'WEB_ROOT/adodb/adodb.inc.php' for inclusion (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\smarty\sjlmSmarty.class.php on line 12

Warning: include_once(WEB_ROOT/xajax/xajax

[function.include-once]: failed to open stream: No such file or directory in D:\xampp\htdocs\smarty\sjlmSmarty.class.php on line 12

这一句出错,可以导致其他错误,请检查你引用SMARTY相对路径!解决这其他都好办!

语法错误

检查一下你的语法,应该是哪个符号错误!

是不是包含'Smarty'的路径不对?