unable to write to temp file for saving operation


php项目 发布到服务器后  启动服务器  访问页面时报错unable to write to temp file for saving operation


这种情况主要是 权限问题


给项目所在目录相关权限即可


sudo  chmod -R 777 /home/default/zhubao




你可能感兴趣的:(php,nginx,遇到问题解决方案集锦)