There is no column with name 'auto_id' on table 'oc_files_trash'.
redis pour owncloud
désactiver kwallet (virer les prefs, au lancement lui dire de ne pas gérer les pwds)
installer gnome-keyring et libgnome-keyring, seahorse permet de manager les mots de passe
lancer seahorse, modifier le mot de passe login, le mettre à vide
=> plus de pb d'auth avec owncloud
installer qtkeychain et gnome_keyring
On ArchLinux, I fixed this by adding this line into (a new file) /etc/profile.d/owncloud.sh
export GNOME_KEYRING_CONTROL='false' # just a nonsense/invalid value
If you add some File over SSH or FTP to your Owncloud Data-Folder you will not see this.
Login via SSH and got to the OwnCloud Root Folder and Enter these Commands
php console.php files:scan <user_id> #For rescanning a users file
php console.php files:scan --all #For rescanning the files of all users
or if you using MySQl Database, run these SQL-Command:
TRUNCATE oc_filecache;