Nachdem ich in der config.php die Zeilen
Code: Select all
//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
Code: Select all
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
[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?