-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avatars Letter misaligned after update to 14.0.4 #12716
Comments
What avatars are those? |
@riccager do you have imagemagick enabled on your server? |
Hi skjnldsv, |
Thanks @riccager |
here |
Wow, that is really surprising! :O |
I fixed this now with (while new user avatars are created correctly):
select path from filecache where name like 'avatar%' limit 10;
find $NCSERVERROOT/appdata_oc6f59l0az9t/avatar -name generated | while read L; do pushd $(dirname $L); rm -f *.png; popd; done
redis-cli flushdb
sudo -u wwwrun php $NCSERVERROOT/occ files:scan-app-data and finaly logoff, reload with CTRL+F5 and logon |
Thank you for your help! I think we can close this issue now 🙂👌🏼 |
Steps to reproduce
Expected behaviour
After upgrade , Avatars Letter misaligned on user menu
before on nextcloud 13.0.8 work ok
Server configuration
Operating system:
debian 8.1
Web server:
Apache2
Database:
MariaDB
PHP version:
PHP 7.0.16-1
The text was updated successfully, but these errors were encountered: