• 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. ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Some of these actions might help.

    https://forum.wampserver.com/read.php?2,85716

    i am on windows 8 64bit – replacing the php_curl.dll with the fixed one seemed to be the final action that sorted it out for me. I did also do all the earlier steps noted in the post

    Hey droidzone,

    Did you find the solution to your problem. I have the same issue now

    Error: There are no HTTP transports available which can complete the requested request.

    when I am trying to install the Latest Tweets pluging +

    Plugin not yet authenticated with Twitter

    Thanks,
    Adrian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP HTTP Error: There are no HTTP transports available which can complete the req’ is closed to new replies.