• Resolved applemango

    (@applemango)


    On creating a new album I get this error:

    Oops… there seems to be a problem saving the video(s) thumbnail. Most likely you need to install a PHP image processing library, such as GD or Imagick. Please send the following information to the developer if the problem persists.

    With the following array:

    WP_Error Object
    (
        [errors] => Array
            (
                [invalid_image] => Array
                    (
                        [0] => File is not an image.
                    )
            )
        [error_data] => Array
            (
                [invalid_image] => https://domain/wp-content/plugins/utubevideo-gallery/missing.jpg
            )
    )

    I can confirm that GD is installed and enabled. I have also deactivated and reactivated the problem but the error persists.

    Any ideas?

    https://www.ads-software.com/plugins/utubevideo-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter applemango

    (@applemango)

    UPDATE: This issue disappeared for me when I made the following change to php.ini:

    allow_url_fopen = on

    This was actually a solution to another plugin issue, retrieving Vimeo thumbnails and this change clearly fixed both issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Error saving the video thumbnail’ is closed to new replies.