I have implemented a form which we can use to update a user’s information, and am using the select_member_groups function for one of the several fields.
When I update only this member group field, I get no errors and the update processes. However, if I update one of the other fields in the form, I receive the following error (Note, the update I make is taking, and if I remove the select group field, the form works fine):
Notice: Undefined index: screen_name in /home/thund6/public_html/peoplepoweredmovement/site/admin/modules/user/mod.user.php on line 2338
Notice: Undefined index: member_id in /home/thund6/public_html/peoplepoweredmovement/site/admin/modules/user/mod.user.php on line 2365
Warning: Cannot modify header information - headers already sent by (output started at /home/thund6/public_html/peoplepoweredmovement/site/admin/modules/user/mod.user.php:2338)
Any ideas here, I really want to be able to change the group assignment in our user profiles from this form.
