Seite 1 von 2

Fehlermeldung

Verfasst: 30.01.2009 20:50
von discussion-community
Hallo,

wollte den Mod did you know 1.2.0 installieren. Folgende Fehlermeldung erscheint :

// Begin did you know define('DID_YOU_KNOW_TABLE', $table_prefix . 'did_you_know'); // End did you know[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/constants.php:261)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/constants.php:261)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 990: Cannot modify header information - headers already sent by (output started at /includes/constants.php:261)

Warning: Cannot modify header information - headers already sent by (output started at /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/constants.php:261) in /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/functions.php on line 3760

Warning: Cannot modify header information - headers already sent by (output started at /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/constants.php:261) in /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/functions.php on line 3762

Warning: Cannot modify header information - headers already sent by (output started at /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/constants.php:261) in /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/functions.php on line 3763

Warning: Cannot modify header information - headers already sent by (output started at /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/constants.php:261) in /var/www/user/sultan-besuchertausch.xail.net/phpBB3/includes/functions.php on line 3764

Re: Fehlermeldung

Verfasst: 30.01.2009 20:54
von Dr.Death
Hi,

MOD Einbaufehler...

Datei:

includes/constants.php

Zeile 261 herum....

Code: Alles auswählen

// Begin did you know define('DID_YOU_KNOW_TABLE', $table_prefix . 'did_you_know'); // End did you know

Re: Fehlermeldung

Verfasst: 30.01.2009 21:26
von discussion-community
Danke ging jetzt.. nur wie bearbeite ich das jetzt ? Wo gelange ich im ACP zu diesem MOD ?

Re: Fehlermeldung

Verfasst: 30.01.2009 23:49
von Gumfuzi
Kenne den Mod nicht, aber eventuell musst Du zuerst das Modul im ACp installieren bzw. aktivieren?

ACP-> oben "system" -> links "Administrations-Bereich" -> dann ziebereich wählen und in der Dropdown-Box das Modul des Mods suchen (ist nach dem Dateinamen sortiert) -> dann aktivieren nicht vergessen!

Falls der Mod kein Modul dabei hat, musst Du wohl im Code etwas anpassen.

Re: Fehlermeldung

Verfasst: 01.02.2009 13:30
von discussion-community
Das habe ich schon gemacht, funktioniert nicht...

Re: Fehlermeldung

Verfasst: 01.02.2009 13:46
von Würzi
Moin

Einfach die zusätzlichen Anweisungen am Ende der install beachten. :wink:

Im ACP das Modul für den Schon-gewusst Mod hinzufügen
1. ACP --> System --> Modul-Konfiguration --> Administrations-bereich
2. Neues Modul erstellen --> Name: DYK_TITLE --> Modul Typ: Kategorie --> Übergeordnet Mods auswählen --> Modul aktiviert "ja"
3. Modul-Konfiguration --> Mods --> Schon gewusst --> Modul hinzufügen --> Im Drop-Down Menü Schon gewusst auswählen --> Modul hinzufügen und aktivieren!

Re: Fehlermeldung

Verfasst: 01.02.2009 13:57
von discussion-community
Das habe ich ja gemacht :)

Re: Fehlermeldung

Verfasst: 01.02.2009 15:58
von Gumfuzi
discussion-community hat geschrieben:Das habe ich schon gemacht, funktioniert nicht...
was GENAU funktioniert nicht? Das Modul erstellen? oder das Modul selbst? etc.?

Re: Fehlermeldung

Verfasst: 01.02.2009 16:03
von discussion-community
Ich kann keine Texte hinzufügen oder besser gesagt ich finde die funktion im ACP nicht :)

Re: Fehlermeldung

Verfasst: 06.02.2009 21:11
von discussion-community
das hier erscheint :

Allgemeiner Fehler
SQL ERROR [ mysqli ]

Table 'sultan-besuchertausch.DID_YOU_KNOW_TABLE' doesn't exist [1146]

SQL

SELECT dyk.*, l.lang_local_name FROM DID_YOU_KNOW_TABLE dyk LEFT JOIN phpbb_lang l ON dyk.lang_iso = l.lang_iso ORDER BY dyk.word

BACKTRACE

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

FILE: includes/acp/acp_did_you_know.php
LINE: 188
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_did_you_know->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()