Seite 1 von 1

Topic prefix Kann kein Post mehr erstellen

Verfasst: 01.03.2009 12:14
von test_nick
Hallo,

Ich habe grade eben den Topic Prefix Mod instaliert, und jetzt wollte ich die db_install.php aufrufen und jetzt bekomme ich dies hier:

Code: Alles auswählen

Adding a new column named topic_prefix to table phpbb_55topics
SQL ERROR Table 'allphpbb_01.phpbb_55topics' doesn't exist

Adding a new column named forum_topic_prefix to table phpbb_55forums
SQL ERROR Table 'allphpbb_01.phpbb_55forums' doesn't exist
Und dann als Fehler:
Topic prefix

Adding a new column named topic_prefix to table phpbb_55topics
SQL ERROR Table 'allphpbb_01.phpbb_55topics' doesn't exist

Adding a new column named forum_topic_prefix to table phpbb_55forums
SQL ERROR Table 'allphpbb_01.phpbb_55forums' doesn't exist
Aber da ich den phpBB_5 Prefix habe, geht die nicht. Könnte mir jemand vllt. den mySQL Befehl ohne phpBB_ geben also so:

phpBB_5

Jan

Re: Topic prefix Kann kein Post mehr erstellen

Verfasst: 01.03.2009 15:52
von -Tanja-
Bearbeite die db_install.php manuell indem du den Prefix mit deinem Prefix überschreibst.

Also:
Statt "phpbb_" machst du "phpBB_5" daraus und rufst die db_install.php nochmal mit deinem Browser auf.