By wmike on
I upload an image via FCKEditor (IMCE installed) - no problem. In admin pages the image shows correctly.
When logged out - no image.
I have checked all permissions - all OK.
Any ideas anyone, please. I would have thought this is a simple thing for Drupal, requiring no messing about.
I have other Drupal sites operating with no such problems - same setup.
Very frustrating - spending a lot of time struggling just to get Drupal to work as it should.
Cheers.
Mike
Comments
Do the images show on your
Do the images show on your site (not the admin) when you are logged in?
If so, it is permissions problem, even if they seem to be ok. Grant anonymous user every permission in the system. Verify that images show. then start taking away in groups and zero in on what's not working. :-) I've had to do this a couple of times. Permissions system isn't very intuitive and sometimes you really need to dig... :-(
Have you checked the input
Have you checked the input filter settings and made sure that
<img>tags are allowed?