Alos noted my sitemap is broke, and if i run manually i get this
Warning: strtr() [function.strtr]: The second argument is not an array in /home/allfreec/public_html/phpBB2/includes/functions_vbseo_url.php on line 488
and that line is
Code:
if (false !== strpos($text, '[langtitle=')) {
$text = strtr($text, $GLOBALS['vbet_custom_char_replacement']);
global $stylevar;
if ($stylevar['charset'] != 'utf-8') {
$text = preg_replace('/&#([0-9]+);/esiU', 'convert_int_to_utf8(\'\\1\')', $text);
}
When i try to view the sitemap i get a intermal error.