Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 20:10 UTC
Updated:
24 May 2012 at 06:35 UTC
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
Comment #1
jlporter commentedseconded
Comment #2
fizk commentedPlease reopen if this is still an issue with 6.x-2.0-rc1.