fail to create content - "This user has already a content profile of this type. You can only create one profile per user."
haiou - June 7, 2009 - 15:28
| Project: | Content Profile |
| Version: | 6.x-1.0-beta4 |
| Component: | User registration module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
when I tried to create some page /story, here is what I did
create content -> select page or story -> fill in title/content etc. -> press submit
then following error come,
"This user has already a content profile of this type. You can only create one profile per user."
I am using drupal 6, what's the problem here? I didn't try to create any profile.
Couldn't find answer in the existing report, so post it here for help.

#1
#2
anyone has any clue on this?
how to debug this?
#3
configuration problem, not a bug
resolved by uncheck "Use this content type as a content profile for users" in page
admin-> content mgmt -> content type -> page/story etc. -> edit, at the bottom click "content profile"
#4
I have the same "This user has already a content profile " issue when either i) adding a user through [User MGT > Users > Add User] or ii) creating a new Content Profile. I am using the Content Profile as a node to beef up user profiles with CCK fields. If I uncheck "Content Profile" I can then go and add a user but I mess up the user profile so I then have to go back and recheck the "Content Profile" after adding a user. I am most probably doing something wrong ... new to Drupal and no coding experience.
What am I doing wrong? Thanks for any guidance.
#5
I get this error: "This user already has a content profile of this type. You can only create one profile per user."
The new user I am creating is new and *not* a duplicate of an existing user.
I am creating a new user with my "scholar" content type which is the only one checked off for use with content_profile module.
I have this feature checked on "Use on administrative user creation form" which shows all my extra content profile fields in my user add form @ /admin/user/user/create If I check off "Use on administrative user creation form", this error goes away, however I have to manually go to the user's profile node and fill in the data missed.
Also, when using an anonymous user and using the registration form @ /user/register with this feature checked on "Use on Registration" The form works as expected!
#6
Rebasing..
#7
I believe this is pretty straight forward - good module, but it only works in one direction and everyone else on this thread is coming in from the other direction.
e.g. this is where I'm falling over
I want to create "Contacts" (custom CCK defined node) of whom some will have logins to the site (Type A) and some won't (Type B). I could add all the Contacts as Users and set some of them not to have access - BUT you need to have an email address to create a user and some of my Type B contacts won't have always provided them. This means I CAN'T create them as a Drupal User.
Therefore - I need to create them as a Contact (the custom CCK defined node) - HOWEVER - the module won't work in this direction and this is where the error messages on this thread come in.
Solution??
I'm not an architect or coder so I can't suggest a detailed fix, but maybe a workflow solution could include something like >>
Step 1: Create a new "Contact" (CCK node type)
Step 2: Fill in the custom CCK Fields
Step 3: Have user fields also show in the Create Node form and MAKE THEM OPTIONAL
Outcome - if the User Values are entered, then a site user is created that is linked to the contact node, but if no user is created the Contact data is still valid as an unattached node.
#8
I'm having the same problem.
Only one content type (profile) is selected to use as a profile content type. I'm trying to log in as admin and edit a user's profile (user/103/profile/profile), and then I get the error.