ERROR AL CREAR PAGINA PERSONALIZADA
Publicado: 26 Ago 2009, 21:18
He seguido los pasos que indica xoom en este enlace http://www.phpbb-es.com/foro/crear-pagi ... 21671.html, la nueva pagina (mipagina2) es creada pero sobre la imagen de la cabecera me salen estas lineas de error:
He revisado el archivo functions.php, en las lineas 3525, 3527, 3528 y 3529
Estoy demasiado "verde" en el tema y no sé cual es la causa del error... ¿podeis echarme una mano?
Código: Seleccionar todo
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3525: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3527: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
Código: Seleccionar todo
3525 - header('Content-type: text/html; charset=UTF-8');
3527 - header('Cache-Control: private, no-cache="set-cookie"');
3528 - header('Expires: 0');
3529 - header('Pragma: no-cache');
Estoy demasiado "verde" en el tema y no sé cual es la causa del error... ¿podeis echarme una mano?