09/07/2016 at 1:18 pm
#389984
Keymaster
@ Steve
I updated the code a bit to display more low level error messages rather than grouping them all under an “unkown error” message.
You’ll see the actual error is cURL error 28: Connection timed out after 10001 milliseconds
.
This is a low level error message being reported by WordPress which basically means, “no internet available on the hosting server”. According to the system info allow_url_fopen and cURL are enabled and supported but it still seems something is blocking external connections made by the core WordPress function wp_remote_get()
.
I am pretty certain at this point that this seems to be a webhost issue. Can you contact the webhost support to see if they are blocking external connections?