小樱 发表于 2020/4/25 02:44

Flarum老外用的论坛程序上传头像附件图片500错误 php扩展,权限检查

貌似是没权限
chmod -R 755 /home/ftp/w/www/wwwroot
给了755权限后,然后发现新的报错为
"status": "500",
"code": "unknown",
"detail": "Symfony\\Component\\Mime\\Exception\\LogicException: Unable to guess the MIME type as no guessers are available (have you enable the php_fileinfo extension?)."

缺少Fileinfo,安装扩展后,尝试上传

再次报错,提示缺少imagick,安装这两个后就OK了

不可名 发表于 2020/4/25 03:08

{:3077:}
页: [1]
查看完整版本: Flarum老外用的论坛程序上传头像附件图片500错误 php扩展,权限检查