Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have added new fields to a member profile. After this I am trying to setup value for this property and umbraco default method raises exception "key not found" only for existing users.
IMember profile = memberService.GetByUsername(userData.Email); profile.SetValue("facebookUserId", userData.Id); memberService.Save(member); // raise the error
What is a proper way of adding new fields?
Are you sure this is not a member of MemberType "Sample"?
Yes, it's not used.
Which version are you using? 7.5.3 was just released that has a fix for an issue around member properties:
https://our.umbraco.org/contribute/releases/753
http://issues.umbraco.org/issue/U4-8923
Update has resolved our issues. Thank you very much!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
New fields lead to crash in a profile of member
I have added new fields to a member profile. After this I am trying to setup value for this property and umbraco default method raises exception "key not found" only for existing users.
What is a proper way of adding new fields?
Are you sure this is not a member of MemberType "Sample"?
Yes, it's not used.
Which version are you using? 7.5.3 was just released that has a fix for an issue around member properties:
https://our.umbraco.org/contribute/releases/753
http://issues.umbraco.org/issue/U4-8923
Update has resolved our issues. Thank you very much!
is working on a reply...