On Mon, Feb 24, 2014 at 10:02 AM, 吉積礼敏 <[email protected]> wrote: > > When I install Wordpress 3.8.1 on GAE PHP with Cloud SQL, It seems run > almost fairly. > But when I go to eyecatch page, I can not find any images which is > uploaded already, nor > I got error uploading from the page. > But the file uploaded can be found on media page and I can see it on my > Cloud Storage. > > What I found storage is below URL causes 400 error which I can see in > Chrome debug tool > > https://my-wp-project.appspot.com/_ah/upload/?post=1&action=edit/AMmfu6Yasdfasdfasdfasdfasdfasd > But the file is uploaded which I can find on media page. >
Hello ayatoshi, So to clarify, are you using the eyecatch or eye-catch-thumbnail extension? If you're using the eye-catch-thumbnail extension, you'll have to open up the source code for the extension and find the definition for WP_CONTENT_DIR and change it to your Google Cloud Storage bucket ( gs://my-bucket-here ). Otherwise the extension won't be able to find your content. If you're using a different extension, can you supply the source code/a link to the source code? Thanks. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
