Page 1 of 1

Fehler durch Mini Kalender

Posted: 20. July 2008 23:26
by r2d2
ich habe da ein kleines Problem.

Nachdem ich in der config.php die Zeilen

Code: Select all

//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
in

Code: Select all

@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
geändert habe, erscheint oben auf der Portalseite folgende Fehlermeldung:

[phpBB Debug] PHP Notice: in file /portal/includes/mini_cal/mini_cal_common.php on line 81: Undefined index: QUERY_STRING
[phpBB Debug] PHP Notice: in file /portal/includes/mini_cal/mini_cal_common.php on line 81: Undefined index: QUERY_STRING
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3559: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3561: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3562: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3563: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)


Wenn ich den Mini Kalender im ACP ausschalte, erscheint die Fehlermeldung nicht mehr.

Wo liegt hier das Problem? ;)

Re: Fehler durch Mini Kalender

Posted: 21. July 2008 00:31
by Heinrich-XIV
Hallo

Für mich sieht das mach einer falsch codierten Language Datei aus. Die müssen im UTF-8 Format ohne BOM codiert sein. Nur welche, das ist hier die Frage. Hast du da in letzter Zeit irgendwas verändert?


MfG

Heinrich