• After seeing the reminder to upgrade I finally did upgrade to 2.6.2. I don’t remember what version I had, probably 2.5. I got the request to update the database and then brought up WP. Now I get this error:

    “Fatal error: Call to undefined function: update_right_now_message() in /home/valeriem/public_html/valerie_blog/wp-admin/index.php on line 128”

    An earlier post suggesting replacing the upgrade.php file and because the error refers to the index.php file I also replaced it, but still get the same error.

    Thanks,

    Lew

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

The topic ‘Fatal error: Call to undefined function:’ is closed to new replies.