Thumbnail generation test false negative (FooGallery v1.9.8)
-
Your
image generationthumbnail generation test codeand/or resources areis somehow broken, which leads to a persistent alert generated by FooGallery. The contents of the alert are:Thumbnail Generation Alert!
There is a problem generating thumbnails for your gallery. Please check that your hosting provider has the GD Image Library extension installed and enabled.
If thumbnails cannot be generated, then full-sized, uncropped images will be used instead. This will result in slow page load times, and thumbnails that do not look correct.If I go into the settings and run the test manually, I get this:
Thumbnail generation test failed!object(WP_Error)#4780 (2) { ["errors"]=> array(1) { ["file-not-found"]=> array(1) { [0]=> string(0) "" } } ["error_data"]=> array(0) { } } array(2) { ["ext"]=> string(3) "png" ["type"]=> string(9) "image/png" }
Interestingly, this seems to be a per-site issue, because I have multiple sites on the same hosting (thus sharing the same PHP instance and config), and this issue doesn’t affect every site – just one of them.
Loading default settings does not make the issue go away.
————————————
Also, is FooGallery using GD directly, or is it using whatever WP uses? Because if it’s using GD, you should really fix that and port it over to either what WP uses (which will be Imagick most of the time), or to Imagick directly w/ GD as fallback. GD doesn’t respect ICC profiles, so if you put up stuff that isn’t sRGB (like you actually might if you’re a photographer, for instance), your images will end up with bad-looking thumbnails… Unless it’s just the message, in which case – fix the message, because it’s scary. ??
- The topic ‘Thumbnail generation test false negative (FooGallery v1.9.8)’ is closed to new replies.