Página 1 de 1

error en function .php

Publicado: 10 Nov 2012, 17:58
por mluffy
URL: http://ala.hospedred.com.ar
Versión phpBB: 3.0.11
MODs Instalados: Social Network
Plantilla(s) usada(s): KS_Serious * Basada en Prosilver
Servidor: HospedRed S. A. (pagado)
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
AutoMOD: Si

Saludos queria ver si me ayudaban es que e puesto el modo debug para ver si hay algun error en la plantilla y bueno me sale todo esto sobre el header y solo es en la pagina del foro tengo paginas personalizadas y no me dan el error alguien sabe como se repara?

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file [ROOT]/index.php on line 133: Undefined variable: bbcode_bitfield
[phpBB Debug] PHP Notice: in file [ROOT]/index.php on line 133: Undefined variable: bbcode_bitfield
[phpBB Debug] PHP Notice: in file [ROOT]/index.php on line 133: Undefined variable: bbcode_bitfield
[phpBB Debug] PHP Notice: in file [ROOT]/index.php on line 133: Undefined variable: bbcode_bitfield
[phpBB Debug] PHP Notice: in file [ROOT]/index.php on line 133: Undefined variable: bbcode_bitfield
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4705: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4707: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4708: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4709: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)

Re: error en function .php

Publicado: 10 Nov 2012, 19:01
por andares
Parece estar bien...

Adjunta tambien:

[ROOT]/index.php on line 133

Re: error en function .php

Publicado: 10 Nov 2012, 19:08
por mluffy
aqui esta el index, cambie el index php que tengo por el index, que trae el primero el folder de phpBB-3.0.11 sin plantilla ni mods y el error se fue pero el archivo viejo el que quito el error pesa 5kb y el nuevo pesa 9kb osea que seguro aunque el error no este alguna otra aplicacion o alguna otra cosa me va a dar error que crees??
NOTA: e vuerto a poner el que da error por si acaso

Re: error en function .php  Tema Solucionado

Publicado: 10 Nov 2012, 19:22
por andares
Prueba:

En index.php busca:

Código: Seleccionar todo

$bbcode = new bbcode(base64_encode($bbcode_bitfield));
cambialo por:

Código: Seleccionar todo

$bbcode = new bbcode($posts_row['bbcode_bitfield']);

Re: error en function .php

Publicado: 10 Nov 2012, 19:31
por mluffy
andares escribió:Prueba:

En index.php busca:

Código: Seleccionar todo

$bbcode = new bbcode(base64_encode($bbcode_bitfield));
cambialo por:

Código: Seleccionar todo

$bbcode = new bbcode($posts_row['bbcode_bitfield']);
exelente muchas gracias men n_n pasa por el tema de mi firma porfavor XD