• Resolved Luigi Jonne Garcia

    (@jonnegarcia)


    Hello, need help on WP 4.7 update, my site is still in version 4.6, the update to 4.7 is not detected on dashboard, even on the Updates tab.

    On the Updates tab, its still says that I have the latest version of WordPress.

    How can I fix this?

    Thanks! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    What version do you see in this core file:
    /wp-imcludes/version.php

    Thread Starter Luigi Jonne Garcia

    (@jonnegarcia)

    <?php
    /**
    * The WordPress version string
    *
    * @global string $wp_version
    */
    $wp_version = ‘4.6.1’;

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

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

    /**
    * 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’;

    It’s 4.6

    Moderator t-p

    (@t-p)

    – It shows the current version as 4.6.1

    – If you intend to update to the current version 4.7.1, try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Please read the Manual Update directions first.
    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!

    Thread Starter Luigi Jonne Garcia

    (@jonnegarcia)

    Thanks for that.. I also want to know the cause why it’s not detected.. ??

    Thread Starter Luigi Jonne Garcia

    (@jonnegarcia)

    WHM plugin is the cause. ??

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WordPress 4.7 Not detected’ is closed to new replies.