Página 1 de 1
Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 21:12
por redfut
Actualize recientemente mi foro y nunca mas tuvo lo mismo como antes.
El principal error es que en todo lo que conlleva a mostrar una informacion sea en el foro sea en el acp (ejemplo : su mensaje fue añadido. Volver al ultimo foro) no funciona,
El mensaje que me sale es :
Código: Seleccionar todo
Warning: Cannot modify header information - headers already sent by
Buscando en los ficheros lo que esta en las lineas del error es
Código: Seleccionar todo
// application/xhtml+xml not used because of IE[b]URL[/b]: http://redfut.com
[b]Versión phpBB[/b]: phpBB3 (3.0.8)
[b]MODs Instalados[/b]: Advanced BBCode Box 3Desinstalar
Forum Background for phpBB3
SiteMap Generator
SmiX.MODs Feed News Center
Topic in "Who is Online"
User Blog Mod
phpBB3 Portal
Php Gallery
[b]Plantilla(s) usada(s)[/b]: Absolution
[b]Servidor[/b]: Linux de pago
[b]Actualización desde otra versión[/b]: actualizacion de 3.0.7 PL a 3.0.8
[b]Conversión desde otro sistema de foros[/b]: no
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
return;
}
Me podeis ayudar?
Un saludo
URL:
http://redfut.com
Versión phpBB: phpBB3 (3.0.
MODs Instalados: Advanced BBCode Box 3Desinstalar
Forum Background for phpBB3
SiteMap Generator
SmiX.MODs Feed News Center
Topic in "Who is Online"
User Blog Mod
phpBB3 Portal
Php Gallery
Plantilla(s) usada(s): Absolution
Servidor: Linux de pago
Actualización desde otra versión: actualizacion de 3.0.7 PL a 3.0.8
Conversión desde otro sistema de foros: no
Re: Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 21:13
por nextgen
Coloca los datos de soporte como dice en las normas
Re: Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 21:18
por redfut
nextgen escribió:Coloca los datos de soporte como dice en las normas
Perdon pense que los habia subido
Re: Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 21:20
por HuanManwe
¿has editado los archivos manualmente? De ser así, ¿qué editor de texto usaste? ¿Has tenido cuidado de guardarlo con codificación UTF-8 sin BOM?
Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 21:30
por leviatan21
redfut escribió:El mensaje que me sale es :
Código: Seleccionar todo
Warning: Cannot modify header information - headers already sent by
¿ Eso es todo, no hay mas lineas ?
redfut escribió:MODs Instalados: Advanced BBCode Box 3Desinstalar
¿ Que significa
Desinstalar ? ¿ lo has eliminado o estás por eliminarlo ?
Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 22:48
por redfut
leviatan21 escribió:redfut escribió:El mensaje que me sale es :
Código: Seleccionar todo
Warning: Cannot modify header information - headers already sent by
¿ Eso es todo, no hay mas lineas ?
No lo que pones es :
Código: Seleccionar todo
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4599
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4601
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4602
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4603
redfut escribió:MODs Instalados: Advanced BBCode Box 3Desinstalar
¿ Que significa
Desinstalar ? ¿ lo has eliminado o estás por eliminarlo ?[/quote]
Lo voy a eliminar porque tampoco funciona. Muestra todo pero solo añade los bbcodes personalizados osea los bbcodes que yo mismo cree
Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 23:00
por leviatan21
redfut escribió:[No lo que pones es :
Código: Seleccionar todo
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4599
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4601
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4602
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/functions.php:2887) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4603
No es de mucha ayuda, deberías habilitar el modo DEBUG para saber donde se origina el error.
Abrir :
raíz/config.php
Buscar :
Código: Seleccionar todo
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
Reemplazar por :
redfut escribió:Lo voy a eliminar porque tampoco funciona. Muestra todo pero solo añade los bbcodes personalizados osea los bbcodes que yo mismo cree
Me suena a que el error anterior se debe a lo mismo, tal vez el ABBC3 esté mal instalado y por ese se genera el error
Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 23:34
por redfut
Pues ya desinstale ese MOD y persiste el problema y un poco pero porque las pestañas del panel de usuario quedan escondidas
Re: Actualizacion a 3.0.8
Publicado: 13 Dic 2010, 23:44
por leviatan21
¿ Ya habilitaste el modo DEBUG ?
Re: Actualizacion a 3.0.8
Publicado: 14 Dic 2010, 00:03
por redfut
leviatan21 escribió:¿ Ya habilitaste el modo DEBUG ?
si esta habilitado pero me sale la misma informacion que la que deje en el post anterior
Actualizacion a 3.0.8
Publicado: 14 Dic 2010, 00:47
por leviatan21
redfut escribió:si esta habilitado pero me sale la misma informacion que la que deje en el post anterior
No, es mas completa la información sobre el error :
Código: Seleccionar todo
Notice: Estamos actualizando a la nueva version. . Perdonen las molestias in /home/pericoso/public_html/redfut.com/includes/session.php on line 1841
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4563
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4565
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4566
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4567
Dice que en el error comienza en el archivo
raíz/session.php en la linea
1841, no se que tendrás tu en ese archivo, pero en uno original sin cambios esa linea está vacía

Actualizacion a 3.0.8 Tema Solucionado
Publicado: 14 Dic 2010, 13:13
por redfut
leviatan21 escribió:redfut escribió:si esta habilitado pero me sale la misma informacion que la que deje en el post anterior
No, es mas completa la información sobre el error :
Código: Seleccionar todo
Notice: Estamos actualizando a la nueva version. . Perdonen las molestias in /home/pericoso/public_html/redfut.com/includes/session.php on line 1841
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4563
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4565
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4566
Warning: Cannot modify header information - headers already sent by (output started at /home/pericoso/public_html/redfut.com/includes/session.php:1841) in /home/pericoso/public_html/redfut.com/includes/functions.php on line 4567
Dice que en el error comienza en el archivo
raíz/session.php en la linea
1841, no se que tendrás tu en ese archivo, pero en uno original sin cambios esa linea está vacía

Muchismas gracias por al ayuda
Al final por tantos problemas termine borrando todos los archivos y reinstale todo de nuevo , y haciendo al mismo tiempo una limpieza general en la base de datos.