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
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

haiou - June 7, 2009 - 15:55
Project:Createcontent» Latest Drupal Core Releases Block
Version:<none>» 6.x-1.x-dev

#2

haiou - June 8, 2009 - 12:11

anyone has any clue on this?

how to debug this?

#3

haiou - June 8, 2009 - 14:17
Category:bug report» support request
Assigned to:Anonymous» haiou
Status:active» closed

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

arnaudfischer - August 21, 2009 - 10:26

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

momendo - November 6, 2009 - 16:50
Category:support request» bug report
Assigned to:haiou» Anonymous
Status:closed» active

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

momendo - November 6, 2009 - 19:39
Project:Latest Drupal Core Releases Block» Content Profile
Version:6.x-1.x-dev» 6.x-1.0-beta4
Component:Code» User registration module

Rebasing..

#7

duncano74 - November 10, 2009 - 05:49

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

vett09 - November 10, 2009 - 19:51

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.

 
 

Drupal is a registered trademark of Dries Buytaert.