[維修日誌] GTranslate 模組沒有翻譯

2026年09月06日

[維修日誌] GTranslate 模組沒有翻譯

客戶網站 GTranslate 模組切換翻譯沒有正常顯示。

錯誤控制台訊息顯示:「由於 MIME 類型不匹配(X-Content-Type-Options: nosniff)導致資源被拒絕」。

問題是由 /media/system/js/mootools-core.js 庫重寫的 Array.from javascript 函數引起的,將以下這段移除即可:

Array.from = function(a) {
  return null == a ? [] : f.isEnumerable(a) && "string" != typeof a ? "array" == b(a) ? a : e.call(a) : [a]
}
分享到