Closed (works as designed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2008 at 10:53 UTC
Updated:
29 Sep 2008 at 17:13 UTC
Hi,
thank you for this great module, I'm using Drupal 6.4 and Image 6.x-1.0-alpha3.
My galleries display fine, but I get quite some "page not found" errors, all of them because of missing "_preview.JPG" images.
These preview-images are indeed not created on server, I'm wondering if that's because of the size?
However, how can I get rid of these "page not found" errors that clutter up my dblog?
Regards
Jan
Comments
Comment #1
webluke commentedI have the same problem with my site. It seems to skip making the image if original is smaller then the size limit set for the image derivative. So there needs to be more logic to have it display original if smaller. This isn't only the preview image, but any other derivative set larger then the original.
Hope this helps get this fixed because this is a great mod used with Thickbox and imagae attach.
Comment #2
Hetta commentedYes, not creating an identical image (when original is smaller than preview size) is by design in image - perhaps thickbox etc. should adapt?
Comment #3
jan.n commentedSo this is no issue with this module, but with thickbox / lightbox? Are you sure?