XF 2.1 WYSIWYG editor not showing up : Uncaught TypeError: Cannot read property 'icon' of undefined

Jean-Baptiste

Well-known member
Hello,

I have suddenly an error on my board.
The WYSIWYG editor is not loading anymore :
Crer_une_discussion__Poser_une_question__RealityGaming_2019-01-03_14-10-37.png


The strange thing, is that when I disable "editor dropdown" items in here : admin.php?button-manager, it is working back. But I don't have anymore the QUOTE, MEDIA, CODE, etc... buttons.
BB_code_button_manager__RealityGaming_-_Admin_CP_2019-01-03_14-11-38.png


Here is the error I have in the Chrome Javascript console :
Code:
Uncaught TypeError: Cannot read property 'icon' of undefined
    at s.html (editor-compiled.js?_v=face47eb:160)
    at editor-compiled.js?_v=face47eb:7
    at g (editor-compiled.js?_v=face47eb:7)
    at Object.buildList (editor-compiled.js?_v=face47eb:7)
    at editor-compiled.js?_v=face47eb:7
    at p (editor-compiled.js?_v=face47eb:7)
    at Object._init (editor-compiled.js?_v=face47eb:7)
    at s.load (editor-compiled.js?_v=face47eb:7)
    at s.<anonymous> (editor-compiled.js?_v=face47eb:7)
    at HTMLTextAreaElement.i (jquery.min.js:2)

The error is happening on mobile & computer, for every members.

Thanks for the help,
Jean-Baptiste
 
Top Bottom