for any imagefield or other image where no image is set for that node, imagecache still prints an img tag. it points to nothing and does nothing (except make theming frustrating).
i've solved this for myself for now by adding an if ($path) in a custom theme_imagecache so that no tag gets printed if there is no source image. shouldn't this be default behavior though?
Comments
Comment #1
yched commentedThis would be a bug for imagefield, and I t_think_ a fix for this has been committed in the latest -dev release.
See http://drupal.org/node/88136 for a (long) related discussion.
Comment #2
doublejosh commentedmind posting the full code for the your theme override solution?
thanks.