404 error — tinymce “bold/editor_plugin.js” – every time we write
-
Every time my site users write/edit posts/pages, tinymce generates a 404 error – missing:
wp-includes/js/tinymce/plugins/bold/editor_plugin.js
I Google-searched for that string, as well as for:
allintext: “bold/editor_plugin js”
I found no relevant results.
I searched the innards of my website using PuTTY. I tried:
grep -rl “bold/editor_plugin” public_html/blog/*
No results
grep -rl “bold\/editor_plugin” public_html/blog/*
In case the / needed to be ‘escaped’, I added the \ before the /, but still: no results.
grep -rl “editor_plugin” public_html/blog/*
Lots of results, but none clearly relevant, except:
/wp-includes/js/tinymce/tiny_mce_config.php
I opened that file but could not find anything appropriate to change.I use WP SuperEdit. I checked the settings page on /wp-admin/plugins.php?page=superedit/superedit.php
I could remove the bold button, but I need a bold button.editor_plugin.js is a file in several directories such as
/wp-includes/js/tinymce/plugins/vipersvideoquicktags
/wp-includes/js/tinymce/plugins/paste
The file is different in these different plugins, so I can’t just copy one of those plugins.I need the appropriate plugin to put in
/wp-includes/js/tinymce/plugins/bold
or to remove the call for that plugin
but as I wrote, my Google search found no results.
HELP!
- The topic ‘404 error — tinymce “bold/editor_plugin.js” – every time we write’ is closed to new replies.