Ok, I'm a little frustrated. Granted, I'm slightly a noob at the Drupal thing, but have plenty of experience in other places, which is why I'm thinking I'm missing something small but important.

I'm trying to port over all of my content from an xoops powered site that uses phpBB as the forum. I have successfully moved the users and news articles over.

Heres where the problem lies, the forums:

I tried the xoops migration tutorial: http://drupal.org/node/63796 which worked and I got everything to import, however my posts and comments are never attached to the forums. I'm not sure what I'm missing but everything seems to be right and I just seem to be going crazy.

Is their a piece in the 5.x database that needs to be set to point the forum nodes to their respective database? I have checked the forum table and it seems alright, but I'm still feeling I missed something along the way.

Any help would be greatly appreciated.

Also, I did try phpbbtodrupal module, and this didnt really work either, created the containers and forums but no posts exist....

Thanks everyone!

~Blaine

Comments

blaineglynn’s picture

I just had to make sure to update the tables for the comment stats and history tables.

Now the only problem I'm having is the following when I add a new comment:

user warning: Duplicate entry '1' for key 1 query: INSERT INTO comments(cid, nid, pid, uid, subject.......

Usually this is from a sequence table not being properly updated, however I'm still looking for the cid sequences.