I am seeing this error in the log quite often. I am running vb5.2.3 on a https install. Could this be the reason for this message? Although forum seems to be running fine, I hate seeing errors in the log. 
If I look at the cookie.php, line 44 says this:
Any ideas?

Warning: Cannot modify header information - headers already sent by (output started at <snip>/includes/vb5/applicationabstract.php:763) in <snip>/includes/vb5/cookie.php on line 44
if (!setcookie($name, $value, $expire, self::$path, self::$domain, self::$secure, $httpOnly))
Comment