problema con Seo Url y caracteres raros
Publicado: 26 Jun 2013, 22:19
hola gente, veran hoy he tenido problemas con el Seo, en el index aparece el siguiente mensaje en la cabecera:
el problema parece referirse a la codificación de algun archivo. y base de datos.
busque las lineas a la que hace referencia el mensaje y aquí las dejo.
[ROOT]/phpbb_seo/phpbb_seo_class.php
[ROOT]/includes/functions.php
la url del mod en datos de soporte.
bueno desde ya agradezco vuestra ayuda.
un Saludo máster's 
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.

