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
In server.php there is a line that says:
$lockBackend = new DAV\Locks\Backend\File('data/locks.dat');
The function this calls does not check if the file/directory is writeable, and with Windows10 clients this produces the "file too big" error.
Checking that the data directory is writeable at this point would help this issue to be better logged.
The text was updated successfully, but these errors were encountered:
In server.php there is a line that says:
$lockBackend = new DAV\Locks\Backend\File('data/locks.dat');
The function this calls does not check if the file/directory is writeable, and with Windows10 clients this produces the "file too big" error.
Checking that the data directory is writeable at this point would help this issue to be better logged.
The text was updated successfully, but these errors were encountered: