By ernlilley on
I've imported users from another (non-Drupal) site, and wanted to install their Content Profile's as well. So I imported a CVS file with the right fields in it and created node records for each content with the UID referencing the Profile NID VID.
Clearly I missed something because if I go to a user and click on their profile, I get a blank profile, but can't save new data because "a record of this type already exists."
So how do I get the User records to recognize their profiles?
Ernest
Comments
link them in a relationship by using views
Did you link between them with a relationship?
you have to do that by editing the by using views module.
I hope this solves your problem.