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

field4000’s picture

I am also experienceing the same bug.

Is this a known issue?

czeky’s picture

Hi, 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

fizk’s picture

Status: Active » Closed (won't fix)