Cannot modify header information
Verfasst: Fr 8. Sep 2006, 10:47
Ja ich weiß
Ich drehe noch ab, das mit den Session´s funzt jetzt aber ich will jetzt noch eine header weiterleitung machen.Habe das ob_start(); auch in die front_content.php eingebaut.
Es kommt immer die blöde Fehlermeldung:
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\hbw-net\contenido\classes\class.template.php:249) in D:\xampp\htdocs\hbw-net\cms\front_content.php(792) : eval()'d code on line 714
Kann mir mal einer auf die Sprünge helfen.

Ich drehe noch ab, das mit den Session´s funzt jetzt aber ich will jetzt noch eine header weiterleitung machen.
Code: Alles auswählen
<?php
ob_start();
header ("Location: front_content.php?idcat=90");
exit;
?>
Es kommt immer die blöde Fehlermeldung:
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\hbw-net\contenido\classes\class.template.php:249) in D:\xampp\htdocs\hbw-net\cms\front_content.php(792) : eval()'d code on line 714
Kann mir mal einer auf die Sprünge helfen.