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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.