ALOS注意到我的Sitemap是打破了,如果我手动运行我得到这个

警告:strtr()[function.strtr]:第二个参数是不是在488线/ home/allfreec/public_html/phpBB2/includes/functions_vbseo_url.php阵列


该行是

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);
}
当我尝试查看我得到一个intermal错误的地图。