-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Breaking change: 10.2 changes avatars location #35311
Comments
@j-snd Thanks for reporting. Were the avatars hosted in an LDAP server or they were regular users |
The avatars were from regular users. In the meantime I have upgraded another server by installing the tarball and all avatars are removed too. Did no one else had this problem? Is there a way to restore the avatars without going back to the previous version of owncloud? |
Just tested with a tarball too and I was able to reproduce it too. The info of the avatars persists in the backend but they are not shown in the webUI |
could be related to owncloud/enterprise#3332 |
I upgraded from 10.0.2 to 10.2.0 manually and have the same problem. The Data folder is not in the installation direrctory and the avatars are still there. They are regular users. php 7.1. If i upload a new avatar it´s not located in the avatars folder. So the path seems to be messed up. |
most likely broken with 18dc418 |
@micbar FYI: 10.2 pollutes data folder on avatar upload. |
the fix for this issue is oneliner but we might need a repair step now to collect the garbage directories. :/ |
Hi VicDeo, I have changed Avatar.php and all missing avatars show up again. Was it this what I should try? |
If someone uploaded a new Avatar because the one befor was gone: Is it there after the update without a repair? Or does the User again have no Avatar? That´s the question which should answer the one above me. |
@micbar old location is a subdir of data/avatars. md5 of uid with chars 1-2 and 3-4 treated as directory names
|
Well, we should clean this up properly, yes. |
PR for release notes known issue owncloud/docs#1294 |
Hi,
after upgrading with Debian package manager from 10.1 to 10.2 all avatars have gone. I have upgraded two different servers and avatars disappeared at both.
Operating system:
Debian Linux Stretch 9.9
Web server:
Apache Version 2.4.25
Database:
mysql 14.14 Distrib 5.6.30
PHP version:
PHP 7.0.33-0+deb9u3
ownCloud version: (see ownCloud admin page)
10.2.0 (stable)
Updated from an older ownCloud or fresh install:
10.1.1 (stable)
Where did you install ownCloud from:
deb http://download.owncloud.org/download/repositories/production/Debian_9.0/ /
Regards
Jochen
The text was updated successfully, but these errors were encountered: