Cannot modify header

Hallo,

ich habe den Shop nun endlich über Strato installiert.
Der Shop ist sichtbar, aber überall erscheint jetzt folgender Text:

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutilsserver.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutils.php on line 1158

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutils.php on line 1158

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutils.php on line 1158
DEUTSCH

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutils.php on line 1158

Ist jetzt leider nur ein kleiner Auszug. Das Ganze geht dann über den Content zum Footer weiter.

Des Weiteren komme ich nicht in den Adminbereich rein. Da erscheint dann folgender Text:

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutilsserver.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutilsserver.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutilsserver.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutilsserver.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web1/a1/75/52261675/htdocs/blog/core/smarty/Smarty.class.php:3923) in /mnt/web1/a1/75/52261675/htdocs/blog/core/oxutils.php on line 1158

Kann mir hier jemand helfen?

Vielen Dank :slight_smile:

Das bedeutet, dass du schon eine Ausgabe erzeugst, bevor Header-Daten gesetzt werden. Vermutlich ist es nur eine Leerzeile, die du unabsichtlich in irgendeiner Datei hinzugefügt hast.

Wenn du irgendwelche Dateien per Hand modifiziert hast, solltest du da mal gucken. Die andere, etwas unsaubere Lösung, wäre, einfach PHP-Warnungen abzuschalten…