Zitat Zitat von 140236 Beitrag anzeigen
Code:
Warning:  Cannot modify header information - headers already sent  by (output started at  /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php:2) in /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php on line 4

Warning:  Cannot modify header information - headers already sent  by (output started at  /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php:2) in /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php on line 5

Warning:  Cannot modify header information - headers already sent  by (output started at  /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php:2) in /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php on line 6

Warning:  session_start() [function.session-start]:  Cannot send session cache limiter - headers already sent (output  started at  /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php:2) in /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php on line 7

Warning:  Cannot modify header information - headers already sent  by (output started at  /home/www/vms/files/content/spiele/s4m_ghost_ship/game_s4m.php:2) in /home/www/vms/files/lib/functions.lib.php on line 5
Was los ist steht da ja schon: Der Dateiheader wurde schon gesendet.
Mit
Zitat Zitat von 140236 Beitrag anzeigen
PHP-Code:
<?php

  header
("Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0, no-store");
  
header("Expires: Di, 15 März 2011 22:00:00 GMT"); // Datum in der Vergangenheit
  
header("Pragma: no-cache");
versuchst du einen 2. Datei Header zu senden.
Versuch mal ob es ausreicht wenn du die 3 Zeilen mit header am Anfang aus kommentierst (// davor)