I removed require('./global.php'); and I am still getting this error message.
Quote:
Warning: Cannot add header information - headers already sent by (output started at /www.cornertrap.com/ct2.0/index.php:3) in /www.cornertrap.com/forums/admin/functions.php on line 1620
|
from functions.php
Line
1617 if ($cookiedomain) {
1618 setcookie($name, $value, $expire, $cookiepath, 1619$cookiedomain, $secure);
1619 } else {
1620 setcookie($name, $value, $expire, $cookiepath, '', $secure);
1621 }
Any ideas on how to fix this problem?