We just upgraded from 1.7.6 to 1.8.8 and worked through all the minor problems except for the fact that the html editor (tinymce) does not load/display within any of the plugins that can use it (e.g., blog, file, profile, etc.). This happens regardless of the browser we use. Any ideas what could be causing the problem? You can see a visual of the missing editor here when trying to edit a blog post.
Many thanks in advance for any advice/ideas you might provide for us to resolve this issue.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Steve Clay@steve_clay
Steve Clay - 0 likes
- Denise S@denisegrey
Denise S - 0 likes
- Denise S@denisegrey
Denise S - 0 likes
- Denise S@denisegrey
Denise S - 0 likes
- Denise S@denisegrey
Denise S - 0 likes
You must log in to post replies.Check your javascript console in Chrome (which will insert markers at error points).
I get two errors (both are the same)
"Uncaught TypeError: Cannot call method 'push' of undefined" editor template.js:1
"Uncaught TypeError: Cannot call method 'push' of undefined" editor template.js:1
****
When I click on "editor template.js:1" the same message is displayed "Uncaught TypeError" under a tab called "editor_template.js" with the following code (see below). I am not sure what this means or how to correct it.
-Denise
[Moderator: the TinyMCE minified source.]
Sorry. I forgot to add the full error messages before:
Uncaught TypeError: Cannot call method 'push' of undefined editor_template.js:1
e.create.init editor_template.js:1
tinymce.create.init tiny_mce.js:1
tinymce.create.render tiny_mce.js:1
tinymce.create.loadQueue.t.queueCallbacks.push.func tiny_mce.js:1
allDone tiny_mce.js:1
tinymce.create.loadScripts tiny_mce.js:1
tinymce.create.loadQueue tiny_mce.js:1
loadScripts tiny_mce.js:1
tinymce.create.render tiny_mce.js:1
tinymce.create.init.Event.add.co tiny_mce.js:1
tinymce.each tiny_mce.js:1
tinymce.create.init tiny_mce.js:1
tinymce.create.add.cb tiny_mce.js:1
tinymce.create._pageInit.e.inits tiny_mce.js:1
tinymce.each tiny_mce.js:1
tinymce.create._pageInit
Uncaught TypeError: Cannot call method 'push' of undefined editor_template.js:1
e.create.init editor_template.js:1
tinymce.create.init tiny_mce.js:1
tinymce.create.render tiny_mce.js:1
tinymce.create.loadQueue.t.queueCallbacks.push.func tiny_mce.js:1
allDone tiny_mce.js:1
tinymce.create.loadScripts tiny_mce.js:1
tinymce.create.loadQueue tiny_mce.js:1
loadScripts tiny_mce.js:1
tinymce.create.render tiny_mce.js:1
tinymce.create.init.Event.add.co tiny_mce.js:1
tinymce.each tiny_mce.js:1
tinymce.create.init tiny_mce.js:1
tinymce.create.add.cb tiny_mce.js:1
tinymce.create._pageInit.e.inits tiny_mce.js:1
tinymce.each tiny_mce.js:1
tinymce.create._pageInit tiny_mce.js:1
(anonymous function)
We will try to upgrade tinymce and see if that resolves the problem but if anyone has any other ideas, let me know.
Thanks
Denise
Upgrading tinymce resolved the problem. Thank you!