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

jmseigneur’s picture

Title: line 171 of imagecache_cache.module » line 171 of imagecache_batch.module

I meant line 171 of imagecache_batch.module