Active
Project:
ImageCache
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2012 at 19:36 UTC
Updated:
18 Dec 2012 at 19:36 UTC
As noted here:
http://drupal.org/node/1194898#comment-6853296
The code has an error, and the above link is the fix. The next release of this code needs to have the following code added to the imagecache_create_url function... otherwise, the image is not created:
if (variable_get('file_downloads', FILE_DOWNLOADS_PUBLIC) == FILE_DOWNLOADS_PUBLIC && variable_get('clean_url', '0')){
imagecache_generate_image($presetname, $filepath);
}