Cannot modify header information

Please post answers on the most frequently asked questions about CMSimple
Post Reply
cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Cannot modify header information

Post by cmb » Tue Jan 22, 2013 10:27 pm

English

:?: Problem

CMSimple reports the following:
Cannot modify header information - headers already sent (output started at /path/of/some/file.php:1)
:!: Solution

Have a look at the mentioned file. Usually it should start with:

Code: Select all

<?php
These have to be the first characters of the file. Not even spaces or linebreaks are allowed before.

And check, if the file is encoded as UTF-8 without BOM.

German

:?: Problem

CMSimple meldet Folgendes:
Cannot modify header information - headers already sent (output started at /path/of/some/file.php:1)
:!: Solution

Schaut Euch die Datei in einem Editor an. Normalerweise sollte Sie so beginnen:

Code: Select all

<?php
Dies müssen die ersten Zeichen der Datei sein. Nicht einmal Leerzeichen oder Leerzeilen sind vorher erlaubt.

Und prüft, ob die Datei als UTF-8 ohne BOM kodiert ist.
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply