arn Well-known member Nov 2, 2020 #1 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 35.6 KB · Views: 18
arn Well-known member Nov 2, 2020 #2 My theory is that this is related to this: https://xenforo.com/community/threads/newly-registered-users-set-to-user_group_id-0.171215/ fixed those users, and rebuilding again Upvote 0 Downvote
My theory is that this is related to this: https://xenforo.com/community/threads/newly-registered-users-set-to-user_group_id-0.171215/ fixed those users, and rebuilding again
RobinHood Well-known member Nov 2, 2020 #3 Just FYI it seems that the app was removed from the Play store recently Tapatalk has been pulled from the Google Play Store The developers say they are working to "find out what the problem is" www.androidpolice.com Upvote 0 Downvote
Just FYI it seems that the app was removed from the Play store recently Tapatalk has been pulled from the Google Play Store The developers say they are working to "find out what the problem is" www.androidpolice.com
arn Well-known member Nov 2, 2020 #4 arn said: My theory is that this is related to this: https://xenforo.com/community/threads/newly-registered-users-set-to-user_group_id-0.171215/ fixed those users, and rebuilding again Click to expand... This didn't work. Still erring out. Any ideas? Edit: found another user record that seemed weird. I deleted that user and am rebuilding again. arn Last edited: Nov 2, 2020 Upvote 0 Downvote
arn said: My theory is that this is related to this: https://xenforo.com/community/threads/newly-registered-users-set-to-user_group_id-0.171215/ fixed those users, and rebuilding again Click to expand... This didn't work. Still erring out. Any ideas? Edit: found another user record that seemed weird. I deleted that user and am rebuilding again. arn
Mike XenForo developer Staff member Nov 2, 2020 #5 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. Upvote 0 Downvote
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.
arn Well-known member Nov 2, 2020 #6 Mike said: 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. Click to expand... 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 Upvote 0 Downvote
Mike said: 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. Click to expand... 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