In buddylist_access.module on line 82 an SQL query is broken and saying unknown b.uid in ON clause.

I fixed it by inner joining buddylist with buddylist_groups on b.uid = g.uid

CommentFileSizeAuthor
buddylist_access_sql_fix.patch1.13 KBAnonymous (not verified)

Comments

quicksketch’s picture

Status: Needs review » Fixed

Thanks for fixing the query. Posted to CVS, though the buddy_access module still isn't usable at this point.

Anonymous’s picture

Status: Fixed » Closed (fixed)