I get:
Code:
Invalid ces_article specified. If you followed a valid link, please notify the administrator
I already tried with no success:
Code:
if ($urlinfo['namespaceid'] == 6 AND $urlinfo['title'] == '')
{
if (VAULT_40X_COMPAT)
{
$urlinfo['url'] = fetch_seo_url('forum|js', fetch_foruminfo($this->namespacecache[6]['forumid']));
}
else
{
$urlinfo['url'] = $vbulletin->options['bburl'] . '/forumdisplay.php?f=' . $this->namespacecache[6]['forumid'];
}
return;
}