Needs work
Project:
Gravatar integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2012 at 19:14 UTC
Updated:
15 Mar 2014 at 05:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
verscienta commentedThat is exactly what has happened to me. I can't quite figure out what the problem is. Using Drupal 7.15.
Comment #2
verscienta commentedComment #3
vacilando commentedSame here, even in the current dev version.
Comment #4
mile23Comment #5
vacilando commentedOK, you need to go to /admin/config/people/accounts and "Picture display style" from "thumbnail" (or whatever style) to "".
Then go to the user account in question and re-save it to get your Gravatar to display.
Comment #6
mile23Not sure I'd call that a fix, though it could be a workaround if you don't care about applying image styles to profile pics.
Comment #7
deggertsen commentedYeah, I personally want image styles for my profile pics. Has anybody come up with an actual solution to this one?
Comment #8
deggertsen commentedRelated issue #334630: Cache gravatar images locally
Comment #9
acouch commentedAttached is a patch. This keeps the module from trying to use image_style if there is no user pic, which is what screws up the image.
Comment #10.0
(not verified) commentedForgot to mark URL as code.
Comment #11
andreymaximov commented#9 Patch has error fixed here.
Code leads to $style taking incorrect value.
Comment #12
andreymaximov commentedComment #14
andreymaximov commented11: gravatar-image_url_munged_when_pic_display_style_selected-1689850-11.patch queued for re-testing.
Comment #16
andypostNice catch!
Comment #17
acouch commentedAttached is a patch that makes sure that the account picture exists before asking for it. This fixes an error that occurred while adding a new user.
Comment #19
deggertsen commentedPatch wouldn't apply to dev. Here's a new patch that does.
Comment #21
deggertsen commentedIs something wrong with the test bot? I swear I applied the patch to the correct dev...
Comment #22
mile2319: gravatar-image_url_munged_when_pic_display_style_selected-1689850-19.patch queued for re-testing.
Comment #24
mile23The error is: Output: [ERROR: No valid tests were specified.].
Filing this issue: #2218283: gravatar.test missing from .info file