http://www.phpbb.com/community/viewtopi ... &t=2106581
y al entrar a un tema ,me sale este error en la cabecera con el debug activado
el error lo provoca este cambio del mod[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1301: Undefined index: ban_id
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1301: Undefined index: ban_id
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4758: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4760: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4761: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4762: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
buscar
Código: Seleccionar todo
'from' => (!empty($row['user_from'])) ? $row['user_from'] : '',
Código: Seleccionar todo
'banned_status' => !empty($config['allow_banned_status']) ? $row['ban_id'] : false,