• Resolved jessekramer27

    (@jessekramer27)


    Updated to WordPress 4.6. Everything is working fine except when I click on the updates tab in the dashboard, this message shows up.

    Fatal error: Call to undefined method Requests_Response::is_redirect() in /home/thecat16/public_html/wp-includes/class-requests.php on line 685

Viewing 13 replies - 1 through 13 (of 13 total)
  • Try disabling your plugins one by one and see if that helps

    Thread Starter jessekramer27

    (@jessekramer27)

    Turns out the message also comes up on my plugins tab.

    Post your site address, Also switch your theme to any default WordPress theme like 2016 and then revert back to your theme

    Thread Starter jessekramer27

    (@jessekramer27)

    thecatchandshoot.com

    Did you try disabling plugins ?

    Thread Starter jessekramer27

    (@jessekramer27)

    I’m unable to access my plugin tab right now because of the error. It says the error is on line 685 in the document. Here’s the code there:

    if ($return->is_redirect() && $options[‘follow_redirects’] === true) {

    Hey Guys,
    I don’t know whether this will help to not but I had exactly the same issue.

    I found the solution, in my case here … https://github.com/ServerPress/ds-cli/issues/3

    Turns out I was using the DS CLI option on Desktop Server, which is my local dev environment. The issue may also affect WP CLI

    When I turned this feature off, the problem ceased.

    Cheers
    Damian

    I ran into this problem while upgrading with wp.cli as well. Upgrading to the latest version of wp.cli is required, which resolved the issue for me.

    I was able to force an install of the same version of WP over the broken installation, i.e.

    wp core update --version=4.6 --force

    Thread Starter jessekramer27

    (@jessekramer27)

    Thanks guys was able to fix it!

    Hi. jessekramer27
    Please, simply explain … How did you fix it?

    • This reply was modified 8 years, 6 months ago by benant.

    Hello,

    I had the exact same problem when i try to upgrade to wordpress 4.6 ( i am using the theme Rosie from free vision). My website is working in home page url and other urls. However i was not able to access my Admin page (https://www.kidswallpainting.com/wp-admin). It gives the following error

    Fatal error: Call to undefined method Requests_Response::is_redirect() in /home/content/83/10792583/html/riot/kidswallpainting/wp-includes/class-requests.php on line 685

    tried the following.

    1. Manually resting the plugins by renaming the plugins folder to Plugin.hold. But this did not worked.
    2. Tried downgrading the WordPress to 4.5 Version as per instruction. But still getting the same issue in the admin.

    Can someone help me out this ?

    Unfortunately, I did not find the correct solution. So, i installed the pure wordpress v4.6.1, the plugins, and theme. Finally works good. But, it was an unpleasant experience.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Error message on updates screen with WordPress 4.6’ is closed to new replies.