Opened 14 years ago
Closed 14 years ago
#23125 closed defect (bug) (invalid)
update check error
| Reported by: | alexvorn2 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | HTTP API | Version: | 3.5 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.