The Basics
- Nextcloud Server version (e.g., 29.x.x):
- 31.0.0
- Operating system and version (e.g., Ubuntu 24.04):
- Ubuntu 24.04 in VirtualBox
- Web server and version (e.g, Apache 2.4.25):
- nginx
- Reverse proxy and version _(e.g. nginx 1.27.2)
- Apache
- PHP version (e.g, 8.3):
- 8.3.6
- Is this the first time youâve seen this error? (Yes / No):
- yes
Summary of the issue you are facing:
Ich habe einen Ordner intern geteilt. Die Freigabe wollte ich wieder lösen, da ich den Ordner verschieben wollte und den Hauptordner wieder freigeben wollte. Dazu kam es jedoch nicht, weil wenn ich die Freigabe löschen wollte, eine Fehlermeldung angezeigt worden ist (WebUI). Den genauen Wortlaut habe ich jetzt nicht, aber sowas wie Fehler, Freigabe nicht löschbar auf englisch.
Dann dachte ich mir, ich lasse die Freigabe zeitlich auslaufen, da ich die Freigabe bearbeiten konnte. Am nÀchsten Tag konnte sich kein Client mehr verbinden und im WebUI wurde mir mein Dashboard zwar angezeigt, aber keine Dateien (eine Fehlermeldung lediglich)
Das Problem betrifft keinen anderen Account, nur meinen. Sobald ich File sharing App deaktiviere, ist das Problem weg, jedoch sind dann natĂŒrlich meine Freigaben bei den anderen Accounts weg.
Was könnte ich tun, damit mein Account wieder funktioniert. (auĂer Backup wieder einspielen)
Configuration
Nextcloud
The output of occ config:list system
or similar is best, but, if not possible, the contents of your config.php
file from /path/to/nextcloud
is fine (make sure to remove any identifiable information!):
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.warptor.de",
"nextcloud.ibs-sued.de",
"192.168.120.31",
"localhost"
],
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "31.0.0.18",
"overwrite.cli.url": "https:\/\/nextcloud.warptor.de",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"default_phone_region": "DE",
"default_language": "de_DE",
"default_locale": "de_DE",
"memcache.local": "\\OC\\Memcache\\APCu",
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"pdfdraw",
"spreed",
"maps"
],
"theme": "",
"loglevel": 2,
"enable_previews": true,
"enabledPreviewProviders": [
"OC\\Preview\\Movie",
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\MP4",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\PDF",
"OC\\Preview\\SVG",
"OC\\Preview\\CVS"
],
"updater.release.channel": "stable",
"maintenance_window_start": 1,
"memories.db.triggers.fcu": true,
"memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
"memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-amd64",
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
"memories.gis_type": 1,
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"memories.vod.disable": false
}
}
Apps
The output of occ app:list
(if possible).
Enabled:
- activity: 4.0.0
- admin_audit: 1.21.0
- app_api: 5.0.2
- bruteforcesettings: 4.0.0
- calendar: 5.1.3
- circles: 31.0.0-dev.0
- cloud_federation_api: 1.14.0
- collectives: 2.16.1
- comments: 1.21.0
- contacts: 7.0.3
- contactsinteraction: 1.12.0
- cospend: 3.0.11
- dashboard: 7.11.0
- dav: 1.33.0
- external: 6.0.1
- federatedfilesharing: 1.21.0
- federation: 1.21.0
- files: 2.3.1
- files_downloadlimit: 4.0.0
- files_external: 1.23.0
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.1
- files_trashbin: 1.21.0
- firstrunwizard: 4.0.0
- gpxpod: 7.0.4
- groupfolders: 19.0.3
- integration_openstreetmap: 2.0.1
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- mail: 4.2.4
- memories: 7.5.2
- nextcloud_announcements: 3.0.0
- notes: 4.11.0
- notifications: 4.0.0
- oauth2: 1.19.1
- password_policy: 3.0.0
- passwords: 2025.2.20
- photos: 4.0.0-dev.1
- polls: 7.4.1
- previewgenerator: 5.8.0
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- recognize: 9.0.0
- recommendations: 4.0.0
- related_resources: 2.0.0
- serverinfo: 3.0.0
- settings: 1.14.0
- support: 3.0.0
- suspicious_login: 9.0.1
- systemtags: 1.21.1
- tasks: 0.16.1
- text: 5.0.0
- theming: 2.6.1
- twofactor_backupcodes: 1.20.0
- viewer: 4.0.0
- webhook_listeners: 1.2.0
- workflowengine: 2.13.0
Disabled:
- cookbook: 0.11.3 (installed 0.11.3)
- deck: 1.15.0 (installed 1.15.0)
- drawio: 3.0.3 (installed 3.0.3)
- electronicsignatures: 3.0.4 (installed 3.0.4)
- encryption: 2.19.0
- facerecognition: 0.9.60 (installed 0.9.60)
- files_versions: 1.24.0 (installed 1.24.0)
- fileslibreofficeedit: 2.0.1 (installed 2.0.1)
- health: 2.2.2 (installed 2.2.2)
- integration_dropbox: 3.1.0 (installed 3.1.0)
- maps: 1.5.0 (installed 1.5.0)
- mediadc: 0.4.0 (installed 0.4.0)
- metadata: 0.22.0 (installed 0.22.0)
- money: 0.29.1 (installed 0.29.1)
- multiboards: 1.0.4 (installed 1.0.4)
- news: 25.3.0 (installed 25.3.0)
- phonetrack: 0.8.2 (installed 0.8.2)
- richdocuments: 8.6.2 (installed 8.6.2)
- richdocumentscode: 24.4.1204 (installed 24.4.1204)
- sharebymail: 1.21.0 (installed 1.21.0)
- spreed: 21.0.0 (installed 21.0.0)
- survey_client: 3.0.0 (installed 1.16.0)
- twofactor_nextcloud_notification: 5.0.0
- twofactor_totp: 13.0.0-dev.0
- updatenotification: 1.21.0 (installed 1.21.0)
- user_ldap: 1.22.0
- user_status: 1.11.0 (installed 1.11.0)
- user_usage_report: 2.0.0 (installed 2.0.0)
- weather_status: 1.11.0 (installed 1.4.0)
- welcome: 1.2.1 (installed 1.2.1)
- whiteboard: 1.0.5 (installed 1.0.5)
- workflow_ocr: 1.31.0 (installed 1.31.0)