MyBB Community Forums

Full Version: MyBB Posting Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the short: Whenever a member tries to post on my forum, an error message pops up and I'm not exactly sure how to fix it or what the problem is. Please help Sad

Screenshot [Image: 1HSQE]
Sounds like you forgot to run the upgrade script(s) after updating MyBB from 1.4 to 1.6...? Did you update MyBB only very recentlyish?

That or something removed the prefix column, which you'd have to re-add.
I didn't update. I got the forum right after mybb 1.6 came out.
Run in PHPMyAdmin:

ALTER TABLE mybb_threads ADD `prefix` smallint unsigned NOT NULL default '0'
(2013-01-01, 03:38 AM)frostschutz Wrote: [ -> ]Sounds like you forgot to run the upgrade script(s) after updating MyBB from 1.4 to 1.6...? Did you update MyBB only very recentlyish?

That or something removed the prefix column, which you'd have to re-add.

I know what removed the prefix column. I downloaded a plugin that when you remove the files, it uninstalls the plugin and removes all prefixes AND removes the prefix column.