Index: taxonomy_image.module
===================================================================
--- taxonomy_image.module	(revision 393)
+++ taxonomy_image.module	(working copy)
@@ -264,7 +264,7 @@
   if (!empty($image[$tid]->path)) {
     $image[$tid]->tid = $tid;
 //    $img = getimagesize($image[$tid]->path);
-    $img = getimagesize($image[$tid]->url);
+    $img = getimagesize($fullpath.$image[$tid]->path);
     // Make sure it worked.
     if (!$img) {
       return NULL;
