CKEditor and IMCE were working just fine until I updated IMCE to the latest 7.x-1.8 version.
Now images are properly inserted and shown in CKEditor while the node is being created; however, after the node is saved the image image does not appear in CKEditor when the node is later edited.
Checking source shows that the image is in the system (<p><img alt="" src="/sites/default/files/image.png" style="height:62px; width:110px" /></p>) -- but it is just not being displayed in CKEditor.
I found the following issue description in the IMCE install.txt file:
FREQUENTLY FACED ISSUES
-----------
- Disappearing images after node submission:
Having nothing to do with IMCE, it appeared many times in issue queues. This is an input filtering issue that can be resolved by adding tag into the default input format. Using Full HTML is another solution. See admin/config/content/formats.
This exactly describes the issue I am seeing; however neither of the suggested solutions correct the problem.
All of my test nodes have been created using the Full HTML input format; but it still does not work. I also tried adding an <img> tag to the Full HTML profile filters but this does not work either.
I am using IMCE 7.x-1.8, ckeditor 7.x-1.13, and CKEditor library 4.3.1.
I suspect that the IMCE update overwrote either a configuration option or perhaps a file permission. However, before posting this issue I have searched the Drupal.org IMCE and CKEditor forums, Stack Overflow, the general web and have not found a solution.
Any suggestions are greatly appreciated.
| Comment | File | Size | Author |
|---|---|---|---|
| Node view - image displayed.PNG | 15.71 KB | Donovan | |
| CKEditor - missing image.PNG | 60.17 KB | Donovan |
Comments
Comment #1
natparnell commentedI have this exact issue as well. Did you ever solve it?
Comment #2
thallesA new version was released after this issue, I believe that this was fixed, because no have more manifestations here
Comment #3
thallesComment #5
vako commentedI am having the same issue after all those years.
Using CKEditor 7.x-1.19 IMCE 7.x-1.11 Drupal 7.73
I tried changing text formats and their filters, remove/disable some modules with no success.
Basically I can use IMCE to insert an image, but once I save the page and go back to edit mode, the image doesn't show, I have to click on Source to edit the image code.
Please help.