Página 3 de 3

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 20 Abr 2011, 11:49
por Todtuga
leviatan21 escribió:Falta la variable LOG_ANNOUNCEMENT_UPDATED de la traducción y ese archivo debe estar mal codificado :wink:
en el archivo raíz/language/es/acp/common.php, justo antes de ?> agregar

Código: Seleccionar todo

$lang = array_merge($lang, array(
	'LOG_ANNOUNCEMENT_UPDATED'			=> '<strong>Announcement(s) updated</strong>',
));
Perfecto!! ya está listo y funciona de 10

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)

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 20 Abr 2011, 17:49
por leviatan21
Todtuga escribió:

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
Siguen siendo variables del idioma que faltan, ya te había comentado que esas cosas en mayúsculas eran fallas en el idioma.
Como siempre, debes volver a revisar las instalaciones

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 20 Abr 2011, 22:17
por Todtuga
leviatan21 escribió:
Todtuga escribió:

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
Siguen siendo variables del idioma que faltan, ya te había comentado que esas cosas en mayúsculas eran fallas en el idioma.
Como siempre, debes volver a revisar las instalaciones
Efectivamente mi estimado Gabriel , revisando la carpeta "es" me encuentro que faltaba el archivo "info_acp_spammers", y lo repuse inmediatamente quedando y funcionando todo bien. Muchísimas gracias.
Creo que no se ven errores ni símbolos raros. Me gusto esto del debug, muy práctico y util.
Saludos y gracias nuevamente

Carlos

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 23 Abr 2011, 19:13
por Todtuga
:ops Me saltó nuevo DEBUG

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /socialnet/approval.php on line 100: Undefined index: FAS_FRIENDS_TOTAL
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4709: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4711: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4712: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4713: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3734)
Y ocurre cuando hago click encima del Nick o nombre de usuario
Tambien es problemas de Traducción?

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 23 Abr 2011, 19:17
por leviatan21
Todtuga escribió::ops Me saltó nuevo DEBUG

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /socialnet/approval.php on line 100: Undefined index: FAS_FRIENDS_TOTAL
Tambien es problemas de Traducción?
Si

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 25 Abr 2011, 16:17
por Todtuga
leviatan21 escribió:Si
Sabes que no logro resolver este problema Gabriel.

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 25 Abr 2011, 17:44
por leviatan21
Todtuga escribió:Sabes que no logro resolver este problema Gabriel.
¿ De donde has sacado esa traducción y quien la ha hacho ?, sería lo mas lógico que el autor de la traducción lo resuelva y agregue todo lo que falta y corrija los errores en el archivo raíz/language/es/mods/socialnet.php

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 25 Abr 2011, 17:51
por angelismo
Si no me equivo ,hablais de este mod
http://www.phpbb-es.com/foro/mods-desar ... 30831.html
cuya hice traducción hice yo ,y en la ultima actualización corregi todos los errores reportados.

Re: Detectando errores en mi phpbb3 con Debug

Publicado: 25 Abr 2011, 17:55
por leviatan21
angelismo escribió:cuya hice traducción hice yo ,y en la ultima actualización corregi todos los errores reportados.
Siempre atento y servicial :bravo: