“file_exists(): open_basedir restriction in effect. File(/usr/local/src//ffmpeg/ffprobe) is not within the allowed path(s): (/www/wwwroot/.com/:/tmp/)”
开始一贯不知道哪里的问题,后面看自己网站的配置开启了“防跨站攻击”,一贯到导致fmpeg的路径一贯无法访问,权限不足。
php运行报错:is not within the allowed path(s)

找到缘故原由:添加了防跨站,站点目录下.user.ini,文件
办理办法:关闭防跨站攻击即可,或者是在.user.ini修正此文件中的open_basedir为你网站根目录的上级目录(