安装wordpress时出现502
别的程序目前都没什么问题,就是在新安装wordpress最新版的时候,输入完数据库相关信息后,点下一步就502,试过论坛里面的502相关的解决方法,还是没解决,现在把安装信息发上来,军哥看看有问题吗? 已经解决了,是php内存溢出的问题解决方法:
Centos 6 64位:
mv /usr/lib64/libsqlite3.so.0.8.6 /usr/lib64/libsqlite3.so.0.8.6.bak
Centos 6 32位:
mv /usr/lib/libsqlite3.so.0.8.6 /usr/lib/libsqlite3.so.0.8.6.bak
//将这个错误文件改名!
重启服务,问题搞定! 如果这么处理的话 yum就用不了了
yum update -y
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named sqlite
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq 非常感谢楼主。
我也是出现了这个问题,我一直都以为是LNMP没有安装成功,反复了N次后,搜索到了这个帖子。
军哥你是不是要把这个特别标注一下,还是因为我们的内存小了? 对,这样yum就用不了了,请军哥关注一下 我用的是桌面,如果这样操作了,就会发现无法访问互联网,改回来可以访问互联网,但是502又出现了
页:
[1]