--- imceimage.module	2011-02-25 13:08:35.000000000 +1100
+++ imceimage_fix.module	2011-05-04 11:28:36.000000000 +1000
@@ -447,7 +447,7 @@ function imceimage_field_formatter($fiel
   $file_directory = variable_get('file_downloads', '') == FILE_DOWNLOADS_PRIVATE ? 'system/files' : file_directory_path();
 
   $filename = basename($item['imceimage_path']);
-  $subdir =  str_replace("/". $file_directory ."/", '', str_replace( '/'. $filename, '', $path_parts['path'])); 
+  $subdir =  str_replace(base_path(). $file_directory ."/", '', str_replace( '/'. $filename, '', $path_parts['path'])); 
 
   $orig_filepath = $subdir .'/'. $filename;
   $imagecache_url = imagecache_create_url($presetname, $orig_filepath); //"subdir/subdir2/imageabc.jpg"
