XF 2.2 edit function not working 2.2

running xenforo 2.2 latest version, all of a sudden all the edit boxes have stopped working. all permissions are correct and present.
If you click the edit button nothing happens at all, if you right click and open as page it brings up the edit page but as HTML code not BBcode and no editor

anyone able to assist?
 
From what you've described it would very much sound like there is some sort of issue with the JavaScript loading. Particularly the editor being broken and only displaying HTML when opening as a page.

This won't be a bug. Usual troubleshooting steps will need to apply, including disabling ads, any browser extensions including script and ad blockers, add-ons and using a completely unedited default XF style.

There are also things like CloudFlare rocketloader that may not play nicely with some JavaScript.
 
ok so this is my error logging , i have tried the standard un-exited theme and get the same result so can narror out the theme

Code:
Uncaught TypeError: a is undefined
    b website/v3/js/xf/editor-compiled.js?_v=8006fc2c:968
    recalculate website/v3/js/xf/editor-compiled.js?_v=8006fc2c:969
    recalculateIfNeeded website/v3/js/xf/editor-compiled.js?_v=8006fc2c:968
    getToolbars website/v3/js/xf/editor-compiled.js?_v=8006fc2c:966
    getButtonConfig website/v3/js/xf/editor-compiled.js?_v=8006fc2c:939
    getEditorConfig website/v3/js/xf/editor-compiled.js?_v=8006fc2c:937
    startInit website/v3/js/xf/editor-compiled.js?_v=8006fc2c:932
    init website/v3/js/xf/editor-compiled.js?_v=8006fc2c:931
    b website/v3/js/xf/core-compiled.js?_v=8006fc2c:163
    c website/v3/js/xf/core-compiled.js?_v=8006fc2c:164
    f website/v3/js/xf/core-compiled.js?_v=8006fc2c:164
    jQuery 2
    f website/v3/js/xf/core-compiled.js?_v=8006fc2c:164
    activate website/v3/js/xf/core-compiled.js?_v=8006fc2c:58
    handleAjax website/v3/js/xf/message.min.js?_v=8006fc2c:8
    setupHtmlInsert website/v3/js/xf/core-compiled.js?_v=8006fc2c:62
    k website/v3/js/xf/core-compiled.js?_v=8006fc2c:102
    c website/v3/js/xf/core-compiled.js?_v=8006fc2c:102
    c website/v3/js/xf/core-compiled.js?_v=8006fc2c:52
    loadScripts website/v3/js/xf/core-compiled.js?_v=8006fc2c:52
    jQuery 8
    loadScripts website/v3/js/xf/core-compiled.js?_v=8006fc2c:52
    loadScripts website/v3/js/xf/core-compiled.js?_v=8006fc2c:52
    c website/v3/js/xf/core-compiled.js?_v=8006fc2c:102
    setupHtmlInsert website/v3/js/xf/core-compiled.js?_v=8006fc2c:61
    handleAjax website/v3/js/xf/message.min.js?_v=8006fc2c:8
    proxy website/v3/js/xf/core-compiled.js?_v=8006fc2c:87
    n website/v3/js/xf/core-compiled.js?_v=8006fc2c:54
    jQuery 6
    ajax website/v3/js/xf/core-compiled.js?_v=8006fc2c:55
    click website/v3/js/xf/message.min.js?_v=8006fc2c:7
    _onEvent website/v3/js/xf/core-compiled.js?_v=8006fc2c:159
    c website/v3/js/xf/core-compiled.js?_v=8006fc2c:158
    watch website/v3/js/xf/core-compiled.js?_v=8006fc2c:161
    jQuery 8
    watch website/v3/js/xf/core-compiled.js?_v=8006fc2c:161
    register website/v3/js/xf/core-compiled.js?_v=8006fc2c:162
    <anonymous> website/v3/js/xf/core-compiled.js?_v=8006fc2c:242
    <anonymous> website/v3/js/xf/core-compiled.js?_v=8006fc2c:245
 
Top Bottom