Jon W
Well-known member
In library/XenForo/Image/ImageMagick/Pecl.php, you need to replace:
with:
This appears to be causing problems with add-ons that try to extend this class since that was made possible in XenForo 1.2 (and also when using a similar workaround in XenForo 1.1 to extend it).
PHP:
class XenForo_Image_Imagemagick_Pecl extends XenForo_Image_Abstract
PHP:
class XenForo_Image_ImageMagick_Pecl extends XenForo_Image_Abstract
This appears to be causing problems with add-ons that try to extend this class since that was made possible in XenForo 1.2 (and also when using a similar workaround in XenForo 1.1 to extend it).