Support

Account

Home Forums General Issues ToolBar / TinyMCE not showing on 4.1.8.1 Reply To: ToolBar / TinyMCE not showing on 4.1.8.1

  • I am having the same problem – I checked the console log and it does look like something is preventing the wysiwyg field from loading. It looks like this:

    TypeError: tinyMCE.settings is undefined
    body = $(editor.getBody() );

    TypeError: editor.getBody is not a function
    body = $(editor.getBody() );

    I’m not super advanced in javascript, so I was wondering if there is an easier way of fixing this issue? Or thoughts on what could be preventing the wysiwyg field from loading?

    Thanks, your help is much appreciated!