I am migrating forum threads with attachments from another Forum suite to bbPress by transferring the data in SQL using PHP. This all looks good so far but I am struggling with the migration of attached images. Both forums are storing information in postmeta table using a serialized data string to describe the image. At first I just tried transferring the serialized string to the new record and it works except the images as displayed in the forum are all of size 1 x 1 pixels.
Do you have any explanation of the serialized string used in this module to save me time trying to create a string that will work and not produced a 1×1 pixel image?
Many thanks
- You must be logged in to reply to this topic.