He instalado automod hace poco y hasta ayer todo bien (aunque llevo 0 de 2 en mods intentados).
Hoy, iba a instalar un mod y de repente me sale una cosa que me sonaba que salían en las FAQ:
- Código: Seleccionar todo
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/info_acp_auto_groups.php:1)
Pero la solución de allí no me sirve. Primero, el texto no me coincide exactamente, pero lo localizo. He tratado de cambiar las líneas no coincidentes pero el problema sigue ahí.
Estas son las líneas de mi archivo mod_parser.php :
- Código: Seleccionar todo
for ($j = 0; $j < $changelog_size; $j++) { // Ignore changelogs in foreign languages except in the case that there is no // match for the current user's language // TODO: Look at modifying localise_tags() for use here. if (match_language($user->data['user_lang'], $changelog[$j]['attrs']['LANG'])) { $changelog_id = $j; } } $change_count = isset($changelog[$changelog_id]['children']['CHANGE']) ? sizeof($changelog[$changelog_id]['children']['CHANGE']) : 0; for ($j = 0; $j < $change_count; $j++)
A ver dónde está el problema.
Es curioso, pero hasta ahora ha ido todo bien. No sé cómo se ha precipitado el error.
Por otro lado: El enlace a la beta 2 en las FAQ no va.
Muchas gracias de nuevo y un saludo.

















