• Anonymous User

    (@anonymized-18292148)


    Hi,

    we ‘re running our WordPress on a Google App Engine (flex environment, PHP 7.3.19). To connect the media library to cloud storage, we’ve been working with the Google Cloud Storage plugin (https://ww.wp.xz.cn/plugins/gcs/).
    Since we changed from standard to flex environment (or for another reason), images do not get converted anymore. I upload an image and in my storage bucket there is only that image listed. Other sizes don’t get get created.

    Tried to use WP Stateless plugin instead (https://de.ww.wp.xz.cn/plugins/wp-stateless/) – no difference.

    PHP extension gd is activated.

    I’ve been searching and trying for some hours now – no success. Any help would be very much appreciated!

    Wolfram

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do you have any another plugin installed that is altering the images. Such as an image optimzation plugin, or one converting the images to webp? If you do, you should try disabling those first and see if it’s a plugin conflict.

    Thread Starter Anonymous User

    (@anonymized-18292148)

    Hey, thank you for your message. I forgot to mention: I disabled all plugins besides Google cloud storage – with no effect 🙁

    Thread Starter Anonymous User

    (@anonymized-18292148)

    Does anybody know if there is a list of requirement specific to this feature?

    Thread Starter Anonymous User

    (@anonymized-18292148)

    When I upload an image I get

    Warning: chmod(): Google\Cloud\Storage\StreamWrapper::stream_metadata is not implemented! in /app/public/wp-admin/includes/file.php on line 925 976 and Crunching… forever

    Thread Starter Anonymous User

    (@anonymized-18292148)

    My only idea is that the App engine’s flex environment does not activate a necessary php extension. In general, my setup did generate thumbs in local development and App engine’s standard environment. Here is a list of inactive extensions by default:

    https://cloud.google.com/appengine/docs/flexible/php/runtime
    (section “The following PHP extensions are compiled as shared, but disabled by default”)

    I did activate gd, imagick and exif.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Images won’t get converted’ is closed to new replies.