Closed (fixed)
Project:
phpBB2Drupal
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2011 at 17:14 UTC
Updated:
17 Dec 2012 at 14:30 UTC
Hi,
This may be a dumb question but here goes…
Currently I am using the phpBB-Drupal bridge module. At some point I am planning on migrating the phpBB post to the Drupal Forum. But it looks like the UIDs for the phpBB users are no longer the same as their UIDs on the Drupal side. Will this be a problem when I do the migration of the posts???
Thanks in advance,
Eric
Comments
Comment #1
naheemsays commentedYes it will be a problem.
Something you can try is that if the drupal users already exist, prepopulate the phpbb2drupal_temp_user table with the mapping data (which phpbb user_id corresponds to which drupal uid) and skip that part of the import - move onto the next step.
Comment #2
aitala commentedTheoretically the users will exist in both tables - other that the phpBB3 bot accounts…
I may be able to fix things by hand though…
Eric
Comment #3
JeremyFrench commentedThis situation should be covered in the 7.x branch. You have an option to track existing users so content gets assigned to them but no user details are copied over.