After migration wrong usernames

karmalo - July 22, 2009 - 01:23
Project:phpBB2Drupal
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Hello,
I have migrated from phpbb2 to drupal 6 my whole forum but unfortunetly the topic and posting authors are not the same like in the original phpbb forum.

Why?

#1

nbz - July 22, 2009 - 01:36
Status:active» postponed (maintainer needs more info)

Did you use the correct version of the module? 6.x-2.0 is for phpbb3 only - you need the 1,x series to migrate from phpbb2.

Also if from a previous migration the data in the temp tables is incorrect, that would also cause such problems.

#2

karmalo - July 22, 2009 - 01:42

I had used 2.0 version for phpbb2 but later I noticed that I need 1.x so I just uninstalled 2.x and installed 1.x and tried migration again but still it doesnt work correct. I have checked the UID it is not the same in the database like the phpbb UID´s

#3

nbz - July 22, 2009 - 01:45
Version:6.x-2.0» 6.x-1.x-dev

did you just disable the module? please totally uninstall it after disabling (to delete all the tables) and then re install.

The past data cannot be fixed so you will need to do a new import from scratch and it should work correctly.

#4

karmalo - July 22, 2009 - 02:00

its the same error also after re-installing.

The UID in the users table of drupal is like 1, 2, 3, 4, 5, 6 and so on but on phpbb´s its like 1,2,5,9,10,11,12,20,21 so its not so regular like 1 to 10.

#5

nbz - July 22, 2009 - 03:32

what about the "user_id"?

That tables does mapping - the uid is the drupal uid, while the user_id is the phpbb user_id. it maps the two accounts to each other.

 
 

Drupal is a registered trademark of Dries Buytaert.