Página 1 de 1

Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 21:45
por elchiky77
Que tal gente, despues de poder instalar mchat 1.3.5 en un host paralelo, para ver si funcionaba bien, me destine a hacer la instalacion en el host donde realmente esta el foro. Instale todo al pie de la letra pero al querer instalar las tablas a la base de datos hay problemas.


Al querer entrar instalar desde /mchat_install.php da este error:

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4528: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4530: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4531: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4532: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
Para seguir el index del foro me da error:

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4528: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4530: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4531: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4532: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
Si quiero entrar al acp no puedo, solo me carga una pagina que dice esto, pero el acp no aparece:

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/es/common.php:1)
Espero que puedan ayudarme, Muchas gracias

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 21:51
por angelismo
Parece que el fallo esta en el language/es/common.php ,has tenido que hacer mal el cambio que indica el install.xml

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 22:07
por elchiky77
angelismo escribió:Parece que el fallo esta en el language/es/common.php ,has tenido que hacer mal el cambio que indica el install.xml
El install pide:
language/es/common.php
Encontrar
Sugerencia: Esta puede ser una búsqueda parcial y no la línea completa.

Código: Seleccionar todo

?>
Agregar antes

Código: Seleccionar todo

// BEGIN mChat Mod
$lang = array_merge($lang, array(
	'MCHAT_TITLE'				=> 'Mini-Chat',
));
// END mChat Mod

Les dejo el un fragmento de la ultima parte del language/es/common.php como viene por defecto, y como quedo modificado:

Por defecto:

Código: Seleccionar todo

[/b]
	// The default dateformat which will be used on new installs in this language
	// Translators should change this if a the usual date format is different
	'default_dateformat'	=> 'D, d M Y, H:i', // Mié, 10 Mar 2010, 23:26

));

?>

Modificado:

Código: Seleccionar todo

	// The default dateformat which will be used on new installs in this language
	// Translators should change this if a the usual date format is different
	'default_dateformat'	=> 'D, d M Y, H:i', // Mié, 10 Mar 2010, 23:26

));
// BEGIN mChat Mod
$lang = array_merge($lang, array(
	'MCHAT_TITLE'				=> 'Mini-Chat',
));
// END mChat Mod
?>
Ya probe cambiarlo varias veces, y sigue el mismo error. No logro entender que esta mal =(

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 22:17
por angelismo
¿Usas el bloc de notas para editar?
Si es asi ,ese el fallo ,puesto que no tienes mods instalados ,bajate de nuevo el paquete de español para phpbb 3.0.8 y edita language/es/common.php con otro editor.

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 22:22
por elchiky77
edite con notepad++, borre cache desde el ftp y nada... sigue igual :S

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 22:30
por angelismo
Adjunta tu language/es/common.php

Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 22:33
por elchiky77
Adjunto =)
lo subi en .zip porque no me dejaba adjuntar archivos .php.
Dentro del zip esta el common.php

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 22:57
por angelismo
Prueba este archivo

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 23:20
por elchiky77
sigo con problemas.

Tambien vi que cuando me deslogueo:

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /language/es/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /language/es/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /language/es/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2471: Cannot modify header information - headers already sent by (output started at /language/es/ucp.php:1)

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 23:25
por elchiky77
y para rematar ahora que me desloguie ya no me deja loguearme y no tengo acceso al acp..

cuando me kiero loguear:

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /language/es/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /language/es/ucp.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /language/es/ucp.php:1)

Warning: Cannot modify header information - headers already sent by (output started at /home/desubikc/public_html/language/es/ucp.php:1) in /home/desubikc/public_html/includes/functions.php on line 4528

Warning: Cannot modify header information - headers already sent by (output started at /home/desubikc/public_html/language/es/ucp.php:1) in /home/desubikc/public_html/includes/functions.php on line 4530

Warning: Cannot modify header information - headers already sent by (output started at /home/desubikc/public_html/language/es/ucp.php:1) in /home/desubikc/public_html/includes/functions.php on line 4531

Warning: Cannot modify header information - headers already sent by (output started at /home/desubikc/public_html/language/es/ucp.php:1) in /home/desubikc/public_html/includes/functions.php on line 4532

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 23:27
por angelismo
Revisa el cambio del /language/es/ucp.php

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 23:35
por elchiky77
te lo adjunto el ucp.php... nose, yo los edito bien, pero no andan... es urgente, tengo que irme y no logro hacer andar el foro!

Re: Problemas [phpBB Debug]

Publicado: 04 Abr 2011, 23:40
por leviatan21
En vez de adjuntar tus archivos editados con el block de notas, te recomiendo lo siguiente :

Si al abrir el archivo con notepad++ no ves nada raro en la 1º linea ( SOLO DEBE CONTENER ESTO :

Código: Seleccionar todo

<?php
abre el archivo con el block de notas y copias el contenido al notepad++ y luego lo guardas reemplazando el actual, para luego subirlo al FTP ;)