Not exactly seamless
-
I have set up a WordPress web site including a slider, using the plugin “Regenerate thumbnails” to produce all the image sizes I need. Everything works perfectly on my local computer, but when I deploy to Google App Engine (GAE), the images aren’t displayed. I have uploaded them, and I can see them in the wp-admin Media section. They are stored on Google Cloud Storage with URLs like https://storage.googleapis.com/<bucket-name>/<image-name>.jpg, and I can access them over http on those URLs. However, on my deployed WP site, no images show up at all. I have imported the data from my local setup using the XML export/import feature of WordPress. I have activated the “Google App Engine for WordPress” plugin.
Running the “Regenerate thumbnails” plugin on the deployed WP site does not produce any new image sizes in the storage “bucket”… I guess the plugin is not compatible with GAE at all, but how should one go about to solve this problem?
The topic ‘Not exactly seamless’ is closed to new replies.