Your software
CentOS 8.2
Safari / Firefox latest builds
mautic 3.1.1 from github
php 7.3.22
Your problem
The avatar image is again not showing up. If a gravatar can not be found, will the avatar.png be used from the assets folder? Apache has access to the assets folder. Since this broken image is showing up all over mautic, it doesn’t look good, I’m wondering again how to fix this?
The “avatar” being displayed is a Gravatar placeholder. If there is a Gravatar associated with the email address of a contact it displays by default. You can select what you want displayed by clicking edit on the contact.
in the case of a contact you can choose or set another image. in the case of the owner / user there is no way to change this. i dont have a gravatar acc. for the user.
i also used my gmail address for one test account and it stills shows the broken missing asset image in the contact.
it’s just weird, that the standard avatar is not showing up, instead a broken / missing asset is used in the code.
maybe i will drop the database and start from scratch.
The strange thing is, the mautic avatar is showing up, when i click in mautic on create new user. As soon as is fill in a non existing email address and click save the standard mautic avatar gone and no placeholder is used anymore.
Can this become a legal / GDPR issue? Since all email addresses are sent to wp.com to check for an gravatar, the personal data is sent to US servers. Allthough you might think, all data is processed on your own server it’s not true in this case.
Wouldn’t it be better to make this gravatar thing optional? Otherwise the avatar from the mautic asset folder is used.
Excellent job catching the firewall issue. I wasn’t expecting that.
I completely agree. It seems mundane and probably covered under someone’s terms and conditions that makes the queries to WP.com permissible but it seems to make more sense all the way around to default to a local image and the gravatar as optional.
So thanks to the help in this post I figured out that in the /app/config/local.php file my site_url was https://my.mauticinstall.tld/index.php after removing the index.php it worked. Hope this may help future someone
I am attaching a small pdf tutorial, How to solve a problem with the profile avatar in Mautic, share it in the community of other forums to help more people.