Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Crear una Pagina En Foro

Foros donde podréis dejar vuestras dudas sobre phpBB 3.0.x
Cerrado

0
No hay votos
 
Votos totales: 0

sacky
Observador/a
Mensajes: 31
Registrado: 09 Jun 2008, 12:05

Crear una Pagina En Foro

#1

Mensaje 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!

Avatar de Usuario
angelismo
Administrador
Mensajes: 5707
Registrado: 20 May 2006, 02:42
Género:
Edad: 36

Re: Crear Pagina En Foro

#2

Mensaje por angelismo »

Revisa que la carpeta cache tenga chamod 777

Antes de nada, lee las Normas de phpBB-Es y las Normas de Soporte.

Como corregir el copyright de phpbb3 - Si tu foro no tiene copyright ,lee la guia antes de pedir soporte.
No doy soporte por MP ni por MSN ,solo en los foros.


© angelismo- Webmaster de Webmastercreativo
© angelismo -Administrador de phpBB-es

sacky
Observador/a
Mensajes: 31
Registrado: 09 Jun 2008, 12:05

Re: Crear Pagina En Foro

#3

Mensaje por sacky »

Si, si que tiene el CHMOD a 777.

Saludos!

Cerrado

Volver a “Foros de Soporte 3.0.x”