• Resolved darkallman

    (@darkallman)


    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. Reason: version.php content added

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    (@darkallman)

    This seemed to solved my issue. Strange, I have updated before but never had this issue with caching plugin.

    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

    (@darkallman)

    Close!

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

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