tkeil69575
05-02-2002, 11:31 AM
Hi all,
i have the following parse error showing up from time to time. Its not always there though and I cant really simulate it. Sometimes it just goes away if I call up online.php again, but its bugging me badly.
Warning: Cannot add header information - headers already sent by (output started at /home/blabal.../forums/online.php:2) in /home/blabla.../forums/admin/functions.php on line 1601
Line 1601 in functions.php looks like this:
1597 if ($cookiedomain) {
1598 setcookie($name, $value, $expire, $cookiepath,
1599 $cookiedomain, $secure);
1600 } else {
1601 setcookie($name, $value, $expire, $cookiepath, '', $secure);
1602 }
Any of you have an idea what might be causing this?
regards Tina
i have the following parse error showing up from time to time. Its not always there though and I cant really simulate it. Sometimes it just goes away if I call up online.php again, but its bugging me badly.
Warning: Cannot add header information - headers already sent by (output started at /home/blabal.../forums/online.php:2) in /home/blabla.../forums/admin/functions.php on line 1601
Line 1601 in functions.php looks like this:
1597 if ($cookiedomain) {
1598 setcookie($name, $value, $expire, $cookiepath,
1599 $cookiedomain, $secure);
1600 } else {
1601 setcookie($name, $value, $expire, $cookiepath, '', $secure);
1602 }
Any of you have an idea what might be causing this?
regards Tina