Fixed Fatal Error: Call to undefined method Imagick::getImageProfiles

ulrihovich

Member
Licensed customer
After upgrade to XenForo 1.5.11
During insert images to post
=========================
Server Error:
ErrorException: Fatal Error: Call to undefined method Imagick::getImageProfiles() - library/XenForo/Image/ImageMagick/Pecl.php:279
.......
 
I'm going to move this to bugs, but it looks like you're Imagick extension is compiled against a very old version of ImageMagick. As far as I can tell, it requires a version of ImageMagick released in 2007.

Can you go to admin.php?tools/phpinfo and let me know what it says for "imagick module version" and "ImageMagick version"?
 
This has been fixed now. We won't try to retain the ICC profile if Imagick is too old.
 
Back
Top Bottom