[wp-trac] Re: [WordPress Trac] #10104: PCLZIP_ERR_BAD_FORMAT (-10) after changeset 11524

WordPress Trac wp-trac at lists.automattic.com
Fri Jun 12 17:55:05 GMT 2009


#10104: PCLZIP_ERR_BAD_FORMAT (-10) after changeset 11524
-----------------------------+----------------------------------------------
 Reporter:  demetris         |       Owner:  dd32                         
     Type:  defect (bug)     |      Status:  new                          
 Priority:  normal           |   Milestone:  2.8.1                        
Component:  Upgrade/Install  |     Version:  2.8                          
 Severity:  major            |    Keywords:  needs-patch reporter-feedback
-----------------------------+----------------------------------------------

Comment(by ryan):

 Does increasing the timeout in download_url() help?  Look for the
 download_url() function in wp-admin/includes/file.php.  Change this line:

 {{{
 $response = wp_remote_get($url, array('timeout' => 30));
 }}}

 to

 {{{
 $response = wp_remote_get($url, array('timeout' => 60));
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10104#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list