Código: Seleccionar todo
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb_seo/phpbb_seo_class.php on line 271: Illegal offset type in isset or empty
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb_seo/phpbb_seo_class.php on line 272: Illegal offset type in isset or empty
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb_seo/phpbb_seo_class.php on line 272: Illegal offset type
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4858: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3912)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4860: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3912)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4861: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3912)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4862: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3912)
busque las lineas a la que hace referencia el mensaje y aquí las dejo.
[ROOT]/phpbb_seo/phpbb_seo_class.php
Código: Seleccionar todo
if ( empty($this->seo_url[$type][$id]) ) {
return ( $this->seo_url[$type][$id] = !empty($this->cache_config[$type][$id]) ? $this->cache_config[$type][$id] : sprintf($this->sftpl[$type], $parent, $this->format_url($url, $this->seo_static[$type]) . $this->seo_delim[$type] . $id, $id) );
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');
bueno desde ya agradezco vuestra ayuda.

