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.

关于如何在google app引擎下运行wordpress,有一篇很好的文章https://developers.google.com/appengine/articles/wordpress。我在Windows 8(64位)下运行我按照步骤操作,安装了Python,PHP使用了我运行的MySQL实例,并按照描述添加了wp_user。我验证了helloworld应用程序在本地运行GAE。我验证了Mysql正在运行,wordpress_db存在,wp_user可以按照文章中的描述进行连接。我按照描述创建了wp-config.php。

in php,ini in my php installation I uncommented the lines extension=php_mysql.dll

在php,ini在我的php安装中我取消注释了行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

当我按照描述运行并点击localhost:8080我得到你的PHP安装似乎缺少WordPress所需的MySQL扩展。延长= 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

我将db.php放入wp_content localhost后尝试安装http://wordpress.org/plugins/mysqli/:8080说php failure(255)with:stdout:X-Powered-By:PHP / 5.4.20 Content-type: text / html stderr:命令行上的stdout说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

好吧我被卡住了 - 有人在Windows上运行了这个但是我没有看到任何疑难解答信息,我是PHP和Wordpress的新手,我出于政治原因使用它

Can anyone out there offer any help

任何人都可以提供任何帮助

3 个解决方案

#1


0

If you're not limited to the GAE then perhaps WAMP or XAMPP is a better bet? WAMP is fairly nice as it's a clicky-button installer with minimal knowledge required. Once it's installed, you should see a green "W" in your tray and all you need to do is point a browser to http://localhost.

如果您不仅限于GAE,那么WAMP或XAMPP可能是更好的选择吗? WAMP相当不错,因为它是一个点击按钮安装程序,只需要很少的知识。安装完成后,您应该在托盘中看到绿色的“W”,您需要做的就是将浏览器指向http:// localhost。

更多相关文章

  1. python python 入门学习之网页数据爬虫cnbeta文章保存
  2. Python登录并获取CSDN博客所有文章列表
  3. Nginx在Linux下配置的详细说明及配置方法 -转载好文章
  4. 【转自mos文章】使用单条sql来查询出awr中的syatem statistics
  5. Android——性能优化相关文章
  6. Android VR入门文章
  7. 使用webmagic编写Java爬虫获取博客园文章内容
  8. Javascript 同步异步加载详解 (十足的好文章!!强烈推荐)

随机推荐

  1. Android开发者实用代码片段
  2. Android加速度传感器
  3. Android IDL 小例子
  4. [置顶] Android 系列:安装Android SDK出现
  5. Android解析XML
  6. 关于android创建对话框报错The method se
  7. Android adb获取屏幕分辨率
  8. Android LinearLayout遇到的坑
  9. android 获取应用列表 点击打开应用
  10. Android Activity界面切换添加动画特效