ok i found this with the search funtion and i excecute it on my database
Code:
CREATE TABLE IF NOT EXISTS warningype (
warningtypeid INT(15) NOT NULL AUTO_INCREMENT,
title varCHAR(255) NOT NULL,
warn_points INT(15) NOT NULL DEFAULT '0',
warn_desc text NOT NULL,
warn_maturity INT(5),
warn_permban tinyint(1),
warn_type tinyint(3),
warn_alert tinyint(1),
warn_alertcomment MEDIUMTEXT,
PRIMARY KEY (warningtypeid));
the mails seem to stop now so thats looks good
however i did loose my trust in this modification
so maybe some one can give me my peace ofmind back by comment on this
and maybe some one can fx this mod
please look at the picture also
i find in the database some strange things
so maybe this is all based on 1 type error in the xml
and then tell me if i can delete the incorrect one please
tables
warningype
warningtype