In views with an imagefield that sometimes returns an empty (either because that node has no image, or that node type doesn't have that field at all), imagecache nonetheless loads an IMG tag with a a URI like "http://example.com/files/imagecache/thumbnail/".
This shows up as a broken image on some browsers (eg Safari).
Comments
Comment #1
field4000 commentedI am also experienceing the same bug.
Is this a known issue?
Comment #2
czeky commentedHi, same here, in Views listing it doesn't show default images, in source ink is "files/imagecache/40x30/" not "files/imagecache/40x30/imagefield_default_images/default-image.jpg,
on node they're fine.. my custom tpl..
print l($node->field_alt_pics[1]['view'], $node->field_main_pic[1]['filepath'], array('html' => TRUE));any help? many thanx
Comment #3
fizk commented