Estoy instalando el MOD Automatic Spammer Detection 1.0.0 B5 (http://www.phpbb-es.com/foro/automatic- ... 21247.html), he modificado el archivo includes/ucp/ucp_register.php y he añadido una línea antes el código que pide. He subido todos los archivos al FTP pero me pongo a entrar al ACP y me aparecen estos errores:
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_spammers.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_spammers.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_spammers.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_spammers.php:1)
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
A alguien se le ocurre algo?
Un saludo y gracias de antemano.