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
The problem may be in tinyMCE is not loaded.
maybe the problem in files WordPress folder wp-includes and wp-content
I reloaded wp-include folder but the issue stays
Log into your WordPress admin area
Navigate to Home > Updates
Click the Re-install Now button
Not help
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
define('WP_MEMORY_LIMIT', '300M');
It helps