Página 1 de 1

Problema con Arcade

Publicado: 24 Mar 2012, 20:04
por michan
Hola!
Bueno, ando con un problemilla en el MOD arcade (http://www.phpbb-es.com/foro/mods-desar ... 30830.html)... me aparece el siguiente error:

Código: Seleccionar todo

[phpBB Debug] PHP Warning: in file [ROOT]/arcade/includes/arcade.php on line 205: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Warning: in file [ROOT]/arcade/includes/arcade.php on line 205: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Warning: in file [ROOT]/arcade/includes/arcade.php on line 205: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Warning: in file [ROOT]/arcade/includes/arcade.php on line 205: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Warning: in file [ROOT]/arcade/includes/arcade.php on line 205: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4895: Cannot modify header information - headers already sent by (output started at [ROOT]/arcade/includes/arcade.php:1455)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4897: Cannot modify header information - headers already sent by (output started at [ROOT]/arcade/includes/arcade.php:1455)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4898: Cannot modify header information - headers already sent by (output started at [ROOT]/arcade/includes/arcade.php:1455)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4899: Cannot modify header information - headers already sent by (output started at [ROOT]/arcade/includes/arcade.php:1455)
He estado mirando cosas por los archivos esos y tal... pero no veo nada! Además, esto me provoca que no se vea bien el indice...
Gracias! :)
Saludos!

Re: Problema con Arcade  Tema Solucionado

Publicado: 25 Mar 2012, 00:19
por Makoto
Solucion

language/mods/es/arcade.php

Código: Seleccionar todo

'ARCADE_WELCOME_SCORE'					=> 'Puntuación de <b>%s</b> » %s.',
Debe de ser

Código: Seleccionar todo

'ARCADE_WELCOME_SCORE'					=> 'Puntuación de <b>%s</b> puntos.',

Re: Problema con Arcade

Publicado: 25 Mar 2012, 09:45
por michan
Gracias, ahora ya me va esto :P