You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'INSERT INTO oc_file_locks (key,lock,ttl) SELECT ?,?,? FROM oc_file_locksWHEREkey = ? HAVING COUNT(*) = 0' with params ["files\/93038fb9f1be0b9ad3f4883c845a80e9", 1, 1522364815, "files\/93038fb9f1be0b9ad3f4883c845a80e9"]: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction
Server configuration
Operating system:
Server: Ubuntu 16.04
Desktop: Windows 10 Web server:
NGiNX 1.10 Database:
MariaDB 10.2 (MariaDB Repo) PHP version:
PHP 7.2 Nextcloud version: (see Nextcloud admin page)
13 Updated from an older Nextcloud/ownCloud or fresh install:
Fresh INstall Where did you install Nextcloud from:
Zip Nextcloud Logs: https://paste.ubuntu.com/p/nXR4knCHjb/
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
Tell us what should happen
No error
Actual behaviour
Tell us what happens instead
Error occurs:
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'INSERT INTO
oc_file_locks(
key,
lock,
ttl) SELECT ?,?,? FROM
oc_file_locksWHERE
key= ? HAVING COUNT(*) = 0' with params ["files\/93038fb9f1be0b9ad3f4883c845a80e9", 1, 1522364815, "files\/93038fb9f1be0b9ad3f4883c845a80e9"]: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction
Server configuration
Operating system:
Server: Ubuntu 16.04
Desktop: Windows 10
Web server:
NGiNX 1.10
Database:
MariaDB 10.2 (MariaDB Repo)
PHP version:
PHP 7.2
Nextcloud version: (see Nextcloud admin page)
13
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh INstall
Where did you install Nextcloud from:
Zip
Nextcloud Logs:
https://paste.ubuntu.com/p/nXR4knCHjb/
The text was updated successfully, but these errors were encountered: