Forums

Error: Fatal error: Call to undefined function: update_right_now_message() (6 posts)

  1. 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

  2. whooami
    Member
    Posted 3 years ago #

    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.

  3. flowjuggler
    Member
    Posted 3 years ago #

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

  4. whooami
    Member
    Posted 3 years ago #

    i take it that worked???

  5. linkup
    Member
    Posted 3 years ago #

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

  6. 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.

Topic Closed

This topic has been closed to new replies.

About this Topic