Title: Update returns
Last modified: September 5, 2019

---

# Update returns

 *  Resolved [darkallman](https://wordpress.org/support/users/darkallman/)
 * (@darkallman)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/update-returns/)
 * When I run wordpress update 5.2.3 this is the (dutch) response:
 *     ```
       Update downloaden van https://downloads.wordpress.org/release/wordpress-5.2.3-no-content.zip…
   
       De authenticiteit van wordpress-5.2.3-no-content.zip kon niet geverifieerd worden, omdat er geen ondertekening gevonden is.
   
       Uitpakken update…
   
       Uitgepakte bestanden verifiëren…
   
       Voorbereidingen gestart om installatie te starten naar de laatste versie…
   
       Onderhoudsmode activeren…
   
       Vereiste bestanden kopiëren…
   
       Onderhoudsmode deactiveren…
   
       Database bijwerken…
   
       WordPress is bijgewerkt
   
       Welkom bij WordPress 5.2.3. Je wordt doorverwezen naar het 'Over' WordPress scherm. Zo niet, klik hier.
       ```
   
 * Then it returns to the wordpress dashboard showing me I still have 5.2.2 and 
   I need to update. How can I solve this?
 * version.php:
 *     ```
       <?php
       /**
        * WordPress Version
        *
        * Contains version information for the current WordPress release.
        *
        * @package WordPress
        * @since 1.1.0
        */
   
       /**
        * The WordPress version string
        *
        * @global string $wp_version
        */
       $wp_version = '5.2.3';
   
       /**
        * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
        *
        * @global int $wp_db_version
        */
       $wp_db_version = 44719;
   
       /**
        * Holds the TinyMCE version
        *
        * @global string $tinymce_version
        */
       $tinymce_version = '4940-20190515';
   
       /**
        * Holds the required PHP version
        *
        * @global string $required_php_version
        */
       $required_php_version = '5.6.20';
   
       /**
        * Holds the required MySQL version
        *
        * @global string $required_mysql_version
        */
       $required_mysql_version = '5.0';
       ```
   
    -  This topic was modified 6 years, 9 months ago by [darkallman](https://wordpress.org/support/users/darkallman/).
      Reason: version.php content added
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fupdate-returns%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/update-returns/#post-11901822)
 * Hi,
 * all your site (html) code is minified, and cached. Try deleting (wp-rocket) cache
   and temporarily disable caching and code minification (deactivate the plugin).
   Then try to update again and see if this is resolved.
 *  Thread Starter [darkallman](https://wordpress.org/support/users/darkallman/)
 * (@darkallman)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/update-returns/#post-11901929)
 * This seemed to solved my issue. Strange, I have updated before but never had 
   this issue with caching plugin.
 *  [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/update-returns/#post-11901948)
 * You might want to report this to the plugin author, I am sure they would want
   to know about any such issues.
 * As far as this topic is concerned, and if you think it is resolved, please mark
   it as such to keep the queue of topics clean. Thanks.
 *  Thread Starter [darkallman](https://wordpress.org/support/users/darkallman/)
 * (@darkallman)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/update-returns/#post-11901951)
 * Close!

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

The topic ‘Update returns’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [darkallman](https://wordpress.org/support/users/darkallman/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/update-returns/#post-11901951)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
