flarum / framework

Simple forum software for building great communities.
http://flarum.org/
6.37k stars 834 forks source link

Upload Avatar fails when imagemagick extension is not enabled #297

Closed kantholy closed 9 years ago

kantholy commented 9 years ago

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:

franzliedke commented 9 years ago

Yep, this was an oversight and is already fixed.

Will be released in the next beta (hopefully early next week).