OK, in User Settings, I set the default picture path to be "pictures"

Whenever a user uploads a picture, their picture is stored there in 'sites/default/files/pictures'

But when we use Imagecache Profile and we view that user's profile, the profile page looks for the picture in "sites/default/files/imagecache/user_image_default/pictures/". Since the picture is not stored there, hence the picture is not displayed.

How to fix this problem??

Comments

sanderc’s picture

I have the same problem. If this is not solved, I can't use Imagecache Profile (and I want to, desperately). I don't know how to fix this, but it seems that the module is broken because of this...

jacobroufa’s picture

Bump. I have the same issue... the directory 'pictures' is set in my /admin/user/settings page and the images are located at sites/default/files/imagecache/preset-name/pictures/*.jpg but when I'm displaying them in my tpl.php they're looking at sites/default/files/imagecache/preset-name/*.jpg, without the 'pictures' directory appended.