nachdem ich Contenido 4.6.15 installiert und ../setup gelöscht habe, wollte ich im nächsten Schritt das sysadmin-Passwort ändern. Beim Aufruf von /home/website/html/contenido erschien aber lediglich eine Seite mit den Meldungen:
Code: Alles auswählen
Warning: Cannot modify header information - headers already sent by (output started at /home/website/html/contenido/includes/config.php:89) in /home/website/html/conlib/session.inc on line 481
Warning: Cannot modify header information - headers already sent by (output started at /home/website/html/contenido/includes/config.php:89) in /home/website/html/conlib/session.inc on line 484
Warning: Cannot modify header information - headers already sent by (output started at /home/website/html/contenido/includes/config.php:89) in /home/website/html/conlib/session.inc on line 485
Warning: Cannot modify header information - headers already sent by (output started at /home/website/html/contenido/includes/config.php:89) in /home/website/html/conlib/session.inc on line 486
Warning: Cannot modify header information - headers already sent by (output started at /home/website/html/contenido/includes/config.php:89) in /home/website/html/conlib/session.inc on line 487
Warning: Cannot modify header information - headers already sent by (output started at /home/website/html/contenido/includes/config.php:89) in /home/website/html/conlib/session.inc on line 488
Warning: Cannot modify header information - headers already sent by (output started at /home/website/html/contenido/includes/config.php:89) in /home/website/html/conlib/session.inc on line 489
Code: Alles auswählen
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control:no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Cache-control: private, no-cache");
header("Pragma: no-cache");
header("ETag: $rand");
Gruß
Suntse