[wp-trac] [WordPress Trac] #14026: Export errors

WordPress Trac wp-trac at lists.automattic.com
Mon Jun 21 18:39:12 UTC 2010


#14026: Export errors
--------------------------+-------------------------------------------------
 Reporter:  dimitre       |       Owner:                   
     Type:  defect (bug)  |      Status:  new              
 Priority:  normal        |   Milestone:  Unassigned       
Component:  Export        |     Version:  3.0              
 Severity:  normal        |    Keywords:  reporter-feedback
--------------------------+-------------------------------------------------
Changes (by nacin):

  * keywords:  => reporter-feedback


Comment:

 The only error that matters is the strip_tags() one. I don't see this
 error, so we need to track down where it came from.

 Can you go into wp-includes/formatting.php, find wp_strip_all_tags(),
 which is line 2771 in 3.0, and insert this as the first lines of the
 function:

 {{{
 if ( ! is_string( $string ) )
     var_dump( $string, debug_backtrace() );
 }}}

 That should be enough for us to track it down. Is this when trying to
 actually export, or just loading up the wp-admin/export.php screen?

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


More information about the wp-trac mailing list