When a user changes their password, I’m getting a message dumped to screen as given below. It makes me think that it is expecting that screen_name would have an index on it. I checked in phpMyAdmin, and exp_members doesn’t currently have an index on that field, although I can’t imagine how it might have lost it.
Notice: Undefined index: screen_name in .../modules/member/mod.member_settings.php on line 1429
UPDATED: actually, now that I checked the install code, this isn’t probably referring to a SQL table index, but possibly an indice of an array. Does anyone recorgnize that as a standard PHP warning/note?
