Try disabling your plugins one by one and see if that helps
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
Did you try disabling plugins ?
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
Thanks guys was able to fix it!
Hi. jessekramer27
Please, simply explain … How did you fix it?
-
This reply was modified 9 years, 9 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 (http://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.