Add the missing column, by running the following queries:
ALTER TABLE `".TABLE_PREFIX."warnings ADD COLUMN removed_by int(15)
ALTER TABLE `".TABLE_PREFIX."warnings ADD COLUMN removed_date int(15)
ALTER TABLE `".TABLE_PREFIX."warnings ADD COLUMN warned_status char(1)
ALTER TABLE `".TABLE_PREFIX."warnings ADD COLUMN caused_ban char(1)
These should fix the missing fields.
Let me know if you get any more errors. It's strange, because these fields exist in the upgrade_warn.php file, and of course, in the install_warn.php file, so they should have been created in either case.
Rgds
|