I was facing a terrible problem to install any plugin or theme in my WordPress localhost webserver. When I clicked to install a plugin it was showing “There are no HTTP transports available….”. I am using Uniformserver as the localhost server visit IBET Network. Let’s see how we fix the issue –
Go to folder → UniServerZ → core → php70
then open the file named php_production.ini
Then uncomment the line
;extension=php_curl.dll
by removing the (;) semicolon. Then the line should look like
extension=php_curl.dll
Restart Apache and MySQL services.
Start to install plugins and themes.
Cheers! 🙂