Debug Fehlermeldung bei Ajax Chat - blueimp
Verfasst: 09.09.2008 01:09
Liebe Leute,
ich habe den Ajax Chat https://blueimp.net/ajax/ in meinem Board laufen....soweit funktioniert auch alles einwandfrei, jedoch wenn ich den Debug aktiviere habe ich folgende Fehlermeldung im Header;
Kann mir jemand sagen bzw. helfen was ich da ändern muss damit die Meldung verschwindet?
Also die relevante Stelle in der lib/config.php sieht bei mir so aus:
ich habe den Ajax Chat https://blueimp.net/ajax/ in meinem Board laufen....soweit funktioniert auch alles einwandfrei, jedoch wenn ich den Debug aktiviere habe ich folgende Fehlermeldung im Header;
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /chat/lib/config.php on line 11: Constant AJAX_CHAT_CHATBOT already defined
[phpBB Debug] PHP Notice: in file /chat/lib/config.php on line 12: Constant AJAX_CHAT_ADMIN already defined
[phpBB Debug] PHP Notice: in file /chat/lib/config.php on line 13: Constant AJAX_CHAT_MODERATOR already defined
[phpBB Debug] PHP Notice: in file /chat/lib/config.php on line 14: Constant AJAX_CHAT_USER already defined
[phpBB Debug] PHP Notice: in file /chat/lib/config.php on line 15: Constant AJAX_CHAT_GUEST already defined
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3602: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2985)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3604: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2985)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3605: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2985)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3606: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2985)
Kann mir jemand sagen bzw. helfen was ich da ändern muss damit die Meldung verschwindet?
Also die relevante Stelle in der lib/config.php sieht bei mir so aus:
Code: Alles auswählen
// Define AJAX Chat user roles:
define('AJAX_CHAT_CHATBOT', 4);
define('AJAX_CHAT_ADMIN', 3);
define('AJAX_CHAT_MODERATOR', 2);
define('AJAX_CHAT_USER', 1);
define('AJAX_CHAT_GUEST', 0);