damianrafferty
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Authors misattributed on big MT export to WordPressWow, apljdi, I think I have found a way that works. It is clumsy and I can’t say why it works but here goes.
I imported the first batch via the uploader (rather than the ftp route) and then I trimmed off every entry that was already in the system, saved the file again and uploaded what was left. I repeated the process half a dozen times until the upload was complete and it has kept the correct authors.
I don’t know if this is relevant but I did save as UTF-8 first (although this did not make any difference before).
It appears as if something in the process where it was going through existing entries and skipping them threw the upload off in some way.
I can’t thank you enough for spending so much time helping me out and I think I would have given up otherwise.
Forum: Installing WordPress
In reply to: Authors misattributed on big MT export to WordPressThis is way out of my skill range. What kind of programmer would I need to find to do this? Someone with php and db experience I guess? Would they need to know about WordPress?
Forum: Installing WordPress
In reply to: Authors misattributed on big MT export to WordPressI think it would work in one go but the file is 18MB so I am doubtful it’ll ever happen!
Thanks for the thread. I really should check my AMs, PMs and UTFs but I think that is a luxury problem to have right now!
Are you saying that a script would compare the mt-export file’s author and post name information and then apply it to correct whatever is in the WordPress database? If so how?
Forum: Installing WordPress
In reply to: Authors misattributed on big MT export to WordPressit says on the import via MT page:
The importer is smart enough not to import duplicates, so you can run this multiple times without worry if—for whatever reason—it doesn’t finish. If you get an out of memory error try splitting up the import file into pieces.
Which is true apart from the author issue.
Here is some of the file http://pastebin.com/TVq0nLup
Just to make it a little trickier, the first upload has the right authorship and the subsequent ones get shuffled so it is not consistently wrong!
Forum: Installing WordPress
In reply to: Authors misattributed on big MT export to WordPressI think you are right. File size is causing the crashes but that wouldn’t be a problem if I could just fire it up again as it is supposed to work. I’m actually exporting from MT 3.31 (the update to MT4 or 5 being quite a big job so I was nudged into thinking about WordPress more seriously).
I have added the php line php_value memory_limit 512M
to my .htaccess file and I am getting through more entries before crashing but still the author issue continues.
I looked to see if there was a plugin that allowed me to make mass changes to authors to help me clean up the mess afterwards but couldn’t find anything.
Forum: Installing WordPress
In reply to: Authors misattributed on big MT export to WordPressAgain apljdi thanks for the suggestion. I have just been trying to get the file splitter route to work, trying uploading via the ftp and the simple file upload options but again the import seems to be shifting author attribution, even when I have deleted every post and author except admin.
It seems like such a stupid bug and one that should have been dealt with years ago. I understand that blogs with lots of authors may not be that numerous but they might be among the most interesting.
Maybe I should be looking for a plugin that lets me reattribute authorship en masse instead?
Forum: Installing WordPress
In reply to: Authors misattributed on big MT export to WordPressThanks for responding Aplidji. I’ve tried that but it has no effect. Each time I have to delete entries and clean the database and start again, the whole process of even trying things out is time-consuming.
Is there a better plug in or some other way of doing it? I can see this problem goes back years. Someone must have fixed it or found a way by now surely?