Opened 12 years ago
Closed 12 years ago
#23125 closed defect (bug) (invalid)
update check error
Reported by: | alexvorn2 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.5 |
Component: | HTTP API | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Warning: fopen(http://api.wordpress.org/themes/update-check/1.0/) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in D:\Dropbox\htdocs\wordpresslast\wp-includes\class-http.php on line 921
Change History (1)
Note: See
TracTickets for help on using
tickets.
This is simply an fopen() failure, which happens sometimes. (If it happens all the time, then the transport is broken on your system.)
When WP_DEBUG is off, we suppress errors when calling fopen(), which is why you usually don't see it.