Ticket #1002 (closed bug: fixed)
WordPress: Image editing fails with plugin active
| Reported by: | cameron | Owned by: | cameron |
|---|---|---|---|
| Priority: | Milestone: | ||
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description
Editing the image in the media embed iframe errors when the plugin is active.
Change History
Note: See
TracTickets for help on using
tickets.

Caused due to filter which altered the URL. This filter exists for external files.
To address the problem added metadata field identifying attachments that are external. Videos or external attachments get the modified file location. Otherwise the default it used.
Note: Trying to edit a remote file still results in an error since you can't save to the remote location.