Fatal error: Uncaught SmartyException: unable to write file
background : 公司框架用到smarty,将代码clone之后报错
Fatal error: Uncaught SmartyException: unable to write file
Stack trace:
cn/lib/libs/sysplugins/smarty_internal_write_file.php on line 44
解决方案
权限问题 而且777无效,需要755权限
//进入项目文件夹
sudo chmod -R 755 ./*