Perfecto!! ya está listo y funciona de 10leviatan21 escribió:Falta la variable LOG_ANNOUNCEMENT_UPDATED de la traducción y ese archivo debe estar mal codificado
en el archivo raíz/language/es/acp/common.php, justo antes de?>
agregarCódigo: Seleccionar todo
$lang = array_merge($lang, array( 'LOG_ANNOUNCEMENT_UPDATED' => '<strong>Announcement(s) updated</strong>', ));
Ahora, continué revisando y encontré una falla mas en otro mod cuando intento entrar a su config, es el caso del mod ACP Spamers y me aparece esto cuando clikeo sobre ACP_SPAMMER_SETTINGS;
Código: Seleccionar todo
[phpBB Debug] PHP Notice: in file /includes/acp/acp_spammers.php on line 168: Undefined index: ACP_SPAMMERS
[phpBB Debug] PHP Notice: in file /includes/acp/acp_spammers.php on line 169: Undefined index: ACP_SPAMMERS_EXPLAIN
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 157: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)