Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
When options under: "scp/settings.php?t=users" is set to Avatar Source: Gravatar / Idention it's not displaying the identicon just the "grey man"
Problem is this:
src="//www.gravatar.com/avatar/bd5ba0f14becd1bf0cfc950c6a7f13ae?s=80&d=//osticketawesome.com/avatar.png"
i think it sould look like this:
src="www.gravatar.com/avatar/bd5ba0f14becd1bf0cfc950c6a7f13ae?s=80&d=identicon"
Quick fix:
File: class.avatar.php
Edit line 244
$url .= "?s=$size&d=identicon";
@lafr Thats what it supposed look like. Did you read this post? https://osticketawesome.com/forums/topic/avatars/
Hi @lafr,
I originally added my "grey man" to replace an (in my opinion) unattractive kangaroo avatar that was used by osTicket core for a user with no avatar assigned.

I failed to realize that this broke the new Gravatar options, so thank you for bringing this to my attention and also for taking the time to offer a solution.
I will have to review why I did this in the first place and I will possibly take your advice and revert back to how osTicket core handles this in a future osTicket Awesome update.