• i have no idea at all what could be causing this but its driving me crazy, i’ve just written a long article page twice and lost it both times.

    i’m also using the page builder plugin, but the same happens if i dont use the plugin. i cant go back to my pages using browser history either.

    the only clue i have is that i’m also getting the bug where after clicking the publish button the page freezes while trying to publish.

    does anyone have any possible ideas?

    my site is focallocal.org

    https://wordpress.org/plugins/tinymce-advanced/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    Best bet is to check for JS errors in the browser console, then take it from there. Even if the post didn’t publish, you should have autosaves. Also: did you click “Save Draft” while typing it?

    Thread Starter focallocal

    (@focallocal)

    thanks, i do get some messages but i wouldnt be able to understand them.

    the problem is that when i click save it wipes the content on the page, but i’m getting good at copying my work to clipboard before saving, and the problem happens less when i dont have any other pages from my site open in the browser, particularly the preview one.

    Thread Starter focallocal

    (@focallocal)

    it been causing difficulty again this morning. i get the follow errors from the javascript console, but i dont know what to do with the information:

    event.returnValue is deprecated. Please use the standard event.preventDefault() instead. load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4
    Uncaught TypeError: Object [object global] has no method ‘getScrollerElement’ meta-box.min.js:1
    Uncaught TypeError: Object #<Object> has no method ‘load_code_editor’ meta-box.min.js:1
    Uncaught TypeError: Object #<Object> has no method ‘getScrollInfo’ posts-jquery.js?ver=1.2.3:205
    3
    Uncaught TypeError: Object [object global] has no method ‘getScrollerElement’ meta-box.min.js:1
    5
    Uncaught TypeError: Object [object global] has no method ‘getScrollerElement’ meta-box.min.js:1
    Uncaught TypeError: Object [object global] has no method ‘getScrollerElement’ meta-box.min.js:1
    2
    Uncaught TypeError: Object [object global] has no method ‘getScrollerElement’ meta-box.min.js:1
    3
    Uncaught TypeError: Object [object global] has no method ‘getScrollerElement’

    Plugin Author Andrew Ozz

    (@azaozz)

    This is the culprit:

    Uncaught TypeError: Object [object global] has no method ‘getScrollerElement’

    There is no “getScrollerElement” method/function in WordPress, so this must be coming from a plugin. There is one in CodeMirror, but could be something else. To determine which plugin it is, look at the URL next to that error message, then disable that plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘pages and edits all content deleted. publish button hanging’ is closed to new replies.