Ubuntu 10.10下smarty安装不成功的解决方法
时间:2010-12-14 来源:burner
按smarty官网的安装方法:(http://www.smarty.net/quick_install)安装,总是不成功。
网上搜了一些其他安装方法试验也是不成功。
最后我把官网的这句:
$smarty->display('index.tpl');
改成:
$smarty->display('index.html');
再把index.html存入/template后,测试成功 。
网上搜的另一个安装方法(见http://www.jb51.net/article/14132.htm),安装不成功,我把/templates_c的权限改成777后,安装成功。
网上搜了一些其他安装方法试验也是不成功。
最后我把官网的这句:
$smarty->display('index.tpl');
改成:
$smarty->display('index.html');
再把index.html存入/template后,测试成功 。
网上搜的另一个安装方法(见http://www.jb51.net/article/14132.htm),安装不成功,我把/templates_c的权限改成777后,安装成功。
相关阅读 更多 +