Fixed Error when Rebuilding attachment thumbnails

Gator

Well-known member
Affected version
2.0.1
I get the following error when Rebuilding attachment thumbnails. I get up to about 3000+ and then this happens

2017-12-20_20-38-45.webp
 
Last edited:
Imagick is failing on a particular .gif image.

You could temporarily switch to the PHP built-in GD image library image processor, then once done rebuilding the thumbs, switch back to Imagemagick PECL extension.
 
I moved my site to a new host and had no problem rebuilding the thumbnails. The previous host just doesn't have their servers configured properly.
 
I've actually just added some code to suppress this error and I caught a few other potential issues at the same time.
 
That's great news, Mike. I am thoroughly enjoying XenForo 2.0 thus far. It's such a breath of fresh air coming from so many other forum software over the past 15 years. :D
 
Top Bottom