$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>How to upgrade wordpress version?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

How to upgrade wordpress version?

matteradmin8PV0评论

My website is running on WordPress version 4.9.8.

When I go to <mysite>/wp-admin/update-core.php, it says,

You have the latest version of WordPress. Future security updates will be applied automatically.

I want to upgrade my site to version 5.0.x

How can I do that?

My website is running on WordPress version 4.9.8.

When I go to <mysite>/wp-admin/update-core.php, it says,

You have the latest version of WordPress. Future security updates will be applied automatically.

I want to upgrade my site to version 5.0.x

How can I do that?

Share Improve this question edited Jan 28, 2019 at 11:01 Jacob Peattie 44.3k10 gold badges50 silver badges64 bronze badges asked Jan 28, 2019 at 8:48 user160014user160014 1 1
  • you might have auto update disabled? – André Kelling Commented Jan 28, 2019 at 9:14
Add a comment  | 

2 Answers 2

Reset to default 0

It looks like you have already tried to update WordPress but the process broked. So to resolve your problem you can go with the following: 1. Click to "Re-install now" button and install WordPress again. 2. Click to " Download" and install the WordPress manually.

You can install Latest WordPress manually, don't delete your wp-content folder and unzip the file from https://wordpress.iorg/latest.zip.

Check this Article https://codex.wordpress/Upgrading_WordPress#Manual_Update

Thanks !!!

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far