• Resolved archimede10

    (@archimede10)


    Hello,
    I installed wordpress on my site and I have updated automatically wordpress (4.3.1) from the dashboard.
    The update has ended, but now every time I access in the dashboard, the site asks me to update the database.
    I click on update, it works for a couple of minutes and at the end, I get the error message “page not found”.
    How can I fix?

    Practically, I now I can’t log in to the dashboard because every time it forces me to update the database, but it always fails.

Viewing 6 replies - 1 through 6 (of 6 total)
  • So…this happened to me not too long ago as well.
    You’ll need to access your wp database and go to the wp_options table.
    set the db version # to https://codex.ww.wp.xz.cn/WordPress_Versions match what’s on that page for the version you have installed.

    If it works…the database was updated and somehow the db version number wasn’t updated in the wp_options table.

    If it doesn’t…I dunno…

    Thread Starter archimede10

    (@archimede10)

    thanks for the reply.
    I don’t understand what I have to do.
    I saw on the site the version 4.3.1 of WordPress corresponds to version database 33056.
    I entered in the database and I found the table wp_options. Where do I set the version of the database?

    Sorry…you’ll need to hop on into your database.
    Usually your host will provide something like phpmyadmin or something of that nature to directly access the db.

    Anyway, in the table wp_[prefix_if_you_have_one_]options search for “db_version” and see if that shows 33056. (which corresponds to your version).

    My guess is it shows 33055…

    Thread Starter archimede10

    (@archimede10)

    Hi,
    Thank you so much for the help.
    In this link, you can see the composition of my table “wp_options”.
    I haven’t the “db_version”, for this I don’t know how to follow your first message.
    Do you know how I can fix?

    I think that is just a screen shot of the first 25 options…(the default result set size in phpmyadmin)

    Somewhere you can see the option to go to the next page of results from that table
    …in my db it was #49…so 2nd page of options.

    Thread Starter archimede10

    (@archimede10)

    thank you for all!!
    I resolve my problem with your solution.

    This is the link of the solution

    thanks gkovar!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘wordpress update error (page not found)’ is closed to new replies.