Title: Error when entering editor
Last modified: September 1, 2021

---

# Error when entering editor

 *  [jlagrue](https://wordpress.org/support/users/jlagrue/)
 * (@jlagrue)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/error-when-entering-editor/)
 * Whenever I go to edit a page there’s an error message that’s recently appeared:
 * Failed to load plugin url: [https://lawandreligionuk.com/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode//js/otw_shortcode_tinymce_plugin.js](https://lawandreligionuk.com/wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode//js/otw_shortcode_tinymce_plugin.js)
 * The site itself seems to be working correctly, but my client is a bit worried.

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

 *  [pittbull](https://wordpress.org/support/users/pittbull/)
 * (@pittbull)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-14832651)
 * I’ve been getting the same error on multiple sites.
 *  [7ulien](https://wordpress.org/support/users/7ulien/)
 * (@7ulien)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-14836124)
 * Hello.
    Same problem for me ! Thanks.
 *  [angel718](https://wordpress.org/support/users/angel718/)
 * (@angel718)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-14837546)
 * I’m getting this EXACT same error on my posts and pages.
    Failed to load plugin
   url: wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode//
   js/otw_shortcode_tinymce_plugin.js
 * I was told that there might be some java script code missing form the plugin.
   I hope they fix this.
    -  This reply was modified 4 years, 9 months ago by [angel718](https://wordpress.org/support/users/angel718/).
 *  [Monoloid](https://wordpress.org/support/users/monoloid/)
 * (@monoloid)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-14964051)
 * Same problem here. Any solution?
    -  This reply was modified 4 years, 7 months ago by [Monoloid](https://wordpress.org/support/users/monoloid/).
 *  [mrantonovich](https://wordpress.org/support/users/mrantonovich/)
 * (@mrantonovich)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-14966491)
 * this works for me:
 * edit
    wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/
   otw_shortcode.class.php on line 192 `$plugin_array[ $this->tinymce_button_key]
   = $this->component_url.'/js/otw_shortcode_tinymce_plugin.js';` to `$plugin_array[
   $this->tinymce_button_key ] = $this->component_url.'js/otw_shortcode_tinymce_plugin.
   js';`
 * then load
    [otw_shortcode_tinymce_plugin.js](https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js)
 * in this folder:
    wp-content/plugins/widgetize-pages-light/include/otw_components/
   otw_shortcode/js/
 * `wget https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/
   otw_shortcode/js/otw_shortcode_tinymce_plugin.js`
 *  [billspd](https://wordpress.org/support/users/billspd/)
 * (@billspd)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-14998987)
 * Also getting that same error – any updates yet?
 *  [jonahcoyote](https://wordpress.org/support/users/jonahcoyote/)
 * (@jonahcoyote)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-15175089)
 * Just to clarify in case mrantonovich reply wasn’t clear.
 * 1. Create otw_shortcode_tinymce_plugin.js in wp-content/plugins/widgetize-pages-
   light/include/otw_components/otw_shortcode/js/
 * 2. Edit otw_shortcode_tinymce_plugin.js and paste in the code from [https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js](https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js)
 * Worked for me 🙂
 *  [7ulien](https://wordpress.org/support/users/7ulien/)
 * (@7ulien)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-15419025)
 * Yes ! It works form me too ! Thank you.
    🙂
 *  [Steffi82](https://wordpress.org/support/users/steffi82/)
 * (@steffi82)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-15880166)
 * I tried to fix the problem with the solution above, but the website [https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js](https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js)
   is down.
 * Does anyone got the code I need to paste into the created otw_shortcode_tinymce_plugin.
   js?
 *  [Steffi82](https://wordpress.org/support/users/steffi82/)
 * (@steffi82)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-15880260)
 * Here’s the code I tried, and it worked:
    [https://gist.github.com/FrancoStino/f70677e2165161e5a9f307f1affecd4b](https://gist.github.com/FrancoStino/f70677e2165161e5a9f307f1affecd4b)

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

The topic ‘Error when entering editor’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/widgetize-pages-light_0a96e3.svg)
 * [Widgetize Pages Light](https://wordpress.org/plugins/widgetize-pages-light/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widgetize-pages-light/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widgetize-pages-light/)
 * [Active Topics](https://wordpress.org/support/plugin/widgetize-pages-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widgetize-pages-light/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widgetize-pages-light/reviews/)

## Tags

 * [Editor Error](https://wordpress.org/support/topic-tag/editor-error/)
 * [error message](https://wordpress.org/support/topic-tag/error-message/)

 * 10 replies
 * 9 participants
 * Last reply from: [Steffi82](https://wordpress.org/support/users/steffi82/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/error-when-entering-editor/#post-15880260)
 * Status: not resolved