Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#2588 closed defect (bug) (wontfix)

Movable Type Importer

Reported by: dneto's profile dneto Owned by: dneto's profile dneto
Milestone: Priority: normal
Severity: normal Version: 2.0.2
Component: General Keywords:
Focuses: Cc:

Description

I've tried to import my old Movable Type blog data (v3.2) and I noticed the importer didn't keep my old POST IDS and also striped away some of my common used tags (AREA and MAP are just 2 of them). Can you solve this?

Attachments (1)

embromaction.zip (210.7 KB) - added by dneto 19 years ago.

Download all attachments as: .zip

Change History (6)

#1 @abhay
19 years ago

Would you mind dumping your MT data into the attachments on this thread? I'd like a frame of reference.

#2 @ryan
19 years ago

Post IDs cannot be fixed. They are a strictly incrementing, non-portable number.

@dneto
19 years ago

#3 @dneto
19 years ago

  • Owner changed from anonymous to dneto

I attached a file with just a part of my posts. I've modified my Movable Type exporter to include the POSTID field, just after the AUTHOR field. So, the WP importer may read this field correctly and import it.

And what about the stripping tags? Are they really gonna be stripped from all over the import proccess?

Thanks for your feedback!
Daniel Neto
Rio de Janeiro - Brazil

#4 @dneto
19 years ago

Ryan,

I've used the old (modified) import-mt.php AND it allowed me to import POST IDs AND my table has the "auto-increment" option, but the comments were not correctly "attached" to their posts. Just to let you know that it's possible, but I'm not a PHP geek to modify it to do the right thing.

Still waiting for comments.

Regards
Daniel Neto

#5 @dneto
19 years ago

  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.