nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Deleting files in Gallery doesn't show response #460

Open dt64 opened 6 years ago

dt64 commented 6 years ago

Bug report

Steps to reproduce

  1. have a few (or more) pictures in a directory
  2. navigate to the picture folder in Gallery
  3. click one of the pictures to make it show in window
  4. click the trash icon to delete the picture

Expected behaviour

some kind of response would be expected, e.g. move on to the next picture or go back to folder/file overview

Actual behaviour

no response. the actual files do seem to get deleted, but the gallery app still shows them as they would still exist. you may even click on the right (>) or left (<) arrow to call the former or following picture and go back tothe picture you just "deleted". It's still there.

Server configuration

Operating system: Ubuntu 18.04

Web server: NGINX 1.14.0

Database: MariaDB

PHP version: 7.2 FPM

Nextcloud configuration

Nextcloud version: (see admin page or version.php) 13.0.5

Updated from an older installation or fresh install: fresh

List of activated apps: Enabled:

Nextcloud configuration: { "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "REMOVED SENSITIVE VALUE" ], "datadirectory": "REMOVED SENSITIVE VALUE", "overwrite.cli.url": "https:\/\/REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "13.0.5.2", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "memcache.local": "\OC\Memcache\APCu", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "port": 6379 }, "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpmode": "php", "mail_smtpauthtype": "LOGIN", "mail_domain": "REMOVED SENSITIVE VALUE", "logtimezone": "Europe\/Berlin", "maintenance": false } }

krobelus commented 4 years ago

Same behavior here on 17.0.1, except that files are not actually deleted. Will probably be fixed by #540.