Ich benötige dringend eure Hilfe.
Und zwar habe ich den Mod mChat new version 1.3.5 auf meinem phpbb3.07 PL1 board installiert. Benutzte den Style CoDFaction
Hier mein board: FORUM
Folgender mit Sicherheit bekannter Fehler tritt seit der Installation auf (ich habe die mchatinstall noch nicht ausführen können ob dieses Fehlers, aber schon alle Daten editiert):
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4318: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4319: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4320: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4321: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
Die betreffenden Zeilen in functions php sehen so aus:
Code: Alles auswählen
'T_RANKS' => $config['ranks_path'],
'T_UPLOAD' => $config['upload_path'],
'SITE_LOGO_IMG' => $user->img('site_logo'),
'A_COOKIE_SETTINGS' => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie_secure']) ? '' : '; secure')),
));
[color=#BF0000] // application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');[/color]
header('Pragma: no-cache');
return;
}
Stutzig macht mich jedoch auch, dass die Zeilenangabe in der Commondatei die Zeile 1 ist. da steht aber nur
Code: Alles auswählen
<?php
Bitte euch dringend um Hilfe! Vielen Dank!