File is locked – how to unlock – FAQ – ownCloud Central

Manually disable locking state:

  • put ownCloud in maintenance mode: edit config/config.php and change this line:
    'maintenance' => true,
  • Empty table oc_file_locks: Use tools such as phpmyadmin or connect directly to your database and run:
    DELETE FROM oc_file_locks WHERE 1
  • disable maintenance mode (undo first step).

Source: File is locked – how to unlock – FAQ – ownCloud Central

File is locked – how to unlock – FAQ – ownCloud Central was last modified: February 1st, 2020 by Jovan Stosic

Leave a Reply