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);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_image_getimagesize.patch | 483 bytes | nico heulsen |
Comments
Comment #1
nico heulsen commentedI have also noticed this and created a patch.
Comment #2
nhck commentedDuplicate of:
#438378: function.getimagesize error