Marktplatz - Eine große Auswahl an neuen und hilfreichen Modulen sowie modernen Templates für die modified eCommerce Shopsoftware
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Exception Warning

    esoversum

    • Fördermitglied
    • Beiträge: 131
    • Geschlecht:
    Exception Warning
    am: 06. September 2022, 19:05:09
    Hallo Leute,

    ich habe ein Problem.

    Und zwar fiel mir auf, dass bei Logout eine weiße Seite ausgegeben wird. (/logoff.php)

    Wenn ich auf der Shop-Startseite bin, stehen am unteren Seitenrand folgende Fehlermeldungen:

    Zitat
    Exception WARNING:

    Type      WARNING

    Message             Cannot modify header information - headers already sent by (output started at /xxx/htdocs/templates/tpl_modified_responsive/source/inc/modules_installed.php:353)

    File         /xxx/htdocs/includes/extra/header/header_begin/headers.php

    Line       2

    Backtrace #0      /xxx/htdocs/includes/header.php called at Line 73

    Backtrace #1      /xxx/htdocs/index.php called at Line 35

    Type      WARNING

    Message             Cannot modify header information - headers already sent by (output started at /xxx/htdocs/templates/tpl_modified_responsive/source/inc/modules_installed.php:353)

    File         /xxx/htdocs/includes/extra/header/header_begin/headers.php

    Line       3

    Backtrace #0      /xxx/htdocs/includes/header.php called at Line 73

    Backtrace #1      /xxx/htdocs/index.php called at Line 35

    Type      WARNING

    Message             Cannot modify header information - headers already sent by (output started at /xxx/htdocs/templates/tpl_modified_responsive/source/inc/modules_installed.php:353)

    File         /xxx/htdocs/includes/extra/header/header_begin/headers.php

    Line       4

    Backtrace #0      /xxx/htdocs/includes/header.php called at Line 73

    Backtrace #1      /xxx/htdocs/index.php called at Line 35

    Type      WARNING

    Message             Cannot modify header information - headers already sent by (output started at /xxx/htdocs/templates/tpl_modified_responsive/source/inc/modules_installed.php:353)

    File         /xxx/htdocs/includes/extra/header/header_begin/headers.php

    Line       5

    Backtrace #0      /xxx/htdocs/includes/header.php called at Line 73

    Backtrace #1      /xxx/htdocs/index.php called at Line 35

    Alle erwähnten Dateien schauen "normal" aus..

    /includes/header.php line 73:

    Code: PHP  [Auswählen]
    foreach(auto_include(DIR_FS_CATALOG.'includes/extra/header/header_begin/','php') as $file) require_once ($file);

    index.php line 35:

    Code: PHP  [Auswählen]
    require (DIR_WS_INCLUDES.'header.php');

    /includes/extra/header/header_begin/headers.php line 2, 3, 4 und 5:

    Code: PHP  [Auswählen]
    <?php
      header('Referrer-Policy: same-origin');
      header('X-Frame-Options: SAMEORIGIN');
      header('X-XSS-Protection: 1');
      header('X-Content-Type-Options: nosniff');
    ?>

    Komm einfach nicht darauf, was hier schief gelaufen sein könnte.

    Hat von euch jemand eine Idee?

    Schöne Grüße,
    eso

    Linkback: https://www.modified-shop.org/forum/index.php?topic=42554.0

    esoversum

    • Fördermitglied
    • Beiträge: 131
    • Geschlecht:
    Re: Exception Warning
    Antwort #1 am: 06. September 2022, 19:49:58
    Sorry für den voreiligen Beitrag  :datz:

    Es war einfach ein Leerzeichen hinterm "?>" Closing Tag..  :lol1:

    Wünsche euch noch einen angenehmen Abend!

    Schöne Grüße,
    eso
    2 Antworten
    1129 Aufrufe
    20. März 2017, 20:10:20 von nicson
    11 Antworten
    1743 Aufrufe
    23. Oktober 2018, 17:07:22 von reinwein01
    3 Antworten
    1268 Aufrufe
    29. Oktober 2018, 14:13:21 von Timm
               
    anything