• Hi,
    I’ve been trying for about a week now to import a 2mb MovableType export file – called “import.txt” – into WordPress, with absolutely no luck whatsoever. I’ve trawled these forums and the internet, and mucked about with the import-mt.php file as much as I could, but I still have the same, basic problem:
    After editing it correctly, loading
    http://www.mysite.com/wordpress/wp-admin/import-mt.php
    and then clicking on “Let’s Go!” all I get is either brief browser activity, followed by the same page (in FireFox) or “Page Cannot Be Displayed” (in IE)
    I’m pretty internet savvy, but don’t have a clue regarding php therefore if you have any ideas..!
    btw, the whole reason I’m with WP is because I’ve somehow managed to lock myself out of MT – although I have a most recent backup of MT, I can’t make a new one. Please help, if you can!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try checking your server’s logs to see if there was some kind of error.

    Same issue is happening to me –

    Server logs say nothing – the PHP script just doesn’t seem to want to work

    It’s really odd since I’m fairly savvy with PHP.

    Any help? Is there a diff version of the script I can pull down?

    I just recently switched from MT – so I understand your frustration.

    Did you ever look into the import.txt? It has data right?

    Maybe try cutting the big file into smaller ones. WP has no problem importing several sections one after another?

    Guru – Gracias.

    10MB import file from MT (been a couple of years).

    > split -50000 import.txt – new.

    Now – the exhaustive import process. Thanks.

    Will make a note to send the WP guys that for longtime users, might want to think about splitting up the MT import file. I guess in the script there’s something that limits huge files.

    So theoretically you could look for that limit and increase it… I might look into that. I wonder if this is what would cause me to not get a submit button on Step 1 of the import-mt.php process. Any ideas about that??? (I have a thread about that at http://ww.wp.xz.cn/support/topic.php?id=25752 )

    I will try breaking my import file up and see if it helps my problem at all. When you broke it up, where is the best/safest place to break the file? Just between any posts?

    I’m experiencing the same symptoms — import-mt.php fails to load when step=2 is passed. In IE, I receive a “Domain not found” error, and in Firefox, there is no response. I’ve trimmed my import.txt file down to one entry, so size cannot be an issue. I’ve also comfirmed that there are no typos in my EXPORT definition at the top of the script. Is there any further troubleshooting that could be done?

    TIA for any suggestions!

    Addendum. I tried commenting out all of “step 1”, and then uncommenting section by section, to see if I could isolate the problem. Oddly, by the time I had uncommented the entire case, step 1 was still functioning. I received the following error, however, which refers to a point in case 2:

    Warning: Invalid argument supplied for foreach() in /u2/home/katchan/public_html/blog/wp-admin/import-mt.php on line 139

    When I check my blog, the entry is appearing on the public side, however it is not appearing in the administrative interface. I.e, when I go to “Manage Posts”, the post is not their, nor do I have the option of browsing to the month/year that the post is attributed to.

    I’ll need to dig into case 2 more later, to see what’s going on there.

    🙁

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Importing MovableType – no go!’ is closed to new replies.