XAMPP 1.4.1x + phpBB 2.0.11 + EMC beta1 (0.1.13) Installer
Verfasst: 05.01.2005 14:32
Hallo,
um eine neue lokale Testumgebung zu nutzen habe ich auf einem P4/1,7GHz mit WXP Prof. SP2 den XAMPP für Windows 1.4.10 und phpBB 2.0.11 installiert. Als nächstes war der EasyMOD (0.1.13) Installer dran. Dieser läßt sich installieren legt jedoch in der Datenbank nicht die Tabelle phpbb_easymod an. Nach einigen Varitionen der Installation habe ich aufgegeben ..... Gestern habe ich dann die neue Version XAMPP für Windows 1.4.11 mit phpbb 2.0.11 auf einem Notebook Centrino/1,5GHz WXP Prof. SP2 installiert und das gleiche Ergebnis erhalten. Während der Installation wird dieser Kommentar ausgegeben :
Wenn ich den SQL-Befehl händisch im XAMPP ausführe wird folgendes Ergebnis präsentiert :
Was ist Lösung ? Auf dem identischen Notebook meines Sohnes ist ein XAMPP für Windows 1.3.x installiert, da trat das Ganze nicht auf
.
Vielen Dank im Voraus.
Herzliche Grüße aus Erfurt
gloriosa :
um eine neue lokale Testumgebung zu nutzen habe ich auf einem P4/1,7GHz mit WXP Prof. SP2 den XAMPP für Windows 1.4.10 und phpBB 2.0.11 installiert. Als nächstes war der EasyMOD (0.1.13) Installer dran. Dieser läßt sich installieren legt jedoch in der Datenbank nicht die Tabelle phpbb_easymod an. Nach einigen Varitionen der Installation habe ich aufgegeben ..... Gestern habe ich dann die neue Version XAMPP für Windows 1.4.11 mit phpbb 2.0.11 auf einem Notebook Centrino/1,5GHz WXP Prof. SP2 installiert und das gleiche Ergebnis erhalten. Während der Installation wird dieser Kommentar ausgegeben :
Code: Alles auswählen
Error :: Invalid default value for 'mod_id'
SQL :: CREATE TABLE phpbb_easymod ( mod_id mediumint(8) NOT NULL DEFAULT '0' auto_increment, mod_title varchar(50) NULL DEFAULT '', mod_file varchar(255) NULL DEFAULT '', mod_version varchar(15) NULL DEFAULT '', mod_author_handle varchar(25) NULL DEFAULT '', mod_author_email varchar(100) NULL DEFAULT '', mod_author_name varchar(100) NULL DEFAULT '', mod_author_url varchar(100) NULL DEFAULT '', mod_description text NULL DEFAULT '', mod_process_date int(11) NULL DEFAULT '0', mod_phpBB_version varchar(15) NULL DEFAULT '', mod_processed_themes varchar(200) NULL DEFAULT '', mod_processed_langs varchar(200) NULL DEFAULT '', mod_files_edited mediumint(8) NULL DEFAULT '0', mod_tables_added mediumint(8) NULL DEFAULT '0', mod_tables_altered mediumint(8) NULL DEFAULT '0', mod_rows_inserted mediumint(8) NULL DEFAULT '0', PRIMARY KEY (mod_id))
Code: Alles auswählen
Fehler
SQL-Befehl:
CREATE TABLE phpbb_easymod(
mod_id mediumint( 8 ) NOT NULL DEFAULT '0' AUTO_INCREMENT ,
mod_title varchar( 50 ) NULL DEFAULT '',
mod_file varchar( 255 ) NULL DEFAULT '',
mod_version varchar( 15 ) NULL DEFAULT '',
mod_author_handle varchar( 25 ) NULL DEFAULT '',
mod_author_email varchar( 100 ) NULL DEFAULT '',
mod_author_name varchar( 100 ) NULL DEFAULT '',
mod_author_url varchar( 100 ) NULL DEFAULT '',
mod_description text NULL DEFAULT '',
mod_process_date int( 11 ) NULL DEFAULT '0',
mod_phpBB_version varchar( 15 ) NULL DEFAULT '',
mod_processed_themes varchar( 200 ) NULL DEFAULT '',
mod_processed_langs varchar( 200 ) NULL DEFAULT '',
mod_files_edited mediumint( 8 ) NULL DEFAULT '0',
mod_tables_added mediumint( 8 ) NULL DEFAULT '0',
mod_tables_altered mediumint( 8 ) NULL DEFAULT '0',
mod_rows_inserted mediumint( 8 ) NULL DEFAULT '0',
PRIMARY KEY ( mod_id )
)
MySQL meldet: Dokumentation
#1067 - Invalid default value for 'mod_id'

Vielen Dank im Voraus.
Herzliche Grüße aus Erfurt
gloriosa :