Notifications
Clear all

wpForo 1.x.x [Closed] Custom Theme WPForo page throwing TinyMCE error

2 Posts
2 Users
0 Reactions
693 Views
Posts: 8
Topic starter
(@anthonyw)
Active Member
Joined: 5 years ago

Hi,

I'm new to WP development, but I have a lot of PHP experience. My question is probably easy, but I don't know the WP framework very well yet.

I have created a custom theme, and the wpforo shortcode is displaying the forums well.ย  However, TinyMCE is throwing a console error and preventing any post creation.ย  Under a different theme, the forums do work.ย 

I've ensured WPForo is up to date.ย  TinyMCE isn't a plugin under my admin plugins section, but I do see that the code is present in the wp-includes folder as expected.ย 

Any suggestions on how to proceed?ย  I don't even know what to check at this point.ย 

Much appreciated.

ย 

ย 

tinymce.min.js?ver=4960-20190918:2 Uncaught TypeError: Cannot read property 'apply' of undefined
at tN.execCallback (tinymce.min.js?ver=4960-20190918:2)
at new tN (tinymce.min.js?ver=4960-20190918:2)
at n (tinymce.min.js?ver=4960-20190918:2)
at Array.<anonymous> (tinymce.min.js?ver=4960-20190918:2)
at qt (tinymce.min.js?ver=4960-20190918:2)
at Object.e (tinymce.min.js?ver=4960-20190918:2)
at C (tinymce.min.js?ver=4960-20190918:2)
at d (tinymce.min.js?ver=4960-20190918:2)
at a (tinymce.min.js?ver=4960-20190918:2)

ย 

1 Reply
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @anthonyw,ย 

Does the theme haveย <?php wp_footer() ?>ย function in footer.php?

Also, please check and make sure the jQuery is not loaded twice.ย