flowjuggler
Member
Posted 3 years ago #
I recently upgraded from 2.5 to 2.5.1 and am receiving the following error message upon logging into the dashboard:
Fatal error: Call to undefined function: update_right_now_message() in /home/content/s/k/y/skyltoiz/html/varietyartsblog/wp-admin/index.php on line 117
Doesn't seem to affect any functionality, but would be nice if everything was running smooth. Any ideas on what I might have done wrong?
Thanks in advance! Paul
delete the wp-admin/includes/update.php that is currently on your site, OFF your site.
Upload a fresh copy of that file, and be sure its uploaded in ascii mode.
flowjuggler
Member
Posted 3 years ago #
Thanks for your help. I love open source and opensourcers!
I have what appears to be the same error but it didn't fix my problem. Will create a new post.
remotelink
Member
Posted 3 years ago #
I discovery the error.
in the file /wp-admin/index.php, in the line 128 is necessary correct the name of the function "right_now". The correct form is: <?php update_rightnow_message(); ?>
in the file /wp-admin/includes/update.php, is necessary do the same in the line 46. The correct line is: function update_rightnow_message() {
With me resolve the problem.
See you.