I have been tons of these errors in the error log since the upgrade to 9.03.00 and didn't go away with 9.03.20.
Authenticate.inc
/infusions/forum/index.php?forum_id=12&sort=subject&viewforum
Line: 462
4 minutes ago
Severity : Run-time notices
Use of undefined constant COOKIE_DOMAIN - assumed 'COOKIE_DOMAIN'
if i remove COOKIE_DOMAIN from: Authenticate::_setCookie(COOKIE_LASTVISIT, $lastvisit, time() + 3600, COOKIE_PATH, COOKIE_DOMAIN, FALSE, TRUE);
it goes away but I am not sure if I need to do that. Any idea?
0 replies