"When uploading the theme of wordpress, ""Download failed.""" No HTTP transport is available to complete the requested request.

Asked 1 years ago, Updated 1 years ago, 82 views

screen screenshot
Thank you for your cooperation.

Windows 8.1
php 5.4.39
Apache 2.2.14
local.

When I uploaded my own theme to WordPress,

Download failed. No HTTP transport is available to complete the requested request.

appears.

When I previewed it, it was displayed almost exactly as I expected, so
I think something is probably wrong with the server.

in php.ini

extension=php_curl.dll

This has been activated.
I also tried restarting Apache.

Do I need to set up the Apache running user?
Are you going to change the User and Group of httpd.conf to Apachi?

I don't understand how to set it up because it depends on the site.

In the end, I would like to upload the Wordpress theme without the above error statement.
(Automatic update enabled?)

I'd like some information.
Thank you for your cooperation.

php apache wordpress

2022-09-30 15:40

1 Answers

Self-resolved.

extension=php_curl.dll
extension=php_opensl.dll

It worked by enabling these two.


2022-09-30 15:40

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.