Importing MovableType problem
-
I’m ready to import from MovableType 2.63 to WordPress 2.1.3 but the WordPress instructions don’t match what I’m seeing in file names.
The instructions say to start working with
wordpress/wp-admin/import-mt.phpbut my install files showwordpress/wp-admin/import/mt.php.Assuming that’s just the old instructions, the next step says:
On line number 2 of import-mt.php, find
define 'MTEXPORT', );and change that to define('MTEXPORT', 'import.txt');But my mt.php has no line 2 and no similar-looking code. Line 3 is
class MT_Import {I inserted the code in line 2 anyway and uploadeded per instructions but (as I expected) I got a blank page instead of “Let’s go!”
Thanks for help!
The topic ‘Importing MovableType problem’ is closed to new replies.