It seems that the "interest" part of the user's profile is not working correctly. For example there are no people intersted in my girlfriend :-) . Now, I for think this is good, but Ber might differ.

He has an entry "my girlfriend" as interest and following that link no-one is showing up. Dries is interested in "the future" (see his profile) and so is ... no-one else, not even Dries.



So it seems that entries with a space which are in the URL escaped to ASCII "%20" are not the same as entries in one's interst field with a "space" instead of "%20".

Comments

bertboerland’s picture

hmm, seems tha the space might not be the problem. For example see open source software. Three people show up, not Ber which profile entry I clicked.

Steven’s picture

I looked into this, and simply editing Dries' account and submitting it without any changes has made him appear on "the future". Same for Bèr's girlfriend (he edited his account a while ago). I'm trying to look for other examples, but I don't spot anything odd in the database.

More information is definitely needed!

bertboerland’s picture

Priority: Normal » Minor

Mhh, now it seems to be fine again. I dont believe in "depending position of the moon" logic when it comes to code. So something is changed, I'll take a look the next couple of days and when only Ber is going for hius girlfriend (as he should), I'll close ticket on the end of this month.

bertboerland’s picture

closing, seems to be solved.

Steven’s picture

Title: interest not showing all members, space escaping error » Profile data does not change after update from 4.4 to 4.5.

I tracked down this problem. User_save does not remove info from the data column, only adds/changes it. On top of that, profile.module does not overwrite existing $user fields, which means the data doesn't get loaded if you updated from 4.4 to 4.5.

This is a duplicate of the following bug:
http://drupal.org/node/11505