我已经在我的VPS上安装了OpenShift Origin,并安装了最新的CentOS。
现在我正在尝试部署一个wordpress实例来运行博客,我按照博客文章来使用这些命令。
rhc app create wordpress php-5.4 mysql-5.5 --fromcode=https://github.com/openshift/wordpress-example
git add *
git commit -m init
上传过程没有任何错误。
Your application 'wordpress' is now available.
URL: http://******/
SSH to: ******@******
Git remote: ssh://******@******/~/git/wordpress.git/ Cloned to: /Users/amphineko/Temp/wordpress
然后,当我访问上面提供的网址(http:// ** /)时,它会告诉我出现了问题。
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
但我试图通过网络控制台在相同的应用程序下添加一个phpmyadmin盒式磁带并访问它,它工作正常。
我的Wordpress配置有问题,比如定义MySQL扩展的要求吗?
答案 0 :(得分:0)
尝试创建“phpinfo”页面,看看它说的加载了哪些扩展名。还要确保为正在使用的php盒式磁带的版本安装了正确的mysql扩展。有可能phpmyadmin盒式磁带使用的是服务器上安装的不同版本的php而不是php盒式磁带。