XF 2.2 Upgrade from 2.1 to 2.2 issues

foiovitor

Active member
After upgrade from 2.1 a lot of jquery wont work... related with new editor.

Any help?

In my console:

Code:
GET https://mysite.com/foruns/index.php?threads/23604/page-9 406
jquery.min.js:2 jQuery.Deferred exception: a.filter is not a function TypeError: a.filter is not a function
    at a (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:138:393)
    at b.recalculate (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:139:338)
    at b.recalculateIfNeeded (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:138:258)
    at b.getToolbars (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:137:29)
    at c.getButtonConfig (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:110:82)
    at c.getEditorConfig (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:108:290)
    at c.startInit (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:103:209)
    at c.init (https://mysite.com/foruns/js/xf/editor-compiled.js?_v=b44c7ac9:102:461)
    at c (https://mysite.com/foruns/js/xf/core-compiled.js?_v=b44c7ac9:144:295)
    at e (https://mysite.com/foruns/js/xf/core-compiled.js?_v=b44c7ac9:144:485) undefined
S.Deferred.exceptionHook @ jquery.min.js:2
t @ jquery.min.js:2
setTimeout (async)
(anonymous) @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
fire @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
ready @ jquery.min.js:2
B @ jquery.min.js:2
jquery.min.js:2 Uncaught TypeError: a.filter is not a function
    at a (editor-compiled.js?_v=b44c7ac9:138)
    at b.recalculate (editor-compiled.js?_v=b44c7ac9:139)
    at b.recalculateIfNeeded (editor-compiled.js?_v=b44c7ac9:138)
    at b.getToolbars (editor-compiled.js?_v=b44c7ac9:137)
    at c.getButtonConfig (editor-compiled.js?_v=b44c7ac9:110)
    at c.getEditorConfig (editor-compiled.js?_v=b44c7ac9:108)
    at c.startInit (editor-compiled.js?_v=b44c7ac9:103)
    at c.init (editor-compiled.js?_v=b44c7ac9:102)
    at c (core-compiled.js?_v=b44c7ac9:144)
    at e (core-compiled.js?_v=b44c7ac9:144)
a @ editor-compiled.js?_v=b44c7ac9:138
recalculate @ editor-compiled.js?_v=b44c7ac9:139
recalculateIfNeeded @ editor-compiled.js?_v=b44c7ac9:138
getToolbars @ editor-compiled.js?_v=b44c7ac9:137
getButtonConfig @ editor-compiled.js?_v=b44c7ac9:110
getEditorConfig @ editor-compiled.js?_v=b44c7ac9:108
startInit @ editor-compiled.js?_v=b44c7ac9:103
init @ editor-compiled.js?_v=b44c7ac9:102
c @ core-compiled.js?_v=b44c7ac9:144
e @ core-compiled.js?_v=b44c7ac9:144
(anonymous) @ core-compiled.js?_v=b44c7ac9:145
each @ jquery.min.js:2
each @ jquery.min.js:2
f @ core-compiled.js?_v=b44c7ac9:145
activate @ core-compiled.js?_v=b44c7ac9:46
onPageLoad @ core-compiled.js?_v=b44c7ac9:25
e @ jquery.min.js:2
t @ jquery.min.js:2
setTimeout (async)
S.readyException @ jquery.min.js:2
(anonymous) @ jquery.min.js:2
e @ jquery.min.js:2
t @ jquery.min.js:2
setTimeout (async)
(anonymous) @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
fire @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
t @ jquery.min.js:2
setTimeout (async)
(anonymous) @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
fire @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
ready @ jquery.min.js:2
B @ jquery.min.js:2
 
Last edited:
To follow up, this is something server side which doesn't like, or is interfering with, the minified JS file.

Possibly Cloudflare (beacon) related.
 
Top Bottom