• I cannot update to 4.5.2. Each time I click the “Update Now” the upgrade fails but I get the email that the site was upgraded. I go back into the admin console and it says there is an update. I’m stuck in a loop and assistance would be great. Running Windows Server 2008 R2 IIS..so it’s not a hosted site, I am hosting it in my datacenter.

Viewing 5 replies - 1 through 5 (of 5 total)
  • look in /wp-includes/version.php

    That will show you what version you have. It’s possible that the site was upgraded but a cookie or something makes it think it’s not updated.

    Thread Starter Skotter

    (@skotter)

    Here is what is in the file:
    <?php
    /**
    * The WordPress version string
    *
    * @global string $wp_version
    */
    $wp_version = ‘4.5.1’;

    /**
    * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    *
    * @global int $wp_db_version
    */
    $wp_db_version = 36686;

    /**
    * Holds the TinyMCE version
    *
    * @global string $tinymce_version
    */
    $tinymce_version = ‘4310-20160418’;

    /**
    * Holds the required PHP version
    *
    * @global string $required_php_version
    */
    $required_php_version = ‘5.2.4’;

    /**
    * Holds the required MySQL version
    *
    * @global string $required_mysql_version
    */
    $required_mysql_version = ‘5.0’;

    OK. That means you still need to update. That should be an automatic update. Maybe if you wait it will update itself. Automatic updates are security patches.

    Thread Starter Skotter

    (@skotter)

    So very interesting. I just went to click the UPDATE NOW button and it worked:-) If failed 10 times before finally going. Doesn’t really make any sense.

    Glad to hear it finally worked.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress update to 4.5.2 failing’ is closed to new replies.