ALOS指出我的地圖是打破了,如果我手動運行我得到這個

警告:strtr()[function.strtr]:第二個參數不是一個數組中/ home/allfreec/public_html/phpBB2/includes/functions_vbseo_url.php上線 488


而線

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錯誤。