• I have tried to clear the cache, manually and with the web developer toolbar.

    I have tried to replace wp-config

    I have set WPLANG

    I have deleted everything in wp-includes/js/

    I have removed the htaccess file

    I have disabled all plugins, including Akismet

    There is no tiny_mce_gzip.php, in the 2.5.x+ but as a test I uploaded a the file from 2.3.3 with no difference.

    I have had this problem since 2.5.x and nothing makes it go away.

    The most information I have is tiny_mce_config.php results in a 404 error, as do all php files in the /wp-includes/js/tinymce/ directory, although they exist when checking by FTP and it should be said that all other extensions (.css, .js, .htm) display without a 404. Permissions are the same on all files.

    Any help? It’s been a long time with this issue and my hope for 2.7 did not bear fruit.

Viewing 5 replies - 16 through 20 (of 20 total)
  • Peeps – it took me hours to find this solution and it’s in this thread…

    DISABLE ALL PLUGINS and then ENABLE then one by one until the culprit is discovered. Disable it until a fix is found or the plugin is updated.

    Sheesh, what a pain that was…

    Thank you all above for posting!

    Kimili Flash Embed was also my issue, just FYI. ?? Deactivated it and the Visual editor is back!

    Both MM Forms and Dean’s FCKEditor For WordPress seem to break the TinyMCE editor as well.

    Another solution for kimili flash embed is comment out their tinymce hack lines.
    Like this:
    //add_filter( ‘mce_external_plugins’, ‘kml_flashembed_plugin’, 0 );
    //add_filter( ‘mce_buttons’, ‘kml_flashembed_button’,0 );

    And:
    //echo ‘tinyMCE.loadPlugin(“kfe”, “‘.$pluginURL.'”);’.”\n”;
    Back end TinyMCE works, and your kimili posts still works as well.

    However, the fix mentioned above is just a quick fix not a complete solution which should cover the KML button of TinyMCE to work.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘WordPress 2.7 Editor not working’ is closed to new replies.