admin管理员组文章数量:1122832
I tried to update my WordPress version but it didn't work. If I log in I get the message
Database Update Required. WordPress has been updated! Before we send you on your way, we have to update your database to the newest version. The update process may take a while, so please be patient.
After clicking Update now I get the Message
Update complete. Your WordPress database has been successfully updated.
But after clicking on OK I get the first message again.
After reading a couple of threads I tried this:
- clearing browser cache and cookies
- checking PHP Version
- renaming/deactivating plugin-folder
- renaming/deactivating WordPress installation folder
- restoring WordPress and Database from my backups
- attempt a database repair with
define('WP_ALLOW_REPAIR', true);
Site stuck in "Database Update Required" loop - I don't have a
db_upgraded
field in my /wp-include/options.php so i couldn't set it to0
Site stuck in "Database Update Required" loop - I can't find the
db_version
value underwp_options
in my database. So I can't check it like here Wordpress 3.9 Database Update Infinite Loop
but nothing worked. I still can't get to the backend.
Could anyone help me with this problem?
I tried to update my WordPress version but it didn't work. If I log in I get the message
Database Update Required. WordPress has been updated! Before we send you on your way, we have to update your database to the newest version. The update process may take a while, so please be patient.
After clicking Update now I get the Message
Update complete. Your WordPress database has been successfully updated.
But after clicking on OK I get the first message again.
After reading a couple of threads I tried this:
- clearing browser cache and cookies
- checking PHP Version
- renaming/deactivating plugin-folder
- renaming/deactivating WordPress installation folder
- restoring WordPress and Database from my backups
- attempt a database repair with
define('WP_ALLOW_REPAIR', true);
Site stuck in "Database Update Required" loop - I don't have a
db_upgraded
field in my /wp-include/options.php so i couldn't set it to0
Site stuck in "Database Update Required" loop - I can't find the
db_version
value underwp_options
in my database. So I can't check it like here Wordpress 3.9 Database Update Infinite Loop
but nothing worked. I still can't get to the backend.
Could anyone help me with this problem?
Share Improve this question asked Jun 28, 2018 at 17:43 JassiJassi 112 bronze badges1 Answer
Reset to default 1For anyone stumbling across this now, I might have the solution.
If you've tried the above steps provided by OP, instead of matching the database functions lower the db_version
value in the wp_options
by 1. In case your $wp_db_version
in your version.php
is 45805 (as was the case for me), try setting your db_version
value in the wp_options
table to 45804.
Doing so will set your WordPress to prompt you to update the database once again when you visit the /wp-login or /wp-admin screen. This, again in my case, solved the problem.
本文标签: wordpress 39database update required39 loop after update
版权声明:本文标题:wordpress 'database update required' loop after update 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736296557a1929824.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论