这是由于 smarty 配置的路径的问题吧
//模板设置-------------------------------------------------------------$temp_dir=strrchr(...
//模板设置-------------------------------------------------------------
$temp_dir=strrchr($_SERVER["DOCUMENT_ROOT"].$_SERVER['PHP_SELF'],"/");
$temp_dir=str_replace($temp_dir,"",$_SERVER["DOCUMENT_ROOT"].$_SERVER['PHP_SELF']);
include_once("include/driver/smarty/Smarty.class.php"); //包含smarty类文件
$smarty = new Smarty(); //建立smarty实例对象$smarty
$smarty->compile_check=true; //设置编译检查
$smarty->template_dir = $temp_dir; //设置模板目录
$smarty->compile_dir = "templates_c"; //设置编译目录
$smarty->cache_dir = "cache"; //设置缓存目录
$smarty->cache_lifetime = 31536000; //设置缓存时间
$smarty->caching = true; //设置缓存方式
$smarty->left_delimiter = "{%"; //设置左边界符
$smarty->right_delimiter = "%}"; //设置右边界符
if(!is_dir($smarty->compile_dir))
上面是模板设置文件,以前在万网空间的时候是可以的,现在换了空间在godaddy空间就出现
Warning: Smarty error: unable to read resource: "login.tpl" in/home/content/64/1033555/html/_web/_com/include/driver/smarty/Smarty.class.php on line 1095
错误。 展开
$temp_dir=strrchr($_SERVER["DOCUMENT_ROOT"].$_SERVER['PHP_SELF'],"/");
$temp_dir=str_replace($temp_dir,"",$_SERVER["DOCUMENT_ROOT"].$_SERVER['PHP_SELF']);
include_once("include/driver/smarty/Smarty.class.php"); //包含smarty类文件
$smarty = new Smarty(); //建立smarty实例对象$smarty
$smarty->compile_check=true; //设置编译检查
$smarty->template_dir = $temp_dir; //设置模板目录
$smarty->compile_dir = "templates_c"; //设置编译目录
$smarty->cache_dir = "cache"; //设置缓存目录
$smarty->cache_lifetime = 31536000; //设置缓存时间
$smarty->caching = true; //设置缓存方式
$smarty->left_delimiter = "{%"; //设置左边界符
$smarty->right_delimiter = "%}"; //设置右边界符
if(!is_dir($smarty->compile_dir))
上面是模板设置文件,以前在万网空间的时候是可以的,现在换了空间在godaddy空间就出现
Warning: Smarty error: unable to read resource: "login.tpl" in/home/content/64/1033555/html/_web/_com/include/driver/smarty/Smarty.class.php on line 1095
错误。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询