Opened 5 months ago

Closed 5 months ago

#23125 closed defect (bug) (invalid)

update check error

Reported by: alexvorn2 Owned by:
Priority: normal Milestone:
Component: HTTP Version: 3.5
Severity: normal Keywords: needs-patch
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)

  • 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.