Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1624: Undefined index: is_bot
[phpBB Debug] PHP Notice: in file /includes/mods/functions_karma.php on line 77: Undefined index: is_registered
[phpBB Debug] PHP Notice: in file /includes/mods/functions_karma.php on line 114: Undefined index: is_registered
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
Warning: Cannot modify header information - headers already sent by (output started at /home/motobrat/public_html/includes/functions.php:3772) in /home/motobrat/public_html/includes/functions.php on line 4648
Warning: Cannot modify header information - headers already sent by (output started at /home/motobrat/public_html/includes/functions.php:3772) in /home/motobrat/public_html/includes/functions.php on line 4650
Warning: Cannot modify header information - headers already sent by (output started at /home/motobrat/public_html/includes/functions.php:3772) in /home/motobrat/public_html/includes/functions.php on line 4651
Warning: Cannot modify header information - headers already sent by (output started at /home/motobrat/public_html/includes/functions.php:3772) in /home/motobrat/public_html/includes/functions.php on line 4652
session.php строка 1623-1627:
Код: Выделить всё
$mobile_cookie = request_var($config['cookie_name'] . '_mobile', 'not_set', false, true);
if (!$this->data['is_bot'] && ($mobile_cookie == 'on' || ($is_mobile && $mobile_cookie == 'not_set')))
{
$style = $config['mobile_style'];
}session.php строка 1035
Код: Выделить всё
header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);если перейти на другую страницу - все ОК, отключаю дебаг - ошибку не вижу.
не могу понять, что случилось, куда глядеть и чего исправлять ((

