version 1.0.10
currently getting
PHP Code:
Warning: Cannot modify header information - headers already sent by
(output started at /register.php(338) :
eval()'d code:114) in /includes/bad-behavior/screener.inc.php on line 9
which points to
PHP Code:
function bb2_screener_cookie($settings, $package, $cookie_name, $cookie_value)
{
// FIXME: Set the real cookie
if (!$settings['eu_cookie']) {
setcookie($cookie_name, $cookie_value, 0, bb2_relative_path());
}
}
any help on this please