Moderator
t-p
(@t-p)
Is this the guide you followed to the site:
https://codex.wordpress.org/Moving_WordPress
I had GoDaddy do the move for me, so I’ll assume they did it correctly.
I have been onto them today and they say that everything appears to be working fine on their end.
Moderator
t-p
(@t-p)
they say that everything appears to be working fine on their end.
– Is it?
– If not, get on their case.
It is as far as the server goes, but of course not with TinyMCE.
Any ideas?
Moderator
t-p
(@t-p)
a core theme plugin and TinyMCE
– Whst is this “a core theme plugin”?
– Where did you download it from? – Is this a feature of your active theme? Yes? Which theme? Where did you download it from?
http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible
The theme is Avada, the core plugin is fusion core and gives an advanced editor called fusion page builder, which is what stopped working along with TinyMCE.
The theme is a premium theme from themeforest.
So I have found out that script_debug true stops the minified .js file being loaded and loads the non-minified .js file, great for developers when debugging.
SCRIPT_DEBUG
SCRIPT_DEBUG is a related constant that will force WordPress to use the “dev” versions of core CSS and Javascript files rather than the minified versions that are normally loaded. This is useful when you are testing modifications to any built-in .js or .css files. Default is false.
define(‘SCRIPT_DEBUG’, true);
What’s needed is a developer of TinyMCE, because I think that is who can answer why the non-minified .js file loads correctly but not the minified.
https://wordpress.org/support/topic/tinymce-error-missing-js-files-breaks-on-every-upgrade
It looks like this problem was common some years ago.
I ran a test of the mySQL DB through the DB checker, no errors reported.
Does anyone have any ideas?