Quote:
Originally Posted by Curzon564
This hack is really great!
Most things seem to work now on my board but there is still one problem I can't fix.
I can't find any error in my warnings table
Any solution for this?
|
Yes, you have not run the query that adds the "caused_ban" column in your warnings table. Run it now:
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN `caused_ban` char(1) AFTER warned_warning_id
Rgds