• Fresh WordPress 3.5 install, tinymce editor is not working.
    In Chrome v23 or IE 8
    — ‘Add media’, ‘Visual’ and ‘Text’ tabs, don’t work, and there is no toolbar/edit buttons.
    — Imported content is not displaying in the page editor.

    I had installed WordPress importer, Graphene Theme, qtranslate, Maintenance Mode, and errors remained after these were deactivated.
    Then tried Ultimate Tinymce and that wouldn’t work.
    http://forum.joshlobe.com/showthread.php?tid=1374

    http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors
    Enabled script_debug, and these errors show up in Chrome, on an ‘Add new’ page
    ===========
    Uncaught SyntaxError: Unexpected end of input tiny_mce.js:1
    Uncaught ReferenceError: tinymce is not defined wp-tinymce-schema.js:940
    Uncaught ReferenceError: tinyMCE is not defined wp-langs-en.js:1
    Uncaught ReferenceError: tinymce is not defined post-new.php:1106
    Uncaught ReferenceError: tinyMCE is not defined editor.js:14
    ===========

Viewing 5 replies - 1 through 5 (of 5 total)
  • WordPress 3.5 + qtranslate = Ultimate Tinymce not working
    all is updated to latest versions at 12/23/2012
    using qtranslate develop doesn’t fix it

    TinyMCE Advanced worked OK with WP 3.5 and qtranslate

    Fresh WordPress 3.5 install

    Did you install via FTP? It’s possible not all files transferred over correctly. Tiny MCE, Graphene 1.8.2, and WP 3.5 work just fine for me on six different websites, so the problem is probably unique to your install.

    @aaanadie, Your query has nothing to do with this thread; please feel free to start another. (Note: Tiny MCE and Ultimate Tiny MCE are not the same thing.)

    I think it’s qTranslate that’s causing the problem. It has yet to support 3.5.

    I had some issues with tinymce and qTranslate. I followed some instructions on several forums and got this issues fixed by :

        changing line 25 of the file qtranslate_javascript.php from 250 to 500
        installing the CKEditor plugin.

    I guess that’s the power of WordPress, all these great plugins!

    I am experiencing the same issue.

    I can’t seem to narrow down a better solution but most people add CONCATENATE_SCRIPTS to wp-config.php

    define(‘CONCATENATE_SCRIPTS’, false );

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘tinymce errors with fresh WordPress 3.5 install’ is closed to new replies.