[Plugin: Google App Engine for WordPress] functing app.yaml
-
I know its not directly related to this plugin but it is an issue that affects wordpress users trying to deploy to GAE
I was hoping someone has a working app.yaml for the latest version of GAE php as the developer version here https://developers.google.com/appengine/articles/wordpress and the github version here https://github.com/GoogleCloudPlatform/appengine-php-wordpress-starter-project/blob/master/app.yaml don’t work with the version of GAE at the moment.If you use the handler values defined at the time of writing you get an error when you use appcfg.py to update your code on GAE
Error 400: — begin server output —
Error when loading application configuration:
Unable to assign value ‘__static__/wordpress/.*\.(htm|html|css|js)$’ to attribute ‘upload’:
Value ‘__static__/wordpress/.*\.(htm|html|css|js)$’ for upload does not match expression ‘^(?:(?!\^).*(?!\$).)$’
- The topic ‘[Plugin: Google App Engine for WordPress] functing app.yaml’ is closed to new replies.