MyBB Community Forums

Full Version: Error when banning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i get this when banning someone

Quote:mySQL error: 1054
Unknown column 'reason' in 'field list'
Query: INSERT INTO mybb_banned (uid, admin, gid, oldgroup, dateline, bantime, lifted, reason) VALUES ('271', '1', '0', '2', '1155230073', 'perm', 'perm', 'Spamming');
Please run the following query. See if that fixes your problem.
ALTER TABLE mybb_banned ADD `reason` varchar(255) NOT NULL;