Title: Does not load
Last modified: August 31, 2016

---

# Does not load

 *  Resolved [Mitchell D. Miller](https://wordpress.org/support/users/brainiac/)
 * (@brainiac)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-3/)
 * Hello twinword:
    I want to try your plugin. Sadly, it does not load.
 * >  uncaught exception: Unable to load Twinword Writer. tinymce Not found.
 * I tried disabling other plugins. Could error be caused by my site’s config?
 * Thank you,
    Mitchell
 * [https://wordpress.org/plugins/twinword-writer/](https://wordpress.org/plugins/twinword-writer/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [twinword](https://wordpress.org/support/users/twinword/)
 * (@twinword)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-3/#post-7198717)
 * Hi Mitchell,
 * My name is Joseph, one of the developers here at Twinword. First, thank you for
   trying our plugin!
 * Sorry for the issue you are experiencing and thank you so much for providing 
   the error message. The error you see happens when the plugin cannot find the 
   default WordPress editor (“tinymce”). This can be caused by other plugins or 
   can be caused by a different WordPress version which may use a different editor.
 * Could you tell me which version of WordPress you are running?
 * Sincerely,
    Joseph
 * Twinword Inc.
 *  Thread Starter [Mitchell D. Miller](https://wordpress.org/support/users/brainiac/)
 * (@brainiac)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-3/#post-7198814)
 * WordPress 4.4.2
 *  Plugin Author [twinword](https://wordpress.org/support/users/twinword/)
 * (@twinword)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-3/#post-7198830)
 * Hi Mitchell,
 * Thanks for providing your version. That’s strange as it is a version we have 
   already tested.
 * Because you mentioned you have turned off other plugins (that may have altered
   the default WordPress editor), two things come to my mind. Either you have another
   editor installed other than the default editor OR the name of editor has been
   changed due to possible compression/optimization of your WordPress.
 * Can you provide a screenshot of what your “Edit Post” page looks like.
 * Also, if you are confident enough (as you have found the error message in the
   JavaScript console), could you 1) go to the “Edit Post” page, 2) copy and paste
   the following code into the same JavaScript console where you saw the error, 
   and 3) copy/paste the resulting message here? (Note: all the code does below 
   is searches for the editor and reports the names of the variables.) You can also
   email the results to me instead at: [joeshih@twinword.com](https://wordpress.org/support/topic/does-not-load-3/joeshih@twinword.com?output_format=md)
 *     ```
       var windowVars = Object.keys(window);
       var found = false;
       for (var ii = 0, nn = windowVars.length; ii < nn; ii++)
       {
       if (window[windowVars[ii]] && typeof window[windowVars[ii]].Editor == "function")
       {
       console.log('Editor found in '+windowVars[ii]);
       found = true;
       }
       }
       if (!found)
       {
       console.log('Editor not found. Printing all variable names:',JSON.stringify(windowVars));
       }
       ```
   
 * Let me know how that goes. Thanks!
    Sincerely, Joseph
 * Twinword Inc.
 *  Thread Starter [Mitchell D. Miller](https://wordpress.org/support/users/brainiac/)
 * (@brainiac)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-3/#post-7198863)
 * Resolved: I forgot to allow my local IP address access to wp-includes/*.php
 *  Plugin Author [twinword](https://wordpress.org/support/users/twinword/)
 * (@twinword)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-3/#post-7198893)
 * Hi Mitchell,
 * Thanks for reporting back! I’m glad you figured it out.
    Please let me know if
   you have any suggestions or other issues.
 * Until then, happy writing!
 * Sincerely,
    Joseph
 * Twinword Inc.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Does not load’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/twinword-writer_c6c6c6.svg)
 * [Twinword Writer](https://wordpress.org/plugins/twinword-writer/)
 * [Support Threads](https://wordpress.org/support/plugin/twinword-writer/)
 * [Active Topics](https://wordpress.org/support/plugin/twinword-writer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twinword-writer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twinword-writer/reviews/)

## Tags

 * [config](https://wordpress.org/support/topic-tag/config/)
 * [tinymce](https://wordpress.org/support/topic-tag/tinymce/)

 * 5 replies
 * 2 participants
 * Last reply from: [twinword](https://wordpress.org/support/users/twinword/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/does-not-load-3/#post-7198893)
 * Status: resolved