I am running a site with Drupal 6.19, ImageAPI GD2 6.x-1.8 and Filefield 6.x-3.7, PHP 5.3 and public file transfers. For some odd reason ImageCache is not generating derivates for certain images. All images are located in sites/default/files and can be opened directly via their URL. If I invoke a URL of an image that is not processed by ImageCache I am redirected to the site's front page. All other images work this way. I followed the troubleshooting guide, tried some patches I found with other issues, cleared the cache, flushed presets, re-uploaded images, changed their names etc. but nothing helped. Strange thing is that only certain images don't work but the majority does. All images including the non working ones are RGB and JPGs.
What can I do?
Thanks a lot in advance and best regards,
Björn
Comments
Comment #1
dreipunktnull commentedI could narrow it down and it seems that I somehow messed up my files table so that Imagecache is not that much involved. When I upload one of the not working images under a completely new filename (and only then) it works again. Maybe I am looking in the wrong place.
Comment #2
dreipunktnull commentedIt seems that this particular issue is not Imagecache specific so it can be closed. Sorry for bothering.