An Unexpected HTTP Error occurred during the API request. ! how to fix it
-
am using 3.3 wordpress ! when i search any plugin i got the error
An Unexpected HTTP Error occurred during the API request.
Try again.any solution for that what i got all from searching is to edit http.php or class-http.php and change time limit but there is no text like i.e
1) Login to your FTP server
2) Open wp_include/http.php
3) Look out for the 223rd line inside
4) This is what you should be looking at: ‘timeout’ => apply_filters( ‘http_request_timeout’, 5),
5) All you have to do is change the value “5” to “30”, the value is actually is the number of seconds before the server times out.
6) This should resolve your problem.
but i cant find these lines in my wordpress any solution please !
- The topic ‘An Unexpected HTTP Error occurred during the API request. ! how to fix it’ is closed to new replies.