Página 1 de 1

Problema con funcion_content

Publicado: 14 Oct 2011, 03:58
por 3f3r
Hola tengo un problema, y es solo con el portal no ser el porque me sale esto cuando abro el portal

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1028: Undefined index: Id_RecordedGame
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1029: Undefined index: Id_Player
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1028: Undefined index: Id_RecordedGame
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1029: Undefined index: Id_Player
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1028: Undefined index: Id_RecordedGame
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1029: Undefined index: Id_Player
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1028: Undefined index: Id_RecordedGame
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 1029: Undefined index: Id_Player
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4297: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3479)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4299: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3479)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4300: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3479)
Estuve revisando esas lineas y el error me lo salta en las lineas que agrego el mod recorded game mod 0.4.2, alguien me colabora con este percance que tengo? :(

Re: Problema con funcion_content

Publicado: 14 Oct 2011, 04:16
por nextgen
Leete las normas y coloca un enlace al MOD.

Re: Problema con funcion_content

Publicado: 14 Oct 2011, 04:20
por 3f3r
Melvin en mi firma, en el spoiler esta el enlace de descarga del mod :)

Re: Problema con funcion_content

Publicado: 14 Oct 2011, 04:28
por nextgen
adjunta tu functions_content.php

Re: Problema con funcion_content

Publicado: 14 Oct 2011, 04:54
por nextgen
Cheka subiendo este archivo, sino funciona debe ser conflicto con otro MOD

Re: Problema con funcion_content

Publicado: 14 Oct 2011, 04:59
por 3f3r
Ahora me sale otro error, en el mismo archivo que modificaste.

Código: Seleccionar todo

Parse error: syntax error, unexpected $end in /home/a3843759/public_html/includes/functions_content.php on line 1394

Re: Problema con funcion_content

Publicado: 14 Oct 2011, 05:07
por nextgen
Por lo que ve en tu archivo original tenias duplicada esta linea

Código: Seleccionar todo

					$block_array += array(
						'S_FILE'		=> true,
					);
Lo unico que se hizo fue eliminar dicha linea.

Re: Problema con funcion_content

Publicado: 14 Oct 2011, 05:08
por 3f3r
Se me olvido decir, que ese error apareció luego de cambiar el portal 1.0.2 a board portal 1.0.6. :(