coke3grad
Member
Posted 3 years ago #
After updating WordPress I cannot work on my Plugin Page anymore. I always get the following error:
Fatal error: Call to a member function request() on a non-object in /home/www/.../wp-includes/http.php on line 258
Has anybody the same problem and can help me. Otherwise I have to turn on the older Version
Quoting DD32 here:
Eugh, There's going to be a lot of this today..
It was a bug in the HTTP API code, Unfortunately it seems that the nightly
version got built after the bug was introduced, but before the fix was
applied.
Unfortunately it may render your blog inaccessable as well if you logout,
and Cron needs to fire when you log in..
You can copy the latest /wp-includes/http.php file over the top of the
current one to fix it:
http://trac.wordpress.org/browser/trunk/wp-includes/http.php?format=txt
coke3grad
Member
Posted 3 years ago #
Thx man. Works. The problem disappear for now.
Avaz Ibragimov
Member
Posted 3 years ago #
It happened to me after updating one of my plugins and I thought the problem occured because of that plugin update and removed it. LOL.
MichaehlH, thx, now everything is fine.
facing this issue today. would wait for a new nightly.