Gio~Logist
02-26-2005, 07:12 PM
Warning: Cannot modify header information - headers already sent by (output
started at /home/urbandy/public_html/forums/cleader/index.php:3) in
/home/urbandy/public_html/forums/admin/functions.php on line 1847
I have no idea what that means.... And it only happens when i try to acess cleaner/index.php from two different windows. The error seems to be coming from this part of functions.php:
}
header($cookieheader, false); // force multiple headers of same type
} else {
setcookie($name, $value, $expire, $cookiepath, $cookiedomain, $secure);
}
}
Is this even necessary? Why would this harm anything?
started at /home/urbandy/public_html/forums/cleader/index.php:3) in
/home/urbandy/public_html/forums/admin/functions.php on line 1847
I have no idea what that means.... And it only happens when i try to acess cleaner/index.php from two different windows. The error seems to be coming from this part of functions.php:
}
header($cookieheader, false); // force multiple headers of same type
} else {
setcookie($name, $value, $expire, $cookiepath, $cookiedomain, $secure);
}
}
Is this even necessary? Why would this harm anything?