Seite 1 von 1

Änderung eines Textes verursacht PHP-Error

Verfasst: 16.03.2010 16:17
von VVCephei
Huhu,

ich habe gerade eben in der "/language/de/common.php"

Code: Alles auswählen

'G_BOTS'					=> 'Bots',
in

Code: Alles auswählen

'G_BOTS'					=> 'Suchmaschinenbots',
geändert. Nachdem ich die Datei neu hochgeladen habe, bekam ich diesen Fehler überm Header:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: 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 4286: 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 4287: 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 4288: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)

Weiss jemand, wie ich Text problem- und fehlerlos ändern kann und wie dieser Fehler dort entsteht?

Gruß,

VVCephei

Re: Änderung eines Textes verursacht PHP-Error

Verfasst: 16.03.2010 16:19
von 4seven
phpbb3 - Was bei Änderungen an Sprachdateien beachtet werden muss!
https://www.phpbb.de/kb/utf8bom

Re: Änderung eines Textes verursacht PHP-Error

Verfasst: 16.03.2010 17:01
von VVCephei
Funktioniert sogar :D
Danke :)