[wp-trac] [WordPress Trac] #15339: Custom Fields invalid export for serialized objects

WordPress Trac wp-trac at lists.automattic.com
Sun Nov 14 16:00:15 UTC 2010


#15339: Custom Fields invalid export for serialized objects
--------------------------+-------------------------------------------------
 Reporter:  GDragoN       |        Owner:           
     Type:  defect (bug)  |       Status:  closed   
 Priority:  normal        |    Milestone:           
Component:  Export        |      Version:  3.0.1    
 Severity:  major         |   Resolution:  duplicate
 Keywords:                |  
--------------------------+-------------------------------------------------
Changes (by duck_):

  * status:  new => closed
  * resolution:  => duplicate
  * milestone:  Awaiting Review =>


Comment:

 Sounds like you're doing it wrong passing serialized data to
 `*_post_meta`, see #12930. If you pass serialized data to the meta
 functions then it will be stored in the DB as a serialized string.

 I believe you may be coming across an issue in which this serialized
 string is then imported and serialized again, this is now fixed in the
 development version of the importer. See #14509 and #10619.

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


More information about the wp-trac mailing list