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';The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Update returns’ is closed to new replies.