lösche das Feld mit KB:phpmyadmin und führe danach den Querie im SQL-Fenster aus.
Code: Alles auswählen
ALTER TABLE phpbb_vote_desc ADD vote_choice tinyint(1) not null;
INSERT INTO phpbb_config VALUES ('multiple_voting', '0');
Code: Alles auswählen
ALTER TABLE phpbb_vote_desc ADD vote_choice tinyint(1) not null;
INSERT INTO phpbb_config VALUES ('multiple_voting', '0');
Code: Alles auswählen
INSERT INTO `phpbb_config` VALUES ('multiple_voting','0');