[wp-trac] Re: [WordPress Trac] #8591: White Screen on Publish

WordPress Trac wp-trac at lists.automattic.com
Fri Dec 12 19:02:48 GMT 2008


#8591: White Screen on Publish
-----------------------------+----------------------------------------------
 Reporter:  mattyrob         |        Owner:  anonymous
     Type:  defect           |       Status:  new      
 Priority:  highest omg bbq  |    Milestone:  2.7.1    
Component:  General          |      Version:  2.7      
 Severity:  normal           |   Resolution:           
 Keywords:                   |  
-----------------------------+----------------------------------------------
Comment (by vladimir_kolesnikov):

 This might happen when WP_Http_Fsockopen::chunkTransferDecode() fails to
 decode the response. In this case, $response['body'] becomes WP_Error, not
 a string:

 {{{
 $process['body'] = WP_Http::chunkTransferDecode($process['body']);
 }}}

 Need to add one extra check to discover_pingback_server_uri().

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8591#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list