Warning: Cannot modify header information - headers already sent by (output started at /home/www/web9/html/includes/template.php(929) : eval()'d code:2) in /home/www/web9/html/includes/page_header.php on line 600
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web9/html/includes/template.php(929) : eval()'d code:2) in /home/www/web9/html/includes/page_header.php on line 602
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web9/html/includes/template.php(929) : eval()'d code:2) in /home/www/web9/html/includes/page_header.php on line 603
Also liegt der fehler in folgendem Bereich
Code: Alles auswählen
// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
$template->pparse('overall_header')
?>grüße stemmi