Do you get “An Unexpected HTTP Error occurred during the API request.” ?
There is a quick solution to resolve this. Edit the file …./wp-includes/http.php and search for this entry.
‘timeout’ => apply_filters( ‘http_request_timeout’, 5),
Increase the timeout “5″ to “30″ seconds. This should do the trick.




