when trying to upload an avatar, the action fails:
XHR fails with error 500 at: intervention/image/src/Intervention/Image/Imagick/Driver.php18:
ImageMagick module not available with this PHP installation.
In general it's not a good idea to rely on Imagick, maybe use GD as the Driver in: Flarum/Core/Users/Commands/UploadAvatarHandler.php:68
otherwise, add it to the list of required extensions :smile:
when trying to upload an avatar, the action fails:
XHR fails with error 500 at:
intervention/image/src/Intervention/Image/Imagick/Driver.php18
: ImageMagick module not available with this PHP installation.In general it's not a good idea to rely on Imagick, maybe use GD as the Driver in:
Flarum/Core/Users/Commands/UploadAvatarHandler.php:68
otherwise, add it to the list of required extensions :smile: