Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download failed. There are no HTTP transports available which can complete the requested request

When I try to install theme on wamp server it shows a line as below Download failed. There are no HTTP transports available which can complete the requested request. How to fix it?

like image 241
Tuhin Araf Avatar asked Nov 29 '22 01:11

Tuhin Araf


1 Answers

I think you probably need to activate the php_curl extension to solve this issue.

Do this to activate the php_curl extension :-

Left click wampmanager ( thats the W icon in the system tray )

wampmanager -> PHP -> PHP Extensions

If the php_curl extension is not ticked then click it and it will activate the extension and restart Apache for you.

It may also be necessary to activate php_openssl in the same way, depending on the theme's requirements.

like image 117
RiggsFolly Avatar answered Dec 06 '22 02:12

RiggsFolly