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)
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)
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');
Código: Seleccionar todo
header('Set-Cookie: ' . $name_data . (($cookietime) ? '; expires=' . $expire : '') . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);
Saludos!