I still get this error when i open /admincp/commbull.php to send the E-Mail:
Invalid SQL:
ALTER TABLE user ADD receivebulletin SMALLINT (5) UNSIGNED DEFAULT '1' not null;
MySQL-Fehler : Duplicate column name 'receivebulletin'
I already used the 3 querys:
Code:
ALTER TABLE user DROP receivebulletin;
ALTER TABLE user DROP INDEX receivebulletin;
ALTER TABLE user DROP receivebulletin_type;