Página 1 de 1

Crear una Pagina En Foro

Publicado: 29 Ago 2008, 19:55
por sacky
WEB: http://www.bleachhforos.com" onclick="window.open(this.href);return false;
Plantilla(s) usuada(s): Carbon
MODs instalados: Ninguno
Parches Instalados: Gallery 0.4.0 RC2
Servidor: 1&1
Version PHPBB: phpBB 3.0.2

Hola he intentado lo de crear la página y me sale el siguiente error con sesión iniciada:

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3558: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3560: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3561: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3562: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
Y sin iniciar sesión:

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/session.php on line 950: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 950: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 950: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3558: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3560: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3561: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3562: Cannot modify header information - headers already sent by (output started at /divisiones.php:1)
las lineas que corresponden a este error son las siguientes:

functons.php

Código: Seleccionar todo

	header('Content-type: text/html; charset=UTF-8');
    header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
	header('Pragma: no-cache');
session.php

Código: Seleccionar todo

	header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);
¿Alguna posible solución?

Saludos!

Re: Crear Pagina En Foro

Publicado: 29 Ago 2008, 20:01
por angelismo
Revisa que la carpeta cache tenga chamod 777

Re: Crear Pagina En Foro

Publicado: 29 Ago 2008, 20:20
por sacky
Si, si que tiene el CHMOD a 777.

Saludos!