some hosting companies don't allow the use of "getimagesize" for url links
in this case, this is better to use full path to the image
for example :
in taxonomy_image.module line 266 and 267
comment line 267

//    $img = getimagesize($image[$tid]->url);

change the line 266 to :

$img = getimagesize($fullpath . $image[$tid]->path);
CommentFileSizeAuthor
#1 taxonomy_image_getimagesize.patch483 bytesnico heulsen

Comments

nico heulsen’s picture

Status: Active » Needs review
StatusFileSize
new483 bytes

I have also noticed this and created a patch.

nhck’s picture

Status: Needs review » Closed (duplicate)