问题描述
我已将wordpress升级到最新版本4.2。 Wordpress已成功更新,网站可见。但是,当我访问mywebsite.com/wp-admin时,它要求我更新到最新的wordpress数据库,然后单击该更新按钮,过一会儿它返回错误500 Internal Server Error。
I have upgraded wordpress to latest version 4.2. Wordpress got updated successfully, website is visible. But when i access mywebsite.com/wp-admin It asks me to update to the newest wordpress database, I click that update button and after a while it returns error 500 Internal Server Error.
我也尝试过重命名插件文件夹/主题,但无济于事。
I tried to rename plugin folder/ my theme as well but to no avail.
请帮助我解决这个问题。
Please help me resolve this issue.
非常感谢
推荐答案
一个非常棘手的!我必须输入PhpMyAdmin并使用wp_options(手动更新db_version。最新的wordpress下载程序包的版本号()
This was an extremely tricky one! I had to enter PhpMyAdmin and update manually the db_version in wp_options (http://prntscr.com/6yqm5l) with the version number from the latest wordpress download package (http://prntscr.com/6yqnew)
我希望这会对遇到此问题的其他人有所帮助。
I hope this will help others who ever encounter this issue.
谢谢,
这篇关于Wordpress数据库返回错误500的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!