[wp-trac] Re: [WordPress Trac] #8476: Plugin update info not
fetched/Wrong code in $raw_response?
WordPress Trac
wp-trac at lists.automattic.com
Sun Dec 7 16:56:30 GMT 2008
#8476: Plugin update info not fetched/Wrong code in $raw_response?
-------------------------+--------------------------------------------------
Reporter: greps | Owner:
Type: defect | Status: new
Priority: high | Milestone: 2.7
Component: Plugins | Version: 2.7
Severity: major | Resolution:
Keywords: needs-patch |
-------------------------+--------------------------------------------------
Changes (by jacobsantos):
* keywords: has-patch needs-testing => needs-patch
Comment:
I've realized that cURL is not used for the plugin_update version checker
because it can not be used to send POST data. Only Streams, HTTP
Extension, and fsockopen can do that.
Since you don't have the HTTP extension, that means that it is actually
the Streams transport that is FUBAR.
An error must being returned at some point. Need to isolate it and
var_dump it. New patch is coming.
--
Ticket URL: <http://trac.wordpress.org/ticket/8476#comment:24>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list