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

ufku’s picture

i 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.

veeaa’s picture

Status: Active » Fixed

Thank you ufku for fast reply. Unfortunately I do not have cvs system, but I believe that the problem is solved.

Michael Steward’s picture

Status: Fixed » Active

I 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.

ufku’s picture

if 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?

davorama’s picture

I 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.

disparil’s picture

I 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! :(

ufku’s picture

@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.

Michael Steward’s picture

Status: Active » Closed (fixed)

Thanks 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.

veeaa’s picture

Does 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.

ufku’s picture

no imce doesnt add htaccess but drupal does.