I recently struggled migrating some imagecache-based features from a dev environment to production. The issue was mine -- I forgot to copy some migrated image files over -- but my resolution time would have been down by many hours if the failure to open the image file was logged.

I've attached a very simple patch that would have helped me greatly.

CommentFileSizeAuthor
cant_open_image.patch364 bytessamc

Comments

verta’s picture

subscribing

drewish’s picture

I'm having a hard time testing the patch. I keep getting 404s logged but no mention of the inability to open the file. _imagecache_cache() checks if $src is a file and sends back a 404. Any thoughts on how to trigger this?

fizk’s picture

Status: Active » Closed (fixed)

Please reopen if this is still an issue with ImageCache 6.x-2.0-rc1.