• I just did a fresh install of 2.5.1 and the tinyMCE isn’t working. The error consol in FireFox says tinyMCE is not defined.

    This is for a client, I’d appreciate some guidance here. I’ve never had install problems before.

    Thanks!

    -ron

Viewing 1 replies (of 1 total)
  • Hi NetizenRon,

    I solved this problem by this easy programming steps:
    1. Point your browser to https://your-site/wp-includes/js/tinymce/tiny_mce_config.php
    2. If is there a bunch of strange characters is because compression is working on the server:
    – Go to line 173 of “tiny_mce_config.php” and where it’s said:
    ‘compress’ => false changes into ‘compress’ => true
    – Try again in your browser:
    The browser must show a plain javascript file in text format.
    If not shown, and you have HTML code with warnings, just change line 20: $path = realpath($path); into $path = @realpath($path);

    It worked for me after doing all the cache staff people tell me to fix and I was desperate about this problem.

Viewing 1 replies (of 1 total)
  • The topic ‘TinyMCE not working’ is closed to new replies.