Trouble running local WordPress in Google App Engine
-
Following these instructions: https://developers.google.com/appengine/articles/wordpress
Installed MySQL, Python and Google App Engine PHP SDK on a Windows 8 PC. Perfect!
Created an app for WordPress, created database and user on localhost and edited WordPress config accordingly.
Started the app in the Google App Engine Launcher. Clicking Browse leads to blank page at https://localhost:8080/
Hmmm…
Checked logs, found
2013-11-26 17:56:18 Running command: "['C:\\Python27\\python.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--skip_sdk_update_check=yes', '--port=8080', '--admin_port=8000', 'C:\\Users\\CsillamVilag\\Documents\\development-appengine\\arcfestesmintak']" INFO 2013-11-26 17:56:19,805 devappserver2.py:660] Skipping SDK update check. WARNING 2013-11-26 17:56:19,813 api_server.py:331] Could not initialize images API; you are likely missing the Python "PIL" module. INFO 2013-11-26 17:56:19,822 api_server.py:138] Starting API server at: https://localhost:53853 INFO 2013-11-26 17:56:19,826 dispatcher.py:171] Starting module "default" running at: https://localhost:8080 INFO 2013-11-26 17:56:19,828 admin_server.py:117] Starting admin server at: https://localhost:8000 INFO 2013-11-26 17:56:21,828 module.py:617] default: "GET / HTTP/1.1" 302 -
Pretty certain the Python for Windows package I used included PIL. Besides, that “shouldn’t” matter.
Even more troublingly, the last line of the log output is a HTTP redirect from / to another page…the output appears to have been interrupted.
Not sure where to go from here…
- The topic ‘Trouble running local WordPress in Google App Engine’ is closed to new replies.