MyBB Community Forums

Full Version: Non-existent Gravatar email fallback error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The Gravatar URL shouldn't have the .jpg extension at the end:
https://github.com/mybb/mybb/blob/featur....php#L2155

This will result in a fallback (when there is no such avatar associated with given e-mail address) that actually points to a Gravatar's error page instead of the default avatar image (the d parameter becomes mm.jpg instead of mm).

This issue is associated only the User CP as the similar code in the ACP doesn't have the extension.