jcompton32 Posted February 7, 2008 Share Posted February 7, 2008 After adding a PHP header on this page... http://www.therightcontact.com/contact/search_sl.php there seems to be a header conflict when any search is performed Error Message: Warning: Cannot modify header information - headers already sent by (output started at /home/content/j/c/o/jcompton32/html/header_footer/header.php:78) in /home/content/j/c/o/jcompton32/html/contact/search_sl.php on line 1632 This is the code that was added when the trouble started //End Include Common Files include '../forum/header_footer/Common_Header_Footer.php'; include '../forum/Settings.php'; include '../header_footer/header.php'; This the code that deals with the FLASH header //Include Page implementation @295-11B45D65 include_once(RelativePath . "/top.php"); //End Include Page implementation the code around Line 1632 reads //Go to destination page @1-FFC0E52E if($Redirect) { $CCSEventResult = CCGetEvent($CCSEvents, "BeforeUnload", $MainPage); $DBConnection3->close(); if ($CCSFormFilter) $Redirect = CCAddParam($Redirect, "FormFilter", $CCSFormFilter); header("Location: " . $Redirect); $top->Class_Terminate(); unset($top); $ad->Class_Terminate(); unset($ad); unset($lens2); unset($lens1); unset($lens); unset($Tpl); exit; } //End Go to destination page Link to comment https://forums.phpfreaks.com/topic/89895-error-message-header-conflict/ Share on other sites More sharing options...
phpSensei Posted February 7, 2008 Share Posted February 7, 2008 http://www.phpfreaks.com/forums/index.php/topic,37442.0.html Try reading that, make sure there is no html before the header Link to comment https://forums.phpfreaks.com/topic/89895-error-message-header-conflict/#findComment-460771 Share on other sites More sharing options...
jcompton32 Posted February 7, 2008 Author Share Posted February 7, 2008 thank you... will do Link to comment https://forums.phpfreaks.com/topic/89895-error-message-header-conflict/#findComment-461182 Share on other sites More sharing options...
phpSensei Posted February 7, 2008 Share Posted February 7, 2008 thank you... will do np Link to comment https://forums.phpfreaks.com/topic/89895-error-message-header-conflict/#findComment-461184 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.