Seite 2 von 2

Verfasst: 20.04.2006 00:00
von pipeline
hatte das selbe problem nachdem ich ich die tabele selber erstellt hbe hat es geklappt

Verfasst: 08.04.2007 17:08
von Jolle775
das ganze Problem hatte ich auch!
CREATE TABLE phpbb_modslist (
word_id mediumint(8) unsigned NOT NULL auto_increment,
word char(255) NOT NULL default '',
replacement char(255) NOT NULL default '',
replacement1 char(255) NOT NULL default '',
PRIMARY KEY (word_id)
) TYPE=MyISAM;

INSERT INTO phpbb_modslist VALUES (1, 'MODs-List', 'Adds a list with the installed MODs to your forum, that can be modiefied over the acp.', 'Fügt eine Liste der installierten MODs zu Deinem Forum hinzu, die Du über das Adminpannel bearbeiten kannst.');
und es war behoben!

danke Dr.Death