There is a nice article https://developers.google.com/appengine/articles/wordpress on how to get wordpress running under google app engine. I am running under Windows 8 (64 Bit) I followed the steps, installed Python and PHP used a MySQL instance I had running and added wp_user as described. I verified that the helloworld app runs with GAE locally. I verified that Mysql is running, wordpress_db exists and wp_user can connect as described in the article. I created wp-config.php as described.
in php,ini in my php installation I uncommented the lines extension=php_mysql.dll When I run as described and hit localhost:8080 I get Your PHP installation appears to be missing the MySQL extension which is required by WordPress. extension=php_mysqli.dll I tried installing http://wordpress.org/plugins/mysqli/ after putting db.php in wp_content localhost:8080 says php failure (255) with: stdout:X-Powered-By: PHP/5.4.20 Content-type: text/html stderr: Stdout on the command line says ERROR:root:php failure (255) with: stdout: X-Powered-By: PHP/5.4.20 Content-type: text/html OK I am stuck - someone has gotten this running on windows but I see no troubleshooting information and am a newbie on PHP and Wordpress which I am using for political reasons Can anyone out there offer any help -- 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.
