#48995 closed defect (bug) (worksforme)
Failed to load plugin: wpeditimage from url .../wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
| Reported by: | listalegal | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | TinyMCE | Version: | 5.3.1 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: | ui |
Description
Whenever I add a new Page or Post, or even if I edit an existing one I get this error message:
Failed to load plugin: wpeditimage from url .../wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
I have newly installed version of WordPress 5.3.1 and I was using the default theme.
I switched to other themes but the error message persisted.
I'm attaching a screenshot of the error for my website https://www.attorneyfee.com
I'm also attaching a screenshot of the plugins I'm using. However this error persists even If I disable all plugins.
Thanks.
Attachments (1)
Change History (7)
#2
@
7 years ago
- Component General → TinyMCE
- Keywords reporter-feedback added
Hi there, welcome to WordPress Trac! Thanks for the report.
Looks like the file is indeed missing on your install:
https://www.attorneyfee.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.jsdoes exist.https://www.attorneyfee.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.jsreturns a 404 error.
As seen in https://build.trac.wordpress.org/browser/tags/5.3.1/wp-includes/js/tinymce/plugins/wpeditimage, they should both exist in that directory.
Could you reupload the file and check again?
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
7 years ago
#4
@
6 years ago
- Milestone Awaiting Review
- Resolution → worksforme
- Status new → closed
As Sergey points out above this is caused by a missing file or (in rare cases) the file may be blocked on the server by some security restriction or improper file permissions.
Closing as worksforme as this doesn't seem like a bug in core. If it is, feel free to reopen with more info on how to reproduce.
#5
in reply to: ↑ description
@
19 months ago
Replying to listalegal:
Whenever I add a new Page or Post, or even if I edit an existing one I get this error message:
Failed to load plugin: wpeditimage from url .../wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
I have newly installed version of WordPress 5.3.1 and I was using the default theme.
I switched to other themes but the error message persisted.
I'm attaching a screenshot of the error for my website https://mapranking.com/
I'm also attaching a screenshot of the plugins I'm using. However this error persists even If I disable all plugins.
Thanks.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @listalegal
It is present in 5.3.1 i.e. https://github.com/WordPress/WordPress/tree/5.3.1/wp-includes/js/tinymce/plugins/wpeditimage
Thanks,