• Resolved adamklawonn

    (@adamklawonn)


    To all:

    I just upgraded to 2.7 (and also upgraded my theme), but now I can’t view anything except this message when I login:

    Fatal error: Call to undefined function: wp_remote_request() in /home/content/a/k/l/aklawonn/html/wp-includes/update.php on line 58

    …and this message when I visit my blog’s homepage:

    Fatal error: Call to undefined function: wp_remote_post() in /home/content/a/k/l/aklawonn/html/wp-includes/cron.php on line 201

    I searched the forums quickly and haven’t found any other threads about this. Does anyone know how I can fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter adamklawonn

    (@adamklawonn)

    My apologies. It appears that the fatal error to the “/update.php” directory message applies to both pages.

    Here’s what Line 58 says now:

    $response = wp_remote_request($url, $options);

    Do I need to enter any information here to solve this?

    Thread Starter adamklawonn

    (@adamklawonn)

    OK, to keep this simpler than reading all of my replies, here’s a better summary of a 2-part problem:

    PART 1: I just upgraded to 2.7 (and also upgraded my Rev Pro theme), but now this all I see when I go to my login page –

    Fatal error: Call to undefined function: wp_remote_request() in /home/content/a/k/l/aklawonn/html/wp-includes/update.php on line 58

    This is what’s on Line 58 now:

    $response = wp_remote_request($url, $options);

    PART 2 : This is all I see when I visit my blog’s homepage:

    Fatal error: Call to undefined function: wp_remote_post() in /home/content/a/k/l/aklawonn/html/wp-includes/cron.php on line 201

    This is what’s on Line 201 now:

    wp_remote_post($cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false));

    Any help is appreciated. Again, sorry for the multiple posts.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Fatal error: Call to undefined function

    This almost always means that you did not upload all of the WordPress files during your upgrade.

    ALL files must be uploaded to the site. ALL. That includes every file in the WordPress root folder as well.

    Thread Starter adamklawonn

    (@adamklawonn)

    Thank you, Otto. I made the change, and everything worked out. I just have a few CSS ends to tidy up. Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error on 2.7 upgrade’ is closed to new replies.