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

Have a look at the mentioned file. Usually it should start with:
Code: Select all
<?php
And check, if the file is encoded as UTF-8 without BOM.
German

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

Schaut Euch die Datei in einem Editor an. Normalerweise sollte Sie so beginnen:
Code: Select all
<?php
Und prüft, ob die Datei als UTF-8 ohne BOM kodiert ist.