Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author Josh

    (@josh401)

    Please try manually emptying and refreshing your browser cache.

    Your server is probably still serving cached versions of the tinymce files.

    You may also try using a different browser, to confirm.

    Thread Starter 972 creative

    (@toddedelman)

    Tried using a different browser. No difference.

    This is happening with or without WP-Edit active.

    The issue started only after upgrading to WP 3.9 and installing/activating WP-Edit.

    What next?

    Plugin Author Josh

    (@josh401)

    1. Deactivate ALL plugins.
    2. Switch to the default 2014 theme.
    3. Manually clear and refresh your browser cache.

    Now, go back and check the editor. It should most definitely work. If it does not, do the browser cache again; as your server is probably still serving cached versions of the editor files.

    You can further check by visiting the editor in a browser you rarely use.

    Once you have it working properly, you can go back and begin reactivating your theme and plugins (one by one), checking to see if it breaks the editor again.

    Eventually, you will find the culprit.

    We’re having the same trouble here. I found this article ( https://ultimatetinymcepro.com/wordpress-and-tinymce4/ ) about the change on their site and assume they’re working on an upgrade at the moment, but I’m wondering if there isn’t a temporary quick patch/fix in the meantime?

    Plugin Author Josh

    (@josh401)

    Again.. the WP update to 3.9 includes the updated tinymce4 editor.

    So, any plugins/themes/addons which were modifying that part of the editor, and were not re-coded for the update, are going to cause conflicts when attempting to load the WP Editor.

    This is why you need to follow my instructions outlined in my last post above. These are the steps which will help you identify any ‘faulty’ or non-tinymce4-compliant plugins or themes.

    I’m still the same problem .. I did exactly what you said. No one did not work .. never previously logged WP admin panel I’ve logged in with Maxthon Browser. Browser cache I do not think the problem is.

    No buttons in the editor.

    and urgent problem to be solved.
    https://www.ekonobil.com

    I’m still the same problem .. I did exactly what you said. No one did not work .. never previously logged WP admin panel I’ve logged in with Maxthon Browser. Browser cache I do not think the problem is.

    No buttons in the editor.

    and urgent problem to be solved.
    https://www.ekonobil.com

    Editor toolbar and post content does not appear in

    ERROR MESSAGES:

    Post edit screen: CHROME -> Right Click -> Items check

    Uncaught SyntaxError: Unexpected token ILLEGAL wp-tinymce.php:1
    Uncaught ReferenceError: tinymce is not defined post.php?post=35326&action=edit:2331

    Plugin Author Josh

    (@josh401)

    You haven’t deactivated all of your plugins.
    I’ve outlined the steps above.
    It is crucial you follow them specifically.

    When you go to the editor page… view your browser console. This may give you information pointing you to the faulty plugin or theme.

    I did exactly what you said:

    1 Deactivate ALL plugins.
    2 Switch to the default theme in 2014.
    3 Manually clear my browser cache and refresh.

    Go back and check the editor.

    CONCLUSION: Disappointing ??

    Uncaught SyntaxError: Unexpected token ILLEGAL wp-tinymce.php:1

    But when you add this line to your wp-config.php file is solved problems. Deleted again when the problem begins an interesting case .. ..

    define (‘SCRIPT_DEBUG’, true);

    Plugin Author Josh

    (@josh401)

    Hmmm… that almost insinuates there was an error with the WP update process.

    So… we know it is not plugin or theme related.

    Have you got it working properly now?

    Some of my site has been updated to match. However, on a site that I produced with twentytwelv infrastructure is still the problem persists.

    Plugin Author Josh

    (@josh401)

    Okay.. it sounds like you just need to get in there and get everything updated. I’m not sure about twentytwelve.. but I would imaging it still works properly.

    Perhaps you still have some ‘hanging’ element from the old version lingering. Stay on that cache.. and let me know what you find out.

    PROBLEM: WP 3.9 upgrade when a TinyMCE does not work. In the EDIT POST / No Buttons and content on ADD POST

    Editor buttons to disappear and the content that I’ve solved the problem is not being loaded.

    /wp-includes/js/tinymce/wp-tinymce.php

    Row 29 – 33, I changed it and tried to cross codes .. The problem is GZIP.

    // if ( isset($_GET['c']) && 1 == $_GET['c'] && isset($_SERVER['HTTP_ACCEPT_ENCODING'])
    	// && false !== stripos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') && ( $file = get_file($basepath . '/wp-tinymce.js.gz') ) ) {
    
    	// header('Content-Encoding: gzip');
    	// echo $file;
    // } else {
    	// Back compat. This file shouldn't be used if this condition can occur (as in, if gzip isn't accepted).
    	echo get_file( $basepath . '/tinymce.min.js' );
    	echo get_file( $basepath . '/plugins/compat3x/plugin.min.js' );
    //}

    Not a problem at some sites on the same server, but in some cases the editor has evaporated .. This is a separate interesting ??

    Plugin Author Josh

    (@josh401)

    /wp-includes/js/tinymce/wp-tinymce.php

    Row 29 – 33, I changed it and tried to cross codes .. The problem is GZIP.

    It is NEVER recommended to hack core files. Whenever you update your WordPress installation to a new version, you will lose any customizations and modifications you made.

    Who is your server hosting provider?

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Upgraded from Ultimate TinyMCE – Still Not Working (after WP 3.9 upgrade)’ is closed to new replies.