MyBB Community Forums

Full Version: MySQL error in control panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in the control panel, when i go to
forum & posts > (pick a forum) > options > moderators

i get this sql error

SELECT m.mid, m.uid, u.username FROM mybb_moderators m LEFT JOIN mybb_users u ON (m.uid=u.uid) WHERE fid='7'

and when i looked at that table, mybb_moderators.uid doesn't exist. did my upgrade go wrong somewhere?

...everything in the forum seems to be working from what we can tell.

____

seems to be in more places than 1.

i'm trying to install a theme (which seems to have complete correctly) but it's no showing up in user control panel...so i tried changing my theme through the admin cp...which gave me an error involving the column "remember" no existing.

____

it seems either my database, or my forum code is out of sync with each other.
You've still got 1.4 code running. Make sure you uploaded all the files properly, particularly those in the admin folder, and that you've not got any 1.4 plugins active. Did you rename your admin folder for security reasons?? if you did, make sure you're uploading the contents of the admin folder to that renamed folder.