I just logged in for the first time to mautic. all new to me. There seems to be another icon missing (beside the missing icon on the installation page).
On the top right right corner in the bar, next to my user / admin name the icon is missing.
Screenshot:
mautic ver. 3.1.0 (git download)
php 7.3
CentOS 8.2
joeyk
September 17, 2020, 5:42pm
2
That is your gravatar. For me it’s coming and going.
not sure what you mean with “… it’s coming and going.” It looks like i’ve got permission troubles, since the gravatar is NOT showing up. that’s NOT my gravatar.
I’ve tried these commands:
find . -type f -not -perm 644 -exec chmod 644 {} +
find . -type d -not -perm 644 -exec chmod 755 {} +
chmod -R g+w var/cache/ var/logs/ app/config/
chmod -R g+w media/files/ media/images/ translations/
rm -rf var/cache/*
mentioned here:
That doesn’t seem to work. Listing the /media folder for example gives me different settings. Is that correct?
drwxr-xr-x 2 apache apache 4096 Aug 24 19:57 css
drwxr-xr-x 2 apache apache 4096 Aug 24 19:53 dashboards
drwxrwxr-x 2 apache apache 4096 Aug 24 19:53 files
drwxrwxr-x 4 apache apache 4096 Sep 20 14:35 images
drwxr-xr-x 2 apache apache 4096 Aug 24 19:57 js
looks like this is a browser thing. I just logged in with Safari and the icon is showing up. With firefox 80 the icon is not showing up.
I just came across the mautic logs. Thought the httpd logs will show all, learned something new.
[Sun Sep 20 15:50:56.289021 2020] [access_compat:error] [pid 1870:tid 140661010646784] [client 195.234.109.128:62228] AH01797: client denied by server configuration: /var/www/hyperion/media/images/avatar.png
For some reason the avatar.png file was not accessable, allthough i executed
chown -R apache:apache /var/www/mautic
Is the -R option not working 100% ? did I miss something? Anyway, the avatar is now showing up, in firefox and Safari.
joeyk
September 22, 2020, 4:00pm
6
Happened to me I told you it’s the avatar
1 Like