Seite 1 von 3

Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 14:50
von Shorty1968
Hallo ich bekomme bei dem MOD Automatische Antwort folgende Debugmeldung:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_auto_answer.php on line 704: Undefined offset: 1
[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_auto_answer.php on line 726: Array to string conversion
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 165: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 167: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 168: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 169: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
ich habe ja von anderen Debug meldungen schon gelernt das es an einem fehlenden eintrag lag der in der langage/de/common.php gemacht werden musste,ist das bei dieser meldung auch der fall oder ist das wider etwas anderes?

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 14:53
von Crizzo

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 15:02
von Mahony
Hallo
Link zum verwendeten MOD?

Ansonsten siehe http://www.php-fehlermeldungen.de/topic32.html


Grüße: Mahony

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 16:21
von Shorty1968
Hallo Mahony
Danke aber dein link hat nichts gebracht dort steht auch keine Lösung,hier mal der Link zu dem Automatischen Antwort MOD.

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 16:51
von Mahony
Hallo
Danke aber dein link hat nichts gebracht dort steht auch keine Lösung...
Nein aber die Ursache der Fehlermeldung.

Du hast anscheinend keine Suchwörter angegeben.


Grüße: Mahony

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 18:12
von Shorty1968
Stimmt kann ich auch nicht die meldung kommt bevor ich die eingabe aufrufen kann?

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 20:08
von Mahony
Hallo
Shorty1968 hat geschrieben:Stimmt kann ich auch nicht die meldung kommt bevor ich die eingabe aufrufen kann?
Dann deaktiviere vorübergehend den Debug-Modus und erstelle deine Suchwörter.


Grüße: Mahony

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 20:12
von Shorty1968
Das geht zwar aber ist denke ich keine dauerhafte lösung den auch wenn ich nun ein suchwort erstelle und den Debug wider anschalte ist die meldung auch wider da?

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 20:22
von Mahony
Hallo
Shorty1968 hat geschrieben:auch wenn ich nun ein suchwort erstelle und den Debug wider anschalte ist die meldung auch wider da?
Nein, da das Array dann ja gefüllt ist. Anstatt zu fragen, hättest du das übrigens schon längst selbst herausfinden können <-- einfach mal selbst etwas testen!


Grüße: Mahony

Re: Automatische Antwort Debug meldung?

Verfasst: 18.01.2012 20:55
von Shorty1968
Sorry habe mich eben nicht richtig ausgedrückt,was ich geschrieben habe sollte keine Frage sein , sondern es ist so nach dem Debug einschalten ist die Debug meldung auch wider da,allerdings etwas anderst.

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_auto_answer.php on line 150: Uninitialized string offset: 0
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 165: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 167: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 168: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 169: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3921)
Besagte Zeile sieht so aus:

Code: Alles auswählen

$error[] = array('data' => $username[0], 'error' => 'USER');