Skip Navigation

[Resolved] tinyMCE is not defined

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

This topic contains 5 replies, has 1 voice.

Last updated by mykolaK-2 6 years, 1 month ago.

Author
Posts
#625923
2018-03-18_104241.jpg

Tell us what you are trying to do?
In my local server it works but test hosting not works
issue
tinyMCE is not defined in a file
/public_html/wp-content/plugins/types/vendor/toolset/toolset-common/res/js
TypeError: QTags.getInstance(...) is undefined toolset-bs-component-buttons.js:108:22

and
/public_html/wp-content/plugins/cred-frontend-editor/library/toolset/cred/embedded/assets/js
ReferenceError: tinyMCE is not defined wizard.js:323:1

Is there any documentation that you are following?
I upload test site membership and do as there
Is there a similar example that we can see?
no
What is the link to your site?
hidden link

#625926

The problem may be in tinyMCE is not loaded.

#625927

maybe the problem in files WordPress folder wp-includes and wp-content
I reloaded wp-include folder but the issue stays

#625932

Log into your WordPress admin area
Navigate to Home > Updates
Click the Re-install Now button
Not help

#625949
2018-03-18_153608.jpg

https://stackoverflow.com/questions/16148431/tinymce-in-wordpress-is-not-working-in-few-computers-and-working-in-few

function load_bloody_tinymce(){

wp_enqueue_script( 'bloody_tinymce_js_main', includes_url() . 'js/tinymce/tinymce.min.js' );
wp_enqueue_script( 'bloody_tinymce_js_plugin', includes_url() . 'js/tinymce/plugins/compat3x/plugin.min.js' );

}
add_action( 'admin_enqueue_scripts', 'load_bloody_tinymce' );

Help me but is new issue

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /home/earthptest/public_html/wp-includes/wp-db.php on line 2516

#625955

define('WP_MEMORY_LIMIT', '300M');

It helps

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.