Sorting out of sync
STNyborg - January 31, 2008 - 22:52
| Project: | Members |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | STNyborg |
| Status: | won't fix |
Jump to:
Description
I have created a view of members with a specific user role showing various field values. However when I want to sort the columns of data the view does not sort them correctly. Are there any known bugs on sorting member views ?
| Attachment | Size |
|---|---|
| screendump.png | 41.06 KB |

#1
#2
Subscribing to this issue
(STNyborg - I'm not aware of a other way to subscribe to an issue - sorry for any confusion)
#3
barry, I am not sure with what you mean with Subscribing?
#4
Hi,
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.
#5
iczaka thanks for the tip. I had nearly 5,000 duplicate fields. Once I removed those, the Members module works fine for me.
#6
Sounds like a problem in the user import or profile module, then.