[font color=#FF0000]Warning: require(E:/AppServ/www\tm\sl\27\admin\Smarty\Smarty.class.php) [function.require]: failed to open stream: No such file or directory in E:\AppServ\www\27\admin\config.php on line 7
Fatal error: require() [function.require]: Failed opening required 'E:/AppServ/www\tm\sl\27\admin\Smarty\Smarty.class.php' (include_path='.;C:\php5\pear') in E:\AppServ\www\27\admin\config.php on line 7
[/font]
根据你在上面论坛给出的错误信息,确定是你在配置上出了问题。
你将程序文件夹27直接存储在appserv的www文件夹下,而你在运行后台程序时,没有对admin文件夹下的config.php文件进行配置。
在该文件中仍然指定的是我们在运行程序时使用的配置路径“tm\sl\27\admin\Smarty”,你应该将这个路径修改为“\27\admin\Smarty”,这才是你本机Smarty的绝对路径。
不知道你在运行前台程序时,是否对27根文件夹下的config.php文件进行了配置,配置方法相同,修改Smarty的绝对路径“tm\sl\27\Smarty”,将它修改为“27\Smarty”。