Closed (won't fix)
Project:
Members
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
31 Jan 2008 at 22:52 UTC
Updated:
9 Mar 2008 at 15:27 UTC
Jump to comment: Most recent
Comments
Comment #1
STNyborg commentedComment #2
Anonymous (not verified) commentedSubscribing to this issue
(STNyborg - I'm not aware of a other way to subscribe to an issue - sorry for any confusion)
Comment #3
STNyborg commentedbarry, I am not sure with what you mean with Subscribing?
Comment #4
iczaka commentedHi,
I had a problem looking like yours. I have found the source of my problem:
The profile_values table is corrupted by module User import. The table profile_values has no unique index.
Duplicate records, with value field empty are crated for some fields (in my configuration this fields are defined as mandatory, visible on registration form).
Once duplicate records removed, Members module works correctly.
Comment #5
Anonymous (not verified) commentediczaka thanks for the tip. I had nearly 5,000 duplicate fields. Once I removed those, the Members module works fine for me.
Comment #6
junyor commentedSounds like a problem in the user import or profile module, then.