Im using latest buddypress + Wordpress Mu on a site. Im using the primary field (field_1) for First Names. For some reason this primary field get overwritten with the username value.
To test this i just edit my profile. First time error happens i get the profile update error. If i try to update my profile again i get no error but the field_1 get recorded with the username instead of what i type in the form.
The way i found to "temporary fix" this is by going to the Profile Settings page and clicking edit / save on the primary field. This works until the error appears again.
Ok after some more debbuging i found that the problems occurs when me or any other user visit another site different from the main site.
I have a copy of my website for development where i was unable to replicate the problem (i disabled all plugins and im using bp default themes), but then i visited one of my sites (remember im running buddypress + wordpress mu) and as soon as i edit my profile i get the error and the field_1 get overwritted with the username.
My child sites are just twenty eleven sites where people can create their blogs(for testing i also changed them to bo default theme). So not sure why if i move out of my buddypress main site i get the field_1 overwrited with the username.
Also if i check wp_user_meta table nick_name first_name and last_name appears empty, so it looks like for some reason the problem its related to field profile sync.
Once again if i edit and save the primary field, im able to edit it properly and the sync between bp and wp start working again until i move to a child site.
Im totally lost on what can be causing this problem. I tried to open a ticket on the bug tracker of buddypress but someone deleted it without even saying a reason..
I suspect is something on my database causing it, but i dont have a clue.I tried deleting all bp_xprofile_data but no success so far.
I really appreciate your help as i´ve been fighting with this for a week aleady