Seite 1 von 1

Installation des Mods Topic Prefix Mod for phpBB3

Verfasst: 07.03.2010 19:13
von basti2485
Hallo,
ich habe gerade den Topic Prefix Mod for phpBB3 bei mir installieren wollen.
Nun kommt aber, wenn ich in das ACP gehe folgende Fehlermeldung:
// idiotnesia wuz here - topic prefix mod $lang = array_merge($lang, array( 'ACP_PREFIX_SETTINGS' => 'Topic prefix', 'ACP_PREFIX' => 'Manage prefix', )); // end[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:752)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:752)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:752)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:752)
Was muss ich nun machen?

LG
//EDIT: Sorry. Falsches Unterforum. bitte verschieben.

Und wenn ich auf ein Unterforum gehe kommt diese Meldung:
SQL ERROR [ mysqli ]

Table 'wbas_forum.phpbb_topics_prefix' doesn't exist [1146]

SQL

SELECT t.*, tp.topic_posted, tt.mark_time, tx.prefix, tx.prefix_colour FROM (phpbb_topics t) LEFT JOIN phpbb_topics_posted tp ON (tp.topic_id = t.topic_id AND tp.user_id = 2) LEFT JOIN phpbb_topics_track tt ON (tt.topic_id = t.topic_id AND tt.user_id = 2) LEFT JOIN phpbb_topics_prefix tx ON (tx.id = t.topic_prefix) WHERE t.forum_id IN (5, 0) AND t.topic_type IN (2, 3) ORDER BY t.topic_time DESC

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: viewforum.php
LINE: 374
CALL: dbal_mysqli->sql_query()
Die datei dp_install.php habe ich aufgerufen.

Re: Installation des Mods Topic Prefix Mod for phpBB3

Verfasst: 07.03.2010 19:30
von JFooty
Hallo Basti2485!
basti2485 hat geschrieben:Was muss ich nun machen?
Das dürfte dabei helfen: KB:84

Re: Installation des Mods Topic Prefix Mod for phpBB3

Verfasst: 07.03.2010 19:32
von Mahony
Hallo
Table 'wbas_forum.phpbb_topics_prefix' doesn't exist [1146]
Schau mal hier SQL Error : 1146 Table 'xxx' doesn't exist.


Grüße: Mahony

Re: Installation des Mods Topic Prefix Mod for phpBB3

Verfasst: 07.03.2010 19:36
von basti2485
Hm.
Daraus werde ich nicht wirklich schlau. :(
Mods sind nicht so ganz miene geschichte.
Wie komme ich denn wieder ins ACP um ein Backup einzuspielen?

LG

Re: Installation des Mods Topic Prefix Mod for phpBB3

Verfasst: 07.03.2010 19:41
von gloriosa
Hallo,
was soll das
basti2485 hat geschrieben:Wie komme ich denn wieder ins ACP um ein Backup einzuspielen?
bringen ? :o Die Datenbank ist nicht beschädigt, Du hast den MOD nur unvollständig (siehe >>> KB:130 <<<) eingebaut ! :oops:

Re: Installation des Mods Topic Prefix Mod for phpBB3

Verfasst: 07.03.2010 19:44
von basti2485
Ja, aber wie kann ich den den vervollständigen?
Wenn ich die Datei db_install.php öffne, werde ich auf die Seite von meinem Forum weitergeleitet, wo ich mich anmelden muss.
Und außerdem ist ja noch etwas schief gegangen, beim ändern der Dateien, so wie es aussieht.

LG

Wer lesen kann ist klar im Vorteil !!!!!!!!!!!!!!!!!!!!!!!!!

Verfasst: 07.03.2010 19:49
von gloriosa
Hallo (soviel Zeit muss sein !),
entweder baust Du den MOD vollständig ein (das bedeutet die Installationsanleitung vollständig gemäß der >>> KB:18 >>> bzw. >>> KB:183 <<< abzuarbeiten) oder Du spielst die Backups der veränderten Dateien (alternativ ein Komplettbackup) auf den Webspace zurück. :o