• 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

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

    Thread Starter flowjuggler

    (@flowjuggler)

    Thanks for your help. I love open source and opensourcers!

    i take it that worked???

    I have what appears to be the same error but it didn’t fix my problem. Will create a new post.

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error: Fatal error: Call to undefined function: update_right_now_message()’ is closed to new replies.