In my migration the profile2 entities aren't being attached to their users.
All the fields are migrated properly the only thing that seems to be missing the the data on the 'profile' table.
I haven't looked into it much. But the fields do seem to be mapped properly.
I'll look deeper into this next week. It might be with the way the profile_entity is being saved. Not sure.
Comments
Comment #1
mikeryanDid you ever figure out your problem? Were you properly mapping the 'uid' and 'revision_uid' fields? This worked for me on a project where I used profile2:
Comment #2
ericduran commentedYea, I was mapping both the uid and revision_uid. But if it work for you I was probably doing something wrong.
It turned out we didn't need to use profile2 and instead I just mapped it to the regular user accounts which worked as expected.
Thanks for the reply.