Código: Seleccionar todo
Fatal error: Call to a member function set_url() on a non-object in /home/portaldd/public_html/portal/includes/functions.php on line 32
Código: Seleccionar todo
while ($row = $db->sql_fetchrow($result))
{
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$row['topic_title'] = censor_text($row['topic_title']);
$phpbb_seo->set_url($row['forum_name'], $row['forum_id'], $phpbb_seo->seo_static['forum']);
$phpbb_seo->prepare_iurl($row, 'topic', $row['topic_type'] == POST_GLOBAL ? $phpbb_seo->seo_static['global_announce'] : $phpbb_seo->seo_url['forum'][$row['forum_id']]);
// www.phpBB-SEO.com SEO TOOLKIT END
$cached_portal_config[$row['config_name']] = $row['config_value'];
$portal_config[$row['config_name']] = $row['config_value'];
}
la linea es del del 27 al 38, no entiendo este error, yo segui las instrucciones sin saltearme un paso.