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.
When I run a search on my forum, it brings up this error...  Huh

[Image: qaUjVUb.png]
If I remember well, moved doesn't exists in actual mybb threads table.
Which version of MyBB do you use, do you use the standard search ?
as above helper suggested, if you are using fast search plugin then
try manually adding moved column to threads table of your database
ALTER TABLE `mybbhz_threads` ADD `moved` INT UNSIGNED NOT NULL DEFAULT '0';

[SQL queries guidance]
(2020-05-25, 10:56 AM).m. Wrote: [ -> ]as above helper suggested, if you are using fast search plugin then
try manually adding moved column to threads table of your database
ALTER TABLE `mybbhz_threads` ADD `moved` INT UNSIGNED NOT NULL DEFAULT '0';

[SQL queries guidance]

Fixed, thank you.  Wink