XF 2.2 During User Rebuild "Please enter a value for the required field 'user_group_list'."

arn

Well-known member
I was rebuilding users, and the rebuild stopped with this error. Any idea what needs to be done?

arn
 

Attachments

  • Screen Shot 2020-11-02 at 12.43.01 AM.webp
    Screen Shot 2020-11-02 at 12.43.01 AM.webp
    35.6 KB · Views: 16
Are you sure you caught all cases where user_group_id = 0? I'm pretty sure that is the issue. I can't see how else this would end up being possible.
 
Are you sure you caught all cases where user_group_id = 0? I'm pretty sure that is the issue. I can't see how else this would end up being possible.

I did now, and it's working now. Oddly, one slipped through? I had done a query that simply set all user_group_id=0 to 2, but somehow it missed one.

arn
 
Top Bottom