编程语言
首页 > 编程语言> > thinkPHP5 图像上传线上 failed to open stream: Permission denied 问题

thinkPHP5 图像上传线上 failed to open stream: Permission denied 问题

作者:互联网

thinkPHP5 图像上传线上上传图片时报错 failed to open stream: Permission denied 

原因是上传的目录没有给与权限 终端运行指令

1 chmod -R 777 chmod -R 777 要给与权限的目录 
/www/wwwroot/webstack.xutengfei.cn/public/upload/web

即可

 

标签:stream,Permission,上传,chmod,failed,denied,open
来源: https://www.cnblogs.com/lvxingzhewusheng/p/15834766.html