• I migrated to a new server last week, a core theme plugin and TinyMCE are not working.

    I deactivated all plugins, but still no joy. I have re-installed WP 4.2.4 twice, cleared caches, had GoDaddy server support look into it.

    I have had the theme developers on my server and site today and have it working but only by setting define(‘SCRIPT_DEBUG’, true); in the wp-config.php file.

    This also bought back the theme core plugin.

    But obviously this is not satisfactory, can anyone suggest something?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    Is this the guide you followed to the site:
    https://codex.wordpress.org/Moving_WordPress

    Thread Starter marky10000

    (@marky10000)

    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.

    Thread Starter marky10000

    (@marky10000)

    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

    Thread Starter marky10000

    (@marky10000)

    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.

    Thread Starter marky10000

    (@marky10000)

    I ran a test of the mySQL DB through the DB checker, no errors reported.

    Thread Starter marky10000

    (@marky10000)

    Does anyone have any ideas?

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘TinyMCE broken’ is closed to new replies.