ich habe gerade den Topic Prefix Mod for phpBB3 bei mir installieren wollen.
Nun kommt aber, wenn ich in das ACP gehe folgende Fehlermeldung:
Was muss ich nun machen?// 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)
LG
//EDIT: Sorry. Falsches Unterforum. bitte verschieben.
Und wenn ich auf ein Unterforum gehe kommt diese Meldung:
Die datei dp_install.php habe ich aufgerufen.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()