How to import large blogs
-
Howdy!
I’m trying to help someone move their Typepad blog to WordPress. I have set the environment to have 1 hour execution time and 1GB file uploads and it can’t handle even an 80MB file.
So I got a file splitter. First I chopped an 18MB file into 1MB chunks. Fail. Then 512K. Fail. I’m down to the smallest my spliiter will handle, only 10 posts per file, and some of them are under 200K and come in fine, but some are larger, around 640K and those fail. Even without this issue this is not the largest blog which is 80MB which would split into hundreds of files that would take hours of drudgery.
Are there no settings I can apply to PHP to get past this issue? I though setting 1 hour would be more than enough but I get timeouts after only 3 minutes.
Really looking for help because my only other option is to hunker down and write my own node.js importer and I really don’t want to have to go through that.
Please help!
Chris
The topic ‘How to import large blogs’ is closed to new replies.