I think there is a typo on line 171 of imagecache_cache.module:
$file = explode(file_directory_path() . '/' . $file);
it should be
$file = explode(file_directory_path() . '/', $file);
I think there is a typo on line 171 of imagecache_cache.module:
$file = explode(file_directory_path() . '/' . $file);
it should be
$file = explode(file_directory_path() . '/', $file);
Comments
Comment #1
jmseigneur commentedI meant line 171 of imagecache_batch.module