• I just download and installed wordpress 4.1.

    The TinyMCE editor is not able to show up with the error “wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4107-20141130 net::ERR_EMPTY_RESPONSE” in the console.

    And I found that if I tried to connect to some VPN, the problem will disappear.

    How could I fix this problem? I had this problem for other version of wordpress too

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Try:
    – To rule out ant theme-specific issue, try switching to the unedited default Twenty Fifteen theme for a moment using the WP dashboard.

    – Review this codex: https://codex.www.ads-software.com/Using_Your_Browser_to_Diagnose_JavaScript_Errors

    Hi alexpoon2000,

    might sound irrelevant, but this could also possibly be a browser issue. Try what Tara has suggested, otherwise may we know which browser are you currently experiencing the error?

    You can also try to bump up the following on your php.ini (if you are working locally) to allow larger files to be uploaded via tinyMCE:

    • max_execution_time
    • max_input_time
    • memory_limit
    • post_max_size
    • upload_max_filesize

    Please let us know how it goes. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TinyMCE’ is closed to new replies.