• Using Foogallery 1.2.15

    Seeing the following error message when I go to edit a Gallery:

    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.

    I’ve confirmed with my host that GD Image Library is installed and active, and it even shows up in Foogallery’s system info:

    PHP version : 5.6.25
    PHP GD Loaded : 2

    I’m assuming this is unrelated, but just in case, I’m also getting:
    Notice Undefined offset: 3 in .../plugins/foogallery/includes/admin/class-menu.php on line 85

    I’m going to start a separate topic for the latter, since it seems to be a separate issue.

    • This topic was modified 8 years, 2 months ago by lunacodes.
Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter lunacodes

    (@lunacodes)

    Adding – this doesn’t seem to be causing performance issues, as far as I can tell – but it would be preferable to not have my clients have to see this warning when they go to edit the Gallery.

    I am also having this same issue and the one symptom I am experiencing is that the thumbnail generation is still not working on my site. It is using the un-cropped full images for the thumbnails so they are all different sizes in the gallery. This has been going on for a while now.

    Plugin Author bradvin

    (@bradvin)

    please can you goto the settings page and press the “Run tests” button to see the error that it gives you

    Thumbnail generation test failed!object(WP_Error)#45 (2) { [“errors”]=> array(1) { [“image_no_editor”]=> array(1) { [0]=> string(28) “No editor could be selected.” } } [“error_data”]=> array(0) { } }

    I have confirmed with my hosting provider GD version 2 is loaded and it also shows up on the FG system info page.

    Same situation here:

    Thumbnail generation test failed!object(WP_Error)#11411 (2) { [“errors”]=> array(1) { [“image_no_editor”]=> array(1) { [0]=> string(52) “Не удалось выбрать редактор.” } } [“error_data”]=> array(0) { } }

    No changes were made recently and GD version 2 works perfectly with other sites on this server (no Foogallery there, though…).

    Plugin Author bradvin

    (@bradvin)

    thanks guys – I need to investigate this issue further, because for some reason, WP cannot find an image editor when trying to generate your thumbs

    I am having the same problem.

    Exactly the same issue here!
    So far I cannot see any already published images being impacted (I might be mistaken though).
    I see some little design discrepancies in the WP admin panel; let’s say in the edit post layout (text color changed a bit in some places, slightly shifted last column, etc.) – maybe this is caused by the same plugin error. Just a thought..

    I’m also having Thumbnail Generation Alerts, with the Test triggering the following message:-

    Thumbnail generation test failed!object(WP_Error)#477 (2) { [“errors”]=> array(1) { [“file-not-found”]=> array(1) { [0]=> string(0) “” } } [“error_data”]=> array(0) { } }

    Have tried deleting and re-installing plugins, am also running Foobox Pro.

    Thanks.

    I am having the same issue…WP 4.6.1 with PHP 7.

    Same issue here. WP 4.6.1, PHP 5.4.45
    Thumbnail generation test failed!object(WP_Error)#8792 (2) { [“errors”]=> array(1) { [“image_no_editor”]=> array(1) { [0]=> string(33) “No se pudo elegir ningún editor.” } } [“error_data”]=> array(0) { } }

    seebrosky

    (@seebrosky)

    Same problem.

    WordPress version : 4.6.1
    FooGallery version : 1.2.15
    PHP version : 5.6.27
    PHP GD Loaded : 2

    Thumbnail generation test failed!object(WP_Error)#2300 (2) { [“errors”]=> array(1) { [“image_no_editor”]=> array(1) { [0]=> string(28) “No editor could be selected.” } } [“error_data”]=> array(0) { } }

    Plugin Author bradvin

    (@bradvin)

    hey all

    After extensive investigation into this issue, I seem to have found where most of the issues originate from. It is actually code added to functions.php or a plugin that forces the image editor to use GD over Imagick. This then causes the WPThumb library in FooGallery to not function. I have pushed up a fix for this in the develop branch on github. If you could delete your current plugin and install this verison to help test that would very helpful https://github.com/fooplugins/foogallery/archive/develop.zip

    wingsoftime

    (@wingsoftime)

    Just tried out the new plugin (ver. 1.2.16) – no luck. The “Thumbnail Generation Alert!” error message is still there..

    I have upgraded from 1.2.15 to 1.2.17 but I still have the error. Using Run Tests I get:

    Thumbnail generation test failed!object(WP_Error)#6503 (2) { [“errors”]=> array(1) { [“file-not-found”]=> array(1) { [0]=> string(0) “” } } [“error_data”]=> array(0) { } } array(2) { [“ext”]=> string(3) “jpg” [“type”]=> string(10) “image/jpeg” }

    GD 2 is present and installed on my server.

    • This reply was modified 7 years, 11 months ago by ianburley. Reason: typo
Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘GD Image Library Warning, but GD is installed and fine on my server’ is closed to new replies.