MyBB Community Forums

Full Version: Need To Restore A Table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
What should isgroup be after? Theres no coloumn id, theres fid uid and mid.
uid should be just id, the Wiki seriously needs some updating.

[attachment=19758]
Got a new one

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'm.uid' in 'field list'
Query:
SELECT m.mid, m.uid, u.username FROM mybb_moderators m LEFT JOIN mybb_users u ON (m.uid=u.uid) WHERE fid='29'

If you're getting that then you've got 1.4 code running, it doesn't look for the uid column in 1.6.
Im running 1.6. For sure.
Trust me, there's 1.4 code running somewhere. This column doesn't exist in 1.6 so 1.6 files wouldn't be looking for it. Make sure you've not got any 1.4 plugins running.
[ALL] 1.4 Plugins Removed.

But i did have tabbed menu, and that goes into other directories, i just cleared the inc\plugins.

Do i need to delete all files included with, as well as any edits it took up on templates?
Hmm, sorry just realised you've been denied support, you made a thread on this before.

If you search the forums you'll find an answer, it's been asked numerous times.
Pages: 1 2