Página 1 de 1
Problema con Mod Mini Classement v1.0.0
Publicado: 12 Jul 2009, 02:07
por richi_knight
URL:
http://phpbb3.tehacemoslaweb.es
Versión phpBB: phpBB3 (3.0.5)
MODs Instalados: Ninguno
Plantilla(s) usada(s):
Servidor: De pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Buenas noches a todos, tras seguir las instrucciones que figuran en el archivo install.xml y dirigirme con mi navegador a
http://phpbb3.tehacemoslaweb.es/install/ me sale el siguiente mensaje de error:
[phpBB Debug] PHP Notice: in file /install/index.php on line 185: Undefined index: ACP_MINI_CLASSEMENT_MENU
Saludos y felicidades a esta Comunidad por la labor que presta.
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 01 Ago 2010, 19:12
por patito_loko
a mi me sale lo mismo!!! como se puede solucionar esto?
[phpBB Debug] PHP Notice: in file /install/index.php on line 185: Undefined index: ACP_MINI_CLASSEMENT_MENU
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 01 Ago 2010, 19:20
por leviatan21
Hola
patito_loko :
¿ Estamos reflotando temas viejos ?
Ese error sucede porque quien lo escribió se olvidó de algo, y a ustedes les aparece porque tienen el modo DEBUG habilitado.
hay 2 soluciones posibles :
1) Momentáneamente deshabilitar el modo DEBUG mientras dure la instalación.
2) decirme donde puedo descargarme ese MOD, para proponer una solución

Re: Problema con Mod Mini Classement v1.0.0
Publicado: 01 Ago 2010, 21:22
por patito_loko
leviatan21 escribió:Hola
patito_loko :
¿ Estamos reflotando temas viejos ?
Ese error sucede porque quien lo escribió se olvidó de algo, y a ustedes les aparece porque tienen el modo DEBUG habilitado.
hay 2 soluciones posibles :
1) Momentáneamente deshabilitar el modo DEBUG mientras dure la instalación.
2) decirme donde puedo descargarme ese MOD, para proponer una solución

de aca lo baje al mod
http://www.phpbb-es.com/foro/viewtopic.php?p=109932
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 01 Ago 2010, 21:33
por leviatan21
Al parecer te has olvidado de hacer la edición de uno de los archivos :
Abrir :
raíz/language/en/acp/common.php
Buscar :
Antes, agregar :
Código: Seleccionar todo
// Mod Mini Classement V1.0.0
$lang = array_merge($lang, array(
'ACP_MINI_CLASSEMENT_TITLE' => 'Mod Mini classement',
'ACP_MINI_CLASSEMENT_MENU' => 'Mini classement',
));
// Mod Mini Classement V1.0.0
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 01 Ago 2010, 21:53
por patito_loko
[phpBB Debug] PHP Notice: in file /install/index.php on line 185: Undefined index: ACP_MINI_CLASSEMENT_MENU
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4304: Undefined index: palet
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4317: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4319: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4320: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4321: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
estaba la linea que me remarcas y abajo de una linea de fsf mssti jajaja...
asi que esa linea no es por lo visto..... igual por las dudas te adjunto...
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 02 Ago 2010, 04:55
por leviatan21
patito_loko escribió:estaba la linea que me remarcas y abajo de una linea de fsf mssti jajaja...
asi que esa linea no es por lo visto..... igual por las dudas te adjunto...
Si tu foro estuviese en ingles no tendrías problemas, pero como el tuyo está en español, debes hacer los mismos cambios el la carpeta es :
raíz/language/es/acp/common.php
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 01:17
por patito_loko
bueno ahora por lo visto se me soluciono el primer linea.pero sigue el problema del includes....igual gracias por al menos poder arreglar la primera linea...
pero sigo sin poder install.... jeje
sale esto
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4304: Undefined index: palet
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4317: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4319: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4320: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4321: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 01:38
por leviatan21
patito_loko escribió:pero sigo sin poder install.... jeje
sale esto
Eso es del wysiwyg, consejo, desactiva el modo
DEBUG mientras instalas !
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 16:53
por patito_loko
The debug mode is a process that check and collect any problem and show it over the forum header...
you can enable it editing the config.php file and delete the comment //
Código: Seleccionar todo
//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
to :
Código: Seleccionar todo
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 17:12
por patito_loko
le desactive el debug pero sigue apareciendo el error?

Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 17:39
por ahh72
holas, te sale el error aun a pesar de haber limpiado la cache?
saludos
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 18:30
por leviatan21
patito_loko escribió:The debug mode is a process that check and collect any problem and show it over the forum header...
you can enable it editing the config.php file and delete the comment //
Código: Seleccionar todo
//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
to :
Código: Seleccionar todo
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
patito_loko escribió:le desactive el debug pero sigue apareciendo el error?

Para desactivarlo debes comentar (colocar
// ) estas dos lineas
Código: Seleccionar todo
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 19:17
por patito_loko
SIGUE APARECIENDO EL DEBUG!!! CON LAS DOS LINEAS O SIN LAS DOS LINEAS ASI QUE ESTA COMPLICADO MI TEMA JA JA PERO BUENO NO IMPORTA NO LO INSTALO POR LO VISTO ESE MOD NO QUIERE SABER NADA CON MI SITIO JA JA JA..MEJOR VOY A PROBAR EL PORTAL MSSTI Y HAGO LO QUE ME DIJISTE PARA LOS RECENT TOPIC...SALUDOS
Re: Problema con Mod Mini Classement v1.0.0
Publicado: 03 Ago 2010, 19:25
por leviatan21
patito_loko escribió:SIGUE APARECIENDO EL DEBUG!!! CON LAS DOS LINEAS O SIN LAS DOS LINEAS ASI QUE ESTA COMPLICADO MI TEMA JA JA PERO BUENO NO IMPORTA NO LO INSTALO POR LO VISTO ESE MOD NO QUIERE SABER NADA CON MI SITIO JA JA JA..MEJOR VOY A PROBAR EL PORTAL MSSTI Y HAGO LO QUE ME DIJISTE PARA LOS RECENT TOPIC...SALUDOS
No hace falta que grites (todo el texto en mayúsculas)
Te lo aclaré porque tus mensajes no son claros
Si te aparece un error en
raíz/includes/functions.php en la linea
4304 es porque falta algo en la tabla de configuración (phpbb_config) relacionado con el mod wysiwyg
podrías revisar esa instalación o comentar la linea :