• Resolved Tabashira

    (@tabashira2)


    i installed wordpress , used html5 blank theme

    i couldn’t get visual Tab to work
    i deleted wp-admin , wp-includes folders
    reuploaded fresh from downloaded wordpress nothing happens
    deactivated plugins and nothing happens
    added define(‘CONCATENATE_SCRIPTS’, false); nothing happens
    added debug mode and nothing happens

    used Java Console in Chrome and i got 5 errors

    tinymce.min.js?ver=4208-20151113:9
    Uncaught SyntaxError: Unexpected identifier
    
    plugin.min.js?ver=4208-20151113:1
    Uncaught ReferenceError: tinymce is not defined
    (anonymous function) @ plugin.min.js?ver=4208-20151113:1
    
    post.php?post=411&action=edit:2300
    Uncaught ReferenceError: tinymce is not defined
    (anonymous function) @ post.php?post=411&action=edit:2300
    
    wp-langs-en.js?ver=4208-20151113:235
    Uncaught ReferenceError: tinyMCE is not defined
    (anonymous function) @ wp-langs-en.js?ver=4208-20151113:235
    (anonymous function) @ wp-langs-en.js?ver=4208-20151113:519
    
    post.php?post=411&action=edit:2294
    Uncaught ReferenceError: tinymce is not defined
    tinyMCEPreInit.load_ext @ post.php?post=411&action=edit:2294
    (anonymous function) @ post.php?post=411&action=edit:2305

    i don’t know how to fix that , any help

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like the errors are coming from the tinymce plugin.

    Can you try downloading a fresh version of WordPress then go and add your theme and plugins, leaving tinymce until last in your steps; to see if that’s your problem?

    Thread Starter Tabashira

    (@tabashira2)

    thanks Adeline for the reply however

    i made a new subdomain and i tried
    clean installation without even installing a theme deleting all plugins
    and right out of the box the visual tab not working with wordpress 4.4.2
    i downgraded to 4.4 and same issue appears

    i host the website on godaddy , i tried on ipage also same issue

    the tinymce is located in includes folder and so it isn’t a plugin that i install normally but part of the core files

    i came into a solution from 2008 regarding wordpress tinymce failure on godaddy
    https://www.zulius.com/how-to/fix-wordpress-editor-on-a-free-godaddy-hosted-site/
    but didn’t match my criteria and folder listings
    so i didn’t know how to apply it , i tried adding this line to
    wp-includes/script-loader.php

    $scripts->add( 'tiny_mce', '/wp-includes/js/tinymce/tinymce_fixed.js', array('editor_functions'), $mce_version );

    no success , may be i am not understanding the solution the right way

    still stuck and visual tab not working !!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    i installed wordpress , used html5 blank theme

    Please try the following temporary steps to troubleshoot:

    • Switch to the Twenty Fifteen theme
    • Deactivate all of your plugins, no exceptions
    • Clear your browser’s cache and cookies
    • Re-login and visit the post editor

    Do you still get the problem when you do that? The cache and cookies are important. Also try with Firefox started in Safe Mode if you can.

    https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode

    I want to rule out any issues with your browser add-ons.

    Thread Starter Tabashira

    (@tabashira2)

    thanks all for your replies
    i have tried lots of solutions

    but it happened to be issue with my computer itself
    worked fine with me on another computer

    so i figure i will reinstall my windows
    and scan my laptop with antivirus and antimalware

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Visual Tab Not Working , tinymce is not defined’ is closed to new replies.