Closed (fixed)
Project:
IMCE
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2006 at 09:23 UTC
Updated:
11 Sep 2006 at 22:34 UTC
Images have only the frame, they are not visible anywhere (empty preview window also). Paths are correct, I have cache on in TinyMCE? I am using 4.7.3 and the latest TinyMCE. No other image module activated.
Comments
Comment #1
ufku commentedi added chmod(0664) for uploaded files to make them visible for everyone. try the cvs version of imce in which you can additionaly test file sorting and image scaling.
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/imce
if cvs version solves your problem please feel free to mark this issue as fixed.
Comment #2
veeaa commentedThank you ufku for fast reply. Unfortunately I do not have cvs system, but I believe that the problem is solved.
Comment #3
Michael Steward commentedI too had this problem and after downloading the latest files from CVS am still finding that images are not displaying. The images do now have the correct permission settings and show in the body preview of the TinyMCE editor box but not once the page has been saved. I've made sure all permissions have been granted in access control for IMCE.
Comment #4
ufku commentedif you can preview images with imce, add them to tinyMCE, and see them in tinyMCE then this issue has nothing to do with imce module. probably, there is a base path problem.
can you access images that you add with imce directly by typing to address bar? ex: yourdomain.com/yourimage.jpg. did you check the source code of the page in which you cant see images? are the paths incorrect or no image file is inserted?
Comment #5
davorama commentedI just ran into this myself. I'm new to drupal but it looks like it's the input format getting in the way. I tried adjusting the 'filtered HTML' input format to allow the <img> tag which did not work. If I switched to the 'Full HTML' input format the images begin to show up.
Comment #6
disparil commentedI can't view the images.
I can't see images neither in IMCE nor TinyMCE nor by URL.
He is peculiar that what I attach with the UPLOAD MODULE I can see it, and the difference this in which Drupal adds "system" to see the archives.
Then if I write "www.mydomain.com/files/u10/image.gif" the image is not seen, but the route is correct. If I write "www.mydomain.com/system/files/u10/image.gif" then I see the image!
It is a IMCE failure? of TinyMCE? of Drupal? or of algun I modulate?
I think that is a config problem en my Drupal installation, but also is a posible bug.
Thanks.
excuse me for the english! :(
Comment #7
ufku commented@davorama: you may try to create a new filter and make it default.
@dispa: you're using private downloads. i made quick test in my server and no problem occured with private downloads. i'll test it further, soon.
for now you may try to switch to public downloads in admin/settings if it doesnt break the file urls in your site.
Comment #8
Michael Steward commentedThanks ufku, as you say this is not a problem of ICME at all (apologies for that!) but in fact just a filtering problem. The default filtered HTML does not allow image tags.
Comment #9
veeaa commentedDoes Imce add an htaccess file to files folder? I switched to Image_assist, and it did not work until I removed the htaccess file from files folder. I still cannot see images. I tried Image_assist, but would like to use Imce.
Comment #10
ufku commentedno imce doesnt add htaccess but drupal does.