Default picture not showing

itaine - February 7, 2009 - 20:22
Project:ImageCache Profiles
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Is it just me or is anyone else experiencing this issue?
When I set the "Profile picture preset:" the default picture in user settings doesn't show on new accounts.

BTW I am using advance profile kit and user pane modules. Not sure if that is the cause but will test it with those disabled and report back.
In the interim is there anyone else experiencing this behavior?

#1

itaine - February 7, 2009 - 21:12

reporting back: disabled APK and Author pane modules and same behavior. When imagecache profiles are set, I get text "Guest's Picture" where there is suppose to be the default picture.

#2

harmony - February 10, 2009 - 08:35

I have the same issue. I am using v6.6. I have searched but have been unable to find any info on this issue other than this post. I do notice that the pictures field in the users db table is not being filled in like the users who upload their own pictures. Is this normal?

Thanks!

#3

totocol - February 16, 2009 - 23:32

Same issue here. Now the user's pictures are not showing across the site. Just the "user's picture" text.

Might have to disable the modules if we cannot find an answer.

Thanks

#4

totocol - February 17, 2009 - 01:17

Hello

Just make sure the GD2 module is also installed. It fixes the issue. Its working just fine after that.

#5

itaine - February 20, 2009 - 04:09

you talking about the ImageAPI GD2? if so I had that enabled and still had the issue regarding the default image.

#6

totocol - February 20, 2009 - 04:17

Can you explain little bit better? I do not seem to have any issues anymore. Did you follow all the instructions regarding picture sizes and pixels?, Did you check that you do not have anything else in your theme that might be overriding the pictures styling?. Check that with firebug. Did you update the PHP and cleared the Cache after you installed the module?. Is it only having with new accounts?

#7

spas - February 26, 2009 - 08:18

Hi,

I'm having the same issue and I will try to explain it better:

I have set default user image with full path and this is what I get when try to use it with imagecache profile on comment and also on User profile page:

Everything works fine when I upload a picture to the user profile, but that's not the case with default pictures.
Obviously default picture is not processed.

Thank you in advance.

#8

oldphotos - May 8, 2009 - 19:16

Have the same issue.

User photos show just fine. The default photo doesn't show. In internet explorer it's a white box with an x - even though the path is correct to the photo (and photo is right size, etc).

Using ImageAPI GD2.

Has anyone found a solution?

#9

halver - June 4, 2009 - 22:19

The problem is that it is looking for the default photo in the wrong place. If you tell it to look for the default photo in mysite.com/sites/all/default, for example it will in fact append that path to wherever imagecache is storing files, for example in system/files/imagecache/user_image_default with the result that it is looking for a photo in system/files/imagecache/user_image_default/mysite.com/sites/all/default. oops.
You can see this for yourself with firebug.
This is obviously a bug that should be fixed pretty easily. But in the meantime you can solve it by simply putting your default pic where the module expects to find it. In my case, for example, I put one default_avatar.gif in system/files/imagecache/user_image_default and one in system/files/imagecache/user_image_large. Then, in user settings, set the default photo to be simply default_avatar.gif (or whatever your image is called), with no path in front of it.
Good luck.

#10

patchak - June 22, 2009 - 13:38

This helped, default images are showing now, thanks a lot!!

#11

lipinponmala007 - September 16, 2009 - 10:50

in my case i checked that image location and it is found to be varying when i vary the default settings for user .so i made an image for the location where the browser says ..thus i managed this problem

and the above method seems to be working for me...

#12

andypost - September 20, 2009 - 18:04
Version:6.x-1.0» 6.x-1.x-dev
Status:active» postponed (maintainer needs more info)

Looks like the problem is more related to imagecache not this module.

Any opinions?

 
 

Drupal is a registered trademark of Dries Buytaert.