Due to the number of PMs I am getting from this I'm going to post this here.
There is no version for 1.8 that is out right now. It is high on my todo list. It is going to be a total rewrite. The version that is available on the old mods site isn't stable because certain things can trigger SQL errors.
The most common will be the above posters query and on profiles. A temporary fix is to look at the groupsin column of the mybb_users table and ensure the following:
- it doesn't start with a comma
- Doesn't end with a comma as the last character
- Doesn't have 2 or more commas in a row.
If any of those are present, change the value so it isn't. The same thing applies to the mybb_socialgroups table. One of the columns, I can't remember which offhand, is suppose to be a CSV list of the member uids.