Möchte den complete Banner Mod von 1.3.6 auf 1.3.7. ->1.38 updaten:
http://mods.db9.dk/viewtopic.php?p=21568#21568
Dabei soll man diesen SQL befehle ausführen:
Code: Alles auswählen
ALTER TABLE `phpbb_banner` CHANGE `banner_width` `banner_width` VARCHAR( 5 ) DEFAULT '0' NOT NULL
ALTER TABLE `phpbb_banner` CHANGE `banner_height` `banner_height` VARCHAR( 5 ) DEFAULT '0' NOT NULL
Kann mir bitte jemand dagen, was ich jetzt machen soll? Danke!Fehler
SQL-Befehl:
ALTER TABLE `phpbb_banner` CHANGE `banner_width` `banner_width` VARCHAR( 5 ) DEFAULT '0' NOT NULL ALTER TABLE `phpbb_banner` CHANGE `banner_height` `banner_height` VARCHAR( 5 ) DEFAULT '0' NOT NULL
MySQL meldet:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `phpbb_banner` CHANGE `banner_height` `banner_heigh