MyBB Community Forums

Full Version: Error when accessing Admin Permissions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the screen for admin permissions, I get the following:

mySQL error: 1054
Unknown column 'u.uid' in 'on clause'
Query: SELECT u.uid, u.username, u.lastactive, g.cancp, a.permsset FROM mybb_users u, mybb_usergroups g LEFT JOIN mybb_adminoptions a ON (a.uid=u.uid) WHERE u.usergroup=g.gid AND g.cancp='yes' ORDER BY u.username ASC

it sort of looks like there is a missing field on the join, but I cannot see what exactly the problem is.

Thanks.