PDA

View Full Version : Cookie Problem with IE


Uchiha
09-15-2004, 08:05 PM
Well i hate IE and heres a reason... it gives me some cookie errors with IE and not with firefox...

http://unlimitedgamer.net/main.php?id=cmps_index.php

Open in IE and another broswer you may have.

or jsut read:

Unable to add cookies, header already sent.
File: /home/kakashi/public_html/main.php
Line: 6

I delete what is says the problem is coming from and it still says the same error. I just don't understandz :/

Brian
09-15-2004, 10:14 PM
It looks like it has something to do with that other script you have wrapped around the CMPS.

Our Sponsors
 

Uchiha
09-15-2004, 10:28 PM
But its not a script :/ its jsut like html and some php includes.

Brian
09-15-2004, 10:37 PM
The normal CMPS page seems to work (except you have some kind of issue with your stylesheets), so it has to be something from your other script.

Our Sponsors
 

Uchiha
09-15-2004, 11:05 PM
Oh yeah thats because i thought the meta tags were causing the problems. So i removed the $headinclude from the template and added the style sheet codes to the sheet i already have running on the normal site.

could it be because i am including it thats cause the error? is there a way i could like.. require it and it would work or something?

Brian
09-15-2004, 11:19 PM
If you're talking about include() vs. require(), there's really no difference between the two functions. Your best bet may be to copy the HTML from that script and put it in your 'adv_portal' template.

Uchiha
09-15-2004, 11:41 PM
hmm.. the problem is i have php in my normal page. does the template support php? (i don't think it does :/)

ok i tryed to place my index code in the cmps_index and i still get the header error. :/

TruckMuddr
09-21-2004, 10:17 PM
I've noticed that usually when I get that error it's because ther is extra spaces or lines after the ?> in the php code.