Página 1 de 1

Problema con Show Banned Status

Publicado: 19 Mar 2011, 17:35
por angelismo
He instalado este mod
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
[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)
el error lo provoca este cambio del mod
buscar

Código: Seleccionar todo

'from'            => (!empty($row['user_from'])) ? $row['user_from'] : '', 
añadir despues

Código: Seleccionar todo

'banned_status'	=> !empty($config['allow_banned_status']) ? $row['ban_id'] : false,

Problema con Show Banned Status  Tema Solucionado

Publicado: 19 Mar 2011, 18:19
por leviatan21
Instalado y probado sin inconvenientes, asegurate de haber realizado el primer cambio del viewtopic.php u sube tu archivo

Re: Problema con Show Banned Status

Publicado: 19 Mar 2011, 18:38
por angelismo
Solucionado ,el fallo estaba en el primer cambio ,debido que a en esa parte tambien toca el ultimate point ,por eso habia echo el cambio de forma diferente ,olvidadome de añadir esto

Código: Seleccionar todo

b.ban_id, 

Re: Problema con Show Banned Status

Publicado: 19 Mar 2011, 18:47
por leviatan21
Gracias por aclarar :ok: