Error Message after uploading images to new WordPress Appengine website

Is anyone experiencing problems uploading images to WordPress sites on App Engine that are running today’s plugin update?

I have just deployed a new WordPress website and spent the day pulling my hair out trying to workout why I was getting a redirect loop error message, when I should have arrived at the /install.php screen.

Read More

After much stress I discovered that we need to add the following into wp-config.php now…

define( ‘WP_SITEURL’, ‘https://example.com/‘ );

See here: https://code.google.com/p/googleappengine/issues/detail?id=10553

But now my problem is that I’m unable to display any images?

After uploading on WordPress I get this message: “xxxxx.png” has failed to upload due to an error
The uploaded file could not be moved to [my-bucket].

Yet when I look on my cloud console, the images are in my bucket???

But when I look in my media library on WordPress, no images are present???

This happens whether or not the new tick box in the plugin enabled.

But it doesn’t happen on a site I’ve had live for quite a while that is running the updated version of the plugin.

A solution or any help would be much appreciated.

Related posts

Leave a Reply