MyBB Community Forums

Full Version: threads and posts error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I click "Threads and Posts" and "Threads Only" in moderation queue in admin cp, it returns the following:

mySQL error: 1054
Unknown column 't.fid' in 'on clause'
Query: SELECT t.*, f.name AS forumname, u.username AS username, p.message AS postmessage, p.pid AS postpid FROM mybb_threads t, mybb_posts p LEFT JOIN mybb_forums f ON (f.fid=t.fid) LEFT JOIN mybb_users u ON (u.uid=t.uid) WHERE t.visible=0 AND p.tid=t.tid ORDER BY t.lastpost DESC

What happened?
This is a known bug that is fixed for the next version:
http://community.mybboard.net/showthread.php?tid=5483
I believe I'm using latest right now.
The version after 1.01