Quote:
Originally Posted by Triple_T
I know... the warning field is there, but I used a slightly different query to make it. See my posts. Is that a problem?
|
yes that can cause database errors run this
Code:
ALTER TABLE user DROP warning_bans;
ALTER TABLE user ADD COLUMN warning_bans INT(2) DEFAULT '0';
now i would test it.Define a warningtype that would cause a ban when it get's issued and see what happends