Avatar Image
Usuario habitual
Usuario habitual

Hola, mucha gente tenia el fallo de ke en el phpbb2 le salia este error (inkluido yo):

Codigo:
Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/~tuweb/header.php:32) in /home/virtual/~tuweb/includes/sessions.php en la linea 222


Pues bien, he enkontrado la solución. Hay ke kambiar estas lineas de kodigo en el mainfile.php (están al principio):


Codigo:
$phpver = phpversion();
if ($phpver >= '4.0.4pl1' && strstr($HTTP_USER_AGENT,'compatible')) {
if (extension_loaded('zlib')) {
ob_end_clean();
ob_start('ob_gzhandler');
}
} else if ($phpver > '4.0') {


Por estas otras:


Codigo:
$phpver = phpversion();
if ($phpver >= '4.0.4pl1')
{
/*Check for 'compatible' is not needed because before ob_gzhandler() actually sends compressed data, it determines what type of content encoding the browser will accept ("gzip", "deflate" or none at all) and will return it's output accordingly. All browsers are supported since it's up to the browser to send the correct header saying that it accepts compressed web pages.
*/
//if (strstr($HTTP_USER_AGENT,'compatible')) {
// ob_end_clean(); What is it need for?
ob_start('ob_gzhandler');
//}
//else {
// ob_start();
//}
}else if ($phpver > '4.0') {


Y problema resuelto!!!, yo lo he hecho en mi página y ahora funciona perfectamente!!! (https://evolutive.webcindario.com/modules.php?name=Forums).

Si kereis ver donde está la solucion por si akaso está en la siguiente dirección (está en francés):

http://phpnuke-france.org/article586.html

Adios y a disfrutar del nuke+phpbb sin fallos!!!
Avatar Image
Usuario habitual
Usuario habitual

yo tambien encontre esa solucion y me funciono en mi pc pero aqui en mi arroba ya me sale otro error

arning: Cannot modify header information - headers already sent by (output started at /Miweb/EasyBlue/theme.php:69) in /Miweb/includes/page_header.php on line 528

como soluciono esto??

edonkeyworld
Usuario Novato
Usuario Novato

Eso para el error 32, pero para estos errores cual es la solucion???

Warning: Cannot modify header information - headers already sent by (output started at /home/webcindario/softabierto/includes/my_header.php:93) in /home/webcindario/softabierto/includes/sessions.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at /home/webcindario/softabierto/includes/my_header.php:93) in /home/webcindario/softabierto/includes/sessions.php on line 252

Es la linea 93.... a ver si alguien sabe ayudarme un poco

Avatar Image
Usuario habitual
Usuario habitual

Bajaros el siguiente sessions.php ke es el uniko ke arregla los fallos:

http://www.iespana.es/xtremefiles/sessions.zip

Extraerlo, subirlo a la karpeta includes de vuestro phpnuke y sobreescribirlo por el sessions.php anterior.

Adios y ke os funcione!

edonkeyworld
Usuario Novato
Usuario Novato

diosssss muchisimas gracias, por fin el problema ha desaparecido. Espero q lean esto todos los que el "sessions" nos esta jodiendo.

Gracias y hasta pronto.

Avatar Image
Usuario habitual
Usuario habitual

Ese sessions.hp me lo bajé del foro de wwwpuntocom ke lo puso un chaval, y me dí kuenta de ke lo uniko ke tiene es ke no tiene esas lineas ke fallan, ya ke el problema es ke esas mismas lineas la tienen otros archivos y al mandarlas el sessions.php dice ke ya las ha mandado otro archivo .php. Por eso al borrarlas no pasa nada.

Adios!

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 01/Feb/2005, 23:34
Outofnowhere02kFeb/05
Por: , el 15/Jun/2004, 09:05
nukemx02kJun/04
Por: , el 14/Sep/2003, 02:13
arrobados.tk pelopilla22kSep/03
Por: , el 03/Sep/2003, 21:51
webstk02kSep/03
Por: , el 03/Feb/2006, 21:04
Luigerdo NoSetup.org ArgentinaNetwork78kMar/11