Jump to content

Error Message: Header Conflict???


jcompton32

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.