Warning: mysql_fetch_array(): 24 is not a valid MySQL result resource in /home/www/web97/html/php/db/mysql4.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web97/html/php/db/mysql4.php:214) in /home/www/web97/html/php/includes/page_header.php on line 533
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web97/html/php/db/mysql4.php:214) in /home/www/web97/html/php/includes/page_header.php on line 535
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web97/html/php/db/mysql4.php:214) in /home/www/web97/html/php/includes/page_header.php on line 536
Der entsprechende Teil der page_header.php schaut so aus:
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');
?>
Wer kann mir Helfen? Muß ich noch was an der Datenbank machen?