I'm having a similar problem to the one described here, except for 6 instead of 5. Basically I have a user relationship block tpl file that references an imagecache preset "user_thumb" using the following code-

<?php
theme('imagecache', 'user_thumb', $relation_to->picture)
?>

It works fine except that it doesn't load the default picture for users without custom pictures uploaded. The rendered placeholder does not even reference a missing image file, it just references the imagecache preset folder, in my case "user_thumb/".

Any help would be greatly appreciated!

Keith

Comments

jlporter’s picture

Version: 6.x-2.0-beta9 » 6.x-2.0-beta10

seconded

fizk’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

Please reopen if this is still an issue with 6.x-2.0-rc1.