[wp-trac] [WordPress Trac] #8610: Plugin update API error,
incorrect URL
WordPress Trac
wp-trac at lists.automattic.com
Sun Dec 14 04:38:49 GMT 2008
#8610: Plugin update API error, incorrect URL
---------------------------+------------------------------------------------
Reporter: DD32 | Owner: mdawaffe
Type: defect | Status: new
Priority: normal | Milestone:
Component: WordPress.org | Version:
Severity: normal | Keywords:
---------------------------+------------------------------------------------
In some cases, the package url for a version will be incorrect, Eg:
{{{
object(stdClass)[141]
public 'id' => string '515' (length=3)
public 'slug' => string 'wp-e-commerce' (length=13)
public 'new_version' => string '3.6.8 RC3' (length=9)
public 'url' => string
'http://wordpress.org/extend/plugins/wp-e-commerce/' (length=50)
public 'package' => string
'http://downloads.wordpress.org/plugin/wp-e-commerce.3.6.8 RC3.zip'
(length=65)
}}}
The package actually exists at:
{{{
http://downloads.wordpress.org/plugin/wp-e-commerce.3.6.8RC3.zip
}}}
note the missing space between 3.6.8 and RC3
--
Ticket URL: <http://trac.wordpress.org/ticket/8610>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list