Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Problemas [phpBB Debug]

Foros donde podréis dejar vuestras dudas sobre phpBB 3.0.x
Cerrado
elchiky77
Usuario/a
Mensajes: 96
Registrado: 20 Dic 2006, 23:48

Problemas [phpBB Debug]

#1

Mensaje 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
URL: http://www.elementalservers.com.ar
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Ninguno
Servidor: Nuthost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Avatar de Usuario
angelismo
Administrador
Mensajes: 5707
Registrado: 20 May 2006, 02:42
Género:
Edad: 36

Re: Problemas [phpBB Debug]

#2

Mensaje 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

Antes de nada, lee las Normas de phpBB-Es y las Normas de Soporte.

Como corregir el copyright de phpbb3 - Si tu foro no tiene copyright ,lee la guia antes de pedir soporte.
No doy soporte por MP ni por MSN ,solo en los foros.


© angelismo- Webmaster de Webmastercreativo
© angelismo -Administrador de phpBB-es

elchiky77
Usuario/a
Mensajes: 96
Registrado: 20 Dic 2006, 23:48

Re: Problemas [phpBB Debug]

#3

Mensaje 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 =(
URL: http://www.elementalservers.com.ar
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Ninguno
Servidor: Nuthost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Avatar de Usuario
angelismo
Administrador
Mensajes: 5707
Registrado: 20 May 2006, 02:42
Género:
Edad: 36

Re: Problemas [phpBB Debug]

#4

Mensaje 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.

Antes de nada, lee las Normas de phpBB-Es y las Normas de Soporte.

Como corregir el copyright de phpbb3 - Si tu foro no tiene copyright ,lee la guia antes de pedir soporte.
No doy soporte por MP ni por MSN ,solo en los foros.


© angelismo- Webmaster de Webmastercreativo
© angelismo -Administrador de phpBB-es

elchiky77
Usuario/a
Mensajes: 96
Registrado: 20 Dic 2006, 23:48

Re: Problemas [phpBB Debug]

#5

Mensaje por elchiky77 »

edite con notepad++, borre cache desde el ftp y nada... sigue igual :S
URL: http://www.elementalservers.com.ar
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Ninguno
Servidor: Nuthost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Avatar de Usuario
angelismo
Administrador
Mensajes: 5707
Registrado: 20 May 2006, 02:42
Género:
Edad: 36

Re: Problemas [phpBB Debug]

#6

Mensaje por angelismo »

Adjunta tu language/es/common.php

Antes de nada, lee las Normas de phpBB-Es y las Normas de Soporte.

Como corregir el copyright de phpbb3 - Si tu foro no tiene copyright ,lee la guia antes de pedir soporte.
No doy soporte por MP ni por MSN ,solo en los foros.


© angelismo- Webmaster de Webmastercreativo
© angelismo -Administrador de phpBB-es

elchiky77
Usuario/a
Mensajes: 96
Registrado: 20 Dic 2006, 23:48

Problemas [phpBB Debug]

#7

Mensaje por elchiky77 »

Adjunto =)
lo subi en .zip porque no me dejaba adjuntar archivos .php.
Dentro del zip esta el common.php
Adjuntos
common.zip
(13.62 KiB) Descargado 75 veces
URL: http://www.elementalservers.com.ar
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Ninguno
Servidor: Nuthost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Avatar de Usuario
angelismo
Administrador
Mensajes: 5707
Registrado: 20 May 2006, 02:42
Género:
Edad: 36

Re: Problemas [phpBB Debug]

#8

Mensaje por angelismo »

Prueba este archivo
Adjuntos
common.rar
(13.44 KiB) Descargado 76 veces

Antes de nada, lee las Normas de phpBB-Es y las Normas de Soporte.

Como corregir el copyright de phpbb3 - Si tu foro no tiene copyright ,lee la guia antes de pedir soporte.
No doy soporte por MP ni por MSN ,solo en los foros.


© angelismo- Webmaster de Webmastercreativo
© angelismo -Administrador de phpBB-es

elchiky77
Usuario/a
Mensajes: 96
Registrado: 20 Dic 2006, 23:48

Re: Problemas [phpBB Debug]

#9

Mensaje 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)
URL: http://www.elementalservers.com.ar
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Ninguno
Servidor: Nuthost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

elchiky77
Usuario/a
Mensajes: 96
Registrado: 20 Dic 2006, 23:48

Re: Problemas [phpBB Debug]

#10

Mensaje 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
URL: http://www.elementalservers.com.ar
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Ninguno
Servidor: Nuthost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Avatar de Usuario
angelismo
Administrador
Mensajes: 5707
Registrado: 20 May 2006, 02:42
Género:
Edad: 36

Re: Problemas [phpBB Debug]

#11

Mensaje por angelismo »

Revisa el cambio del /language/es/ucp.php

Antes de nada, lee las Normas de phpBB-Es y las Normas de Soporte.

Como corregir el copyright de phpbb3 - Si tu foro no tiene copyright ,lee la guia antes de pedir soporte.
No doy soporte por MP ni por MSN ,solo en los foros.


© angelismo- Webmaster de Webmastercreativo
© angelismo -Administrador de phpBB-es

elchiky77
Usuario/a
Mensajes: 96
Registrado: 20 Dic 2006, 23:48

Re: Problemas [phpBB Debug]

#12

Mensaje 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!
Adjuntos
ucp.zip
(12.47 KiB) Descargado 73 veces
URL: http://www.elementalservers.com.ar
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Ninguno
Servidor: Nuthost.com
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Avatar de Usuario
leviatan21
Ex Staff
Mensajes: 8279
Registrado: 26 Mar 2008, 20:06
Género:
Edad: 55

Re: Problemas [phpBB Debug]

#13

Mensaje 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 ;)
Normas de phpBB España | Normas de Soporte
No doy soporte por privado : tenga en cuenta que su problema, también puede ser el problema de otro usuario.
Cualquier mensaje privado no solicitado será ignorado :twisted:

"Education is what remains after one has forgotten everything he learned in school" - Albert Einstein

Cerrado

Volver a “Foros de Soporte 3.0.x”