
10-24-2012, 01:29 PM
|
|
|
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by simonhind
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
|
remove all files and reinstall see if that helps
|