MyBB Community Forums

Full Version: Unknown Column 'Mod posts'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 9c0a0edac3b6c0a9b8e344ebda151ca0.png]
you can run below SQL query (guidance => common SQL queries)
ALTER TABLE `mybb_forums` ADD `modposts` int(1) NOT NULL default '0';
I'm pretty sure this is caused by a plugin because the column for unapproved posts is unapprovedposts.