• Michael

    (@mikeyhoward1977)


    Hi all,

    Since I upgraded to 4.1, all 3 of my WordPress sites fail to display post, page, or any other type of content that is within the TinyMCE editor.

    The TinyMCE toolbar does not display, and neither does any of the post/page content. I am also unable to click within the content textarea.

    I have resolved the issue on all 3 of my sites by adding the line define('CONCATENATE_SCRIPTS', false ); to each of the wp-config.php files, but as the editor of a plugin that relies heavily on the TinyMCE editor, I am concerned of the potential impact it will have on my customers blogs when they upgrade.

    I therefore have two questions…

    1) Any reason this is all of a sudden happening? Previously, I had no issue whatsoever on any of my sites

    2) Is there code I can add into my plugin file in place of adding define('CONCATENATE_SCRIPTS', false ); to the wp-config.php file?

    My plugin does extend TinyMCE by adding an additional button, but as I only run my plugin on 2 out of 3 of my own sites, and all 3 sites experienced the issue, I am confident it is not the plugin coding causing the problem.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Michael

    (@mikeyhoward1977)

    I did try disabling all installed plugins, and also reverting to the default theme, but the issue was still there. The only way in which I managed to resolve was by adding define('CONCATENATE_SCRIPTS', false );

    MiKa

    (@photoweblog)

    Thanks for this info – it (adding this define in the WP_Config.php solved the problem also on our site!

    Some info on this topic is here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TinyMCE Issue Since Upgrading to 4.1’ is closed to new replies.