Plugin Update Breaks WordPress Editor
-
Over the past few months whenever I attempted to update past version 1.7.6 it would create a javascript conflict that breaks the post editor as the TinyMCE editor does not load in either text or visual mode using the Classic Editor.
Screenshot: https://radioinsight.com/wp-content/images/2019/07/broken.png
In the developer console I see the following errors:
Uncaught TypeError: Cannot read property ‘ace/ace’ of undefined
at s (ace.js?ver=6.0.2:10)
at r (ace.js?ver=6.0.2:10)
at Object.i [as require] (ace.js?ver=6.0.2:10)
at ace.js?ver=6.0.2:12
at ace.js?ver=6.0.2:19
post-new.php:2145 Uncaught ReferenceError: XyzSmapToggleRadio is not defined
at HTMLDocument.<anonymous> (post-new.php:2145)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.J (jquery.js:2)
wp-auth-check.js:142 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
at HTMLDocument.<anonymous> (wp-auth-check.js:142)
at HTMLDocument.dispatch (jquery.js:3)
at HTMLDocument.r.handle (jquery.js:3)
at Object.trigger (jquery.js:3)
at Object.jQuery.event.trigger (jquery-migrate.js:633)
at HTMLDocument.<anonymous> (jquery.js:3)
at Function.each (jquery.js:2)
at jQuery.fn.init.each (jquery.js:2)
at jQuery.fn.init.trigger (jquery.js:3)
at Object.<anonymous> (heartbeat.js:464)
The topic ‘Plugin Update Breaks WordPress Editor’ is closed to new replies.