owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.35k stars 2.06k forks source link

Saving Files in Microsoft Excel #40870

Closed LucasNoack closed 7 months ago

LucasNoack commented 1 year ago

Steps to reproduce

  1. Create new Excel File
  2. Try to open it

Expected behaviour

The file should be editable because I just created it

Actual behaviour

There is an error that says, that an other person is editing the file

Server configuration

Operating system: Ubuntu 20.04.6 LTS

Web server: Apache/2.4.57 (Ubuntu)

Database: 10.11.4-MariaDB

PHP version: PHP 7.4.33

ownCloud version: (see ownCloud admin page) 10.12.2.1

Updated from an older ownCloud or fresh install: Updated from older version

Where did you install ownCloud from: apt

Signing status (ownCloud 9.0 and above): Free Version

Login as admin user into your ownCloud and access

No errors have been found.

The content of config/config.php: { "system": { "updatechecker": false, "updater.server.url": "https:\/\/updates.owncloud.com\/server\/", "operation.mode": "single-instance", "instanceid": "oc2jjyw9e4lx", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "217.160.6.210", "files.dfp-service.de" ], "datadirectory": "\/var\/www\/owncloud\/data", "overwrite.cli.url": "https:\/\/files.dfp-service.de\/owncloud", "dbtype": "mysql", "version": "10.12.2.1", "dbname": "ownCloud", "dbhost": "localhost", "dbtableprefix": "oc", "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "filelocking.enabled": true, "memcache.local": "\OC\Memcache\Redis", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "\/var\/run\/redis\/redis-server.sock", "port": 0 }, "logtimezone": "Europe\/Berlin", "apps_paths": [ { "path": "\/var\/www\/owncloud\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/www\/owncloud\/apps-external", "url": "\/apps-external", "writable": true } ], "installed": true, "htaccess.RewriteBase": "\/owncloud", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpmode": "php", "trashbin_retention_obligation": "auto, 20", "versions_retention_obligation": "auto, 20", "check_for_working_webdav": true, "theme": "", "loglevel": 2, "maintenance": false, "singleuser": false, "allow_user_to_change_mail_address": "" } }

List of activated apps:

Enabled:

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption: yes/no yes

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... Webdav

Client configuration

Browser:

Operating system: Windows

JayAige commented 1 year ago

I'm facing the same issue. Since last week, Microsoft Office programs (tested with PowerPoint, Word and Excel) produce an error while saving a file via WebDAV. It seems like the UNLOCK command ist not properly send or processed. Here is what we tested so far:

This error greatly affects our workflow, as we have to manually unlock each file. Is there a way to disable file locking via WebDAV temporarly until this error is fixed?

jaeger-sb commented 1 year ago

I can confirm the issue as well! In a previous minor release it worked!

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 7 months ago

This issue has been automatically closed.