Thank you for bring this issue to our attention. The bug surfaces due to a 
change in WordPress 3.7 and affects only the development server. It should 
be fixed in the next release. Meanwhile, please manually change line 109 
-110 of <google_appengine root>/
google/appengine/tools/devappserver2/php/runtime.py from 

user_environ['REAL_SCRIPT_FILENAME'] = environ[ 
http_runtime_constants.SCRIPT_HEADER]

to

user_environ['REAL_SCRIPT_FILENAME'] = os.path.normpath( 
os.path.join(self.config.application_root, 
environ[http_runtime_constants.SCRIPT_HEADER]))

As this is a Python script, make sure the new statement is indented 
correctly.


On Saturday, November 30, 2013 7:47:58 AM UTC-8, OC2PS wrote:
>
> Looks like App Engine has trouble with WordPress 3.7.1 
> http://wordpress.org/support/topic/trouble-running-local-wordpress-in-google-app-engine
>
> This is terrible especially as WordPress have decided that they will start 
> automatically updating WordPress without human intervention!
>

-- 
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.

Reply via email to