SGallay
Member
Posted 6 months ago #
jamie3d
Member
Posted 6 months ago #
Hi SGallay,
Thanks for trying out my plugin and for writing such a useful support request. The URL really helps.
I think I see what the issue is. I am using TimThumb to speed up the thumbnail generation of the avatars and it looks like it lacks file writing permissions on your blog.
http://alias.codiferes.net/wordpress/wp-content/plugins/rage-avatars/lib/timthumb.php?src=http://alias.codiferes.net/wordpress/wp-content/plugins/rage-avatars/avatars/002-y-u-no.png&w=40&h=40&r=X
That's the decoded URL that the Gravatar is trying to load, and it's producing a TimThumb error message. If you make the cache folder write-able it should fix the issue. There's a similar issue and fix here: http://code.google.com/p/timthumb/issues/detail?id=251
Note:
I'll push an update soon that checks for the cache folder being write-able and if it isn't then perhaps we can display a helpful error message or just skip TimThumb altogether. (The re sizing looks kind of crappy without it though)
Let me know if this helps, and if you get the issue sorted out. I'd love to see my plugin in the wild! :)
jamie3d
Member
Posted 6 months ago #
SGallay
Member
Posted 6 months ago #
Yes, it works, thanks!
Writing permissions set to the cache folder, bingo! avatars.
jamie3d
Member
Posted 6 months ago #
Awesome! :-) You're welcome.