Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

I have been getting this "Uncaught TypeError: a.getUserSetting is not a function" anyone know how to resolve this?

I bit on what I'm working on: I'm working on a wordpress site on my localhost. For some reason everything works fine on the front-end and backend(dashboard). The only issue I've been having is with the TinyMCE WYSIWYG /HTML Editor. It doesn't let me input or show what is been render on the page. I inspect element the WYSIWYG and the CONSOLE Gives me the following Errors any suggestions?

load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-…:102 
Uncaught TypeError: a.getUserSetting is not a function

    at HTMLDocument.<anonymous> (load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-…:102)
    at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2)
    at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2)
    at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2)
    at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2)
(anonymous) @ load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-…:102
i @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2
fireWith @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2
ready @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2
K @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,farbtastic,plupload&ver=4.7.2:2


wp-tinymce.php?c=1&ver=4403-20160901:43 
Uncaught ReferenceError: getUserSetting is not defined

    at t.onPostRender (wp-tinymce.php?c=1&ver=4403-20160901:43)
    at t.d (wp-tinymce.php?c=1&ver=4403-20160901:23)
    at t.i [as fire] (wp-tinymce.php?c=1&ver=4403-20160901:9)
    at t.fire (wp-tinymce.php?c=1&ver=4403-20160901:9)
    at t.postRender (wp-tinymce.php?c=1&ver=4403-20160901:10)
    at t.postRender (wp-tinymce.php?c=1&ver=4403-20160901:10)
    at t.postRender (wp-tinymce.php?c=1&ver=4403-20160901:9)
    at t.<anonymous> (wp-tinymce.php?c=1&ver=4403-20160901:9)
    at Object.n [as each] (wp-tinymce.php?c=1&ver=4403-20160901:4)
    at t.each (wp-tinymce.php?c=1&ver=4403-20160901:9)