Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#23125 closed defect (bug) (invalid)

update check error

Reported by: alexvorn2's profile 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)

#1 @nacin
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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.

Note: See TracTickets for help on using tickets.