slangley
Forum Replies Created
-
Forum: Plugins
In reply to: [Google App Engine for WordPress] Images load using HTTP instead of HTTPSWe could add a check box in the plugin setup to serve images over HTTPS.
If you want to fix (aka hack) this in yourself it’s a one line change.
Change this line from
$baseurl = CloudStorageTools::getImageServingUrl($file);
to$baseurl = CloudStorageTools::getImageServingUrl($file, ['secure_url' => true]);Forum: Plugins
In reply to: [Google App Engine for WordPress] Cannot get to Intensedebate workingUse plugin version 1.3.
Forum: Plugins
In reply to: [Google App Engine for WordPress] Cannot get to Intensedebate workingIt installed fine for me – what version of the App Engine plugin are you using?
Forum: Plugins
In reply to: [Google App Engine for WordPress] Working for images but not ImporterBlog Post for using the importer -> https://gae-php-tips.appspot.com/2014/01/22/using-the-wordpress-importer-from-the-app-engine-plugin/
Version 1.2 provides an emulation of the AppIdentity service in the dev environment – which should resolve this issue.
This was a problem with the GCS emulation in the development server, which should be fixed.
Please let us know if you still experience this issue.
Forum: Plugins
In reply to: [Google App Engine for WordPress] Working for images but not ImporterAdded import functionality into version 1.3
Put your xml file into a Cloud Storage bucket and you can import it from there. We’ll post a tutorial to the blog shortly.
Forum: Plugins
In reply to: [Google App Engine for WordPress] Working for images but not ImporterOk will take a look see.
Forum: Plugins
In reply to: [Google App Engine for WordPress] GAE plugin disables Dashboard–>UpdaterThis is by design, as you cannot update the plugins or WordPress version in production from the dashboard.
Forum: Plugins
In reply to: [Google App Engine for WordPress] Working for images but not ImporterIt might be obvious, but can you give some brief steps to repro the issue and we’ll take a look.
Thanks
Forum: Plugins
In reply to: [Google App Engine for WordPress] Help! Error on installNeed to be running on App Engine
Forum: Plugins
In reply to: [Google App Engine for WordPress] Plugin breaks latest WordPress 3.8Fixed in version 1.1
Forum: Plugins
In reply to: [Google App Engine for WordPress] Gives me blank screen in productionSeems this is resolved.
Yes needs app engine.
Marking as resolved.