Closed ferdiga closed 8 years ago
Duplicate of #11797
As a workaround, you can change the filesystem update frequency so it rechecks on every access. This impacts performance, but gives you the desired behaviour.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Steps to reproduce
mount external local file system with only read permissions for www-data delete a directory on the external file system
Expected behaviour
should disappear in the web gui
Actual behaviour
does not disappear - is not accessible - but can/must be deleted in WEB - GUI
Server configuration
Operating system: Debian 8 Web server: apache2 2.4.10-10+deb8u1 Database: mariadb-server 10.0.22-0+deb8u1
PHP version: php5 5.6.14+dfsg-0+deb8u1 ownCloud version: (see ownCloud admin page) 8.2.1 Updated from an older ownCloud or fresh install: updated from 8.1.1 List of activated apps:
Enabled:
The content of config/config.php:
-- public keyword is unknown in 8.2.1
{ "system": { "instanceid": "ocde8d3204fb", "passwordsalt": "_REMOVED SENSITIVE VALUE_", "datadirectory": "\/var\/www\/ownclouddata", "dbtype": "mysql", "version": "8.2.1.4", "dbname": "owncloud", "dbhost": "localhost", "dbtableprefix": "oc", "dbuser": "_REMOVED SENSITIVE VALUE_", "dbpassword": "_REMOVED SENSITIVE VALUE_", "installed": true, "enable_previews": true, "forcessl": true, "theme": "", "maintenance": false, "mail_smtpmode": "smtp", "mail_smtphost": "localhost", "mail_smtpport": "25", "mail_smtptimeout": 10, "memcache.local": "\OC\Memcache\Redis", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "\/var\/run\/redis\/redis.sock", "port": 0, "timeout": 0 }, "loglevel": 3, "share_folder": "\/Shared", "trusted_domains": [ "service.chricar.at" ], "mail_from_address": "xenon", "mail_domain": "strakosch.at", "secret": "_REMOVED SENSITIVE VALUE_", "singleuser": false, "forceSSLforSubdomains": true, "trashbin_retention_obligation": "auto", "filelocking.enabled": "false" } }
Are you using external storage, if yes which one: local/smb/sftp/... local, Google Drive Are you using encryption: yes/no no Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... no
Client configuration
Browser: Chrome current Operating system: Ubuntu 15.04
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log