MyBB Community Forums

Full Version: eMod Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

Just a little bug I picked up, I installed eMod entirely accordingly to the readme, and as I finally went to admin permissions it gave me this message:

Parse error: parse error, unexpected T_ELSE in /mounted-storage/home5/sub003/sc12568-QBHD/community/admin/adminoptions.php on line 98

Anyone know what's up?
I had to go into the datbase and change admin permissions on the mod.

I get
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

for an error.
Ok, seeming I'm still a little bit of a MySQL noob you'll have to excuse me a little bit, but I changed cancp to yes however I still have no difference.

Anyone have some resolution so I can get some extensions going?
http://mods.mybboard.com/forum/showthrea...538&page=3

Just another update, it has been brought up here aswell, however I've tried everything there and still no avail.