"Deleted Files" missing

Hi @All

I am using OC 10.0.10.4 on Ubuntu 18.10 with PHP 7.2.10

Since some days I can find the “Deleted Files” Link in the lower, left navigation menu.
This happens with all User accounts and in different Browser.

Expected behavior woulld be to see the “Deleted Files” link to access my Trashbin.

Both the owncloud log and the log of the webserver show no errors.
I also tried an sudo -u www-data ./occ maintenance:repair - in vain.

index.php/settings/integrity/failed gives me:
“No errors have been found.”

My config.php looks like this:

{
“system”: {
“instanceid”: “ocxftmj2hf5j”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“REMOVED”
],
“datadirectory”: “REMOVED”,
“overwrite.cli.url”: “REMOVED”,
“dbtype”: “mysql”,
“version”: “10.0.10.4”,
“dbname”: “REMOVED”,
“dbhost”: “127.0.0.1”,
“dbtableprefix”: “oc_”,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“logtimezone”: “UTC”,
“installed”: true,
“mail_from_address”: “REMOVED SENSITIVE VALUE”,
“mail_smtpmode”: “php”,
“mail_domain”: “REMOVED SENSITIVE VALUE”,
“theme”: “”,
“loglevel”: 3,
“enable_previews”: true,
“maintenance”: false,
“trashbin_retention_obligation”: 7,
“trashbin_auto_expire”: true,
“log_rotate_size”: 26214400,
“htaccess.RewriteBase”: “/”,
“memcache.local”: “\OC\Memcache\Redis”,
“redis”: {
“host”: “localhost”,
“port”: 6379
},
“memcache.locking”: “\OC\Memcache\Redis”,
“singleuser”: false
}
}

The last major change I did in OC was to disable encrytion. About a week later I recognized the missing “Deleted Files”. But I have no proof that disabling encrpytion is causative connected to the missing Link. It might just be a temporal coincidence.

Does anyone have a hint for me ?

Thank you very much in advance !

Maybe the app “Deleted files” is now disabled or missing.

2 Likes

This was the solution ! The App was disabled. Enabling the App did the trick.
Sorry, I didn’t know, that “Deleted Files” was an extra App.

Thanks a lot, Alfred !