MyBB Community Forums

Full Version: Search Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have been getting an error whenever I try searching for a post. It happens after the prompt.

 MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 't.moved' in 'where clause'
Query:
SELECT COUNT(t.tid) AS resultcount FROM mybb_threads t WHERE t.tid IN (30,47,50,60) AND t.visible >= 0 AND t.moved = 0
Please contact the MyBB Group for technical support.

I think it's a database problem, and I think when I restore my database, that is when it happened.
Moved column doesn't exist in MyBB. One of your plugin requires it. Provide a list of them.
(2015-03-06, 07:03 PM)Destroy666 Wrote: [ -> ]Moved column doesn't exist in MyBB. One of your plugin requires it. Provide a list of them.

Thanks for providing that it's a plugin problem. Found out that theĀ Fast Search plugin was causing It.