I think all of the categories are set properly, because there are two columns in the LUM_Discussion table: phpBBtopicid and CategoryID. The category-numbers in CategoryID column are all correct. So I don't know where the problem is.
Where have you modified the categories? In the CategoryID column or elsewhere?
I figured out that in LUM_Comment table the EditUserID-column should be NULL, but for all of the previous (converted from phpbb) Comments it is not NULL!
Can it be the solution? How can I set the EditUserID-column for all comments = NULL?
I'm pretty sure all the category/discussion/comment linking should be alright in the migrator but if you guys find an issue with it (i'm intreagued by this NULL issue) then please let me know and i'll be glad to update the migrator to try and avoid any further issues.
In vanilla, you Hide the discussions. If you need to delete them you can install an extension.
http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=95
This discussion was only one comment long (the original), so if I were to "remove" that first comment, the whole discussion should be deleted right? Well, it gave me the following "error" message that seems to indicate it was successful, paused for long enough that I got bored and refreshed the page, at which time I could see it had removed the comment, but the discussion remained, only with zero comments!
What did I do wrong?
Edit: OK, so I'm a fool, I saw the "Delete Discussion" link in the panel menu, but that still doesn't change the strange "error".
I had the same problem as uzi when I moved a forum from phpbb to vanilla and found that I couldn't edit the category because the firstcommentid column in the discussions table had the phpbb post ID in it rather than the vanilla comment ID of the first post. Correcting this solved the problem.
I suspect it's a minor bug in the migrator script or I did something wrong when running it!
Comments
Where have you modified the categories? In the CategoryID column or elsewhere?
Have you changed anything else?
Can it be the solution? How can I set the EditUserID-column for all comments = NULL?
bentot that's one ugly mug ya got there lol
This discussion was only one comment long (the original), so if I were to "remove" that first comment, the whole discussion should be deleted right? Well, it gave me the following "error" message that seems to indicate it was successful, paused for long enough that I got bored and refreshed the page, at which time I could see it had removed the comment, but the discussion remained, only with zero comments!
What did I do wrong?
Edit: OK, so I'm a fool, I saw the "Delete Discussion" link in the panel menu, but that still doesn't change the strange "error".