Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Apr 2002
Posts: 212
Member
Member
Joined: Apr 2002
Posts: 212
I keep getting this...

Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.deliriumgaming.com/html/header.php:31) in /web/htdocs/www.deliriumgaming.com/html/includes/sessions.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.deliriumgaming.com/html/header.php:31) in /web/htdocs/www.deliriumgaming.com/html/includes/sessions.php on line 252

Line 31 on the header looks like this:
Code
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
like 251 on sessions.php looks like this:
Code
setcookie($cookiename . '_data', serialize($sessiondata), $current_time + 31536000, $cookiepath, $cookiedomain, $cookiesecure);
any suggestions? I'm lost

Sponsored Links
▼ Sponsored Links ▼ ▲ Sponsored Links ▲
Joined: Apr 2002
Posts: 212
Member
Member
Joined: Apr 2002
Posts: 212
oh yeah, i've tried to comment out line 31 but that didn't change anything.

Joined: Apr 2002
Posts: 212
Member
Member
Joined: Apr 2002
Posts: 212
LOL I always post up questions and then find the answer for them. I feel bad if it's wasting space n'stuff but all I did was put this at the beggining of session.php and it fixed it. I hope it doesn't have any side effect smile

Code
ob_start();

Joined: Mar 2002
Posts: 574
Likes: 1
C
UGN GFX Whore
UGN GFX Whore
C Offline
Joined: Mar 2002
Posts: 574
Likes: 1
Haha, I end up asking questions and finding the answer also. At least if someone with a similar problem sees your post, they will be helped.

Joined: Aug 2003
Posts: 9
B
Aptenodytes Forsteri
Aptenodytes Forsteri
B Offline
Joined: Aug 2003
Posts: 9
Your trying to setcookies after print/echo text. This just isn't allowed.


Link Copied to Clipboard
Member Spotlight
None yet
Forum Statistics
Forums41
Topics33,840
Posts68,858
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Dartur 1
Cyrez 1
Girlie 1
unreal 1
Powered by UBB.threads™ PHP Forum Software 8.0.0