Aqua-Resizer icon indicating copy to clipboard operation
Aqua-Resizer copied to clipboard

Uploading a .gif causes a fatal error

Open tomusborne opened this issue 8 years ago • 1 comments

If a .gif is run through the resizer, this is printed on the page:

Fatal error: Call to undefined method WP_Image_Editor_Imagick::get_error_message()

If it isn't possible to resize .gifs, maybe a different error can be printed?

tomusborne avatar Oct 20 '16 19:10 tomusborne

The problem here is not with the image type. Looks like the resize functions from WP are not loaded. I've just tested it with a GIF image and all is OK(WP 4.7.5).

awps avatar Jun 07 '17 12:06 awps