WP HTTP Error: There are no HTTP transports available which can complete the req
-
I’m getting the following error on my WordPress Dashboard, and also while trying to remove plugins:
“WP HTTP Error: There are no HTTP transports available which can complete the requested request.”
Going by similiar posts elsewhere, I’ve read that the issue might be due to non availability of curl on the server. However in my case, it’s a self hosted blog on a VPS.
I’ve already installed php5-curl, restarted apache, and tried. It doesnt work.
My main php.ini file is at /var/www/fcgi/x.tld/php5/php.ini
However php.ini doesnt contain any lines with the string “curl”
The dir /etc/php5/conf.d/php.ini shows:
[root@r2d2] /etc/php5 #cat conf.d/curl.ini ; configuration for php CURL module extension=curl.so
And:
[root@r2d2] /etc/php5 #dpkg -L php5-curl /. /etc /etc/php5 /etc/php5/conf.d /etc/php5/conf.d/curl.ini /usr /usr/lib /usr/lib/php5 /usr/lib/php5/20090626+lfs /usr/lib/php5/20090626+lfs/curl.so /usr/share /usr/share/doc /usr/share/doc/php5-curl
[ Moderator note: Bump deleted. Don’t apologize but don’t bump either. ]
- The topic ‘WP HTTP Error: There are no HTTP transports available which can complete the req’ is closed to new replies.