Closed (fixed)
Project:
IMCE
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 14:49 UTC
Updated:
1 Apr 2010 at 00:40 UTC
Jump to comment: Most recent
Hi,
I'm a newb so hoping you'll be patient... ;-)
I am using Drupal 6.15, fckeditor 6.x-1.4 and IMCE 6.x-1.3. All the latest versions as of jan 25 2010 I believe.
Fckeditor works just fine. The 'Add image' button fires up IMCE, I can upload an image to the server and I can 'send to FCKeditor' without ant errors whatsoever. I can see the uploaded image on my server.
However, the image never appears either in the IMCE preview or in my Drupal preview/post, it just shows a 'broken image' icon.
tags are allowed. the path to the image when I view source in fckeditor is correct, namely
<p><u><img width="650" height="433" src="/sites/default/files/user1/myimage.jpg" alt="" /></u></p>
I'm going crazy trying to sort this out :-)
Any ideas? Put me out of my misery please!
Tia!
S
Comments
Comment #1
martincorrea commentedI have a similar problem, inserting and image with IMCE into FCK Editor (v2.65, fckeditor-6.x-2.0) works fine, the image appears in the textarea, however, if Preview or Save is used the image is not present.
In my case there is not even a 'broken image' icon.
Would appreciate some advice on this issue,
Thanks
Comment #2
sonicthoughts commented+1 - I've spent hours trying to figure this out. Everything is latest version. Tried on 2 systems. I can see image inserted into WYSIWYG perfectly, but preview / save will not actually save it to the file :) Any help here?
Comment #3
sonicthoughts commentedI figured it out ... check your input filter. I had set HTML input filter and was stripping the image....
Comment #4
SMartin commentedHi,
I'm not getting alerts that replies have been posted, sorry.
Sonicthoughts just reminded me what I did! Activate full html. :-) (Even though the
tag was allowed)
S
Comment #5
Anonymous (not verified) commentedWow this actually happened to me today.
My first instinct was to check the input filter which was already correctly set... however I just moved this site from another database yesterday and for some reason, the input filter settings and IMCE got a crossed wire or two and would not let me upload a picture properly until I edited and saved my filter setting in admin/settings/filters.
This could just be a fluke but hopefully it may help someone else with a similar dilemma.
Comment #6
ufku commented