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
NextcloudPi Docker with Apache2, Redis and MariaDB.
Nextcloud files and the data directory are on SSD. Some user data is in a separate "Videos" folder on local HDD.
Steps to reproduce
Enable "external storage" app.
In Settings > Administration > External Storages add local folder "Videos" for Nextcloud users.
a) All Nextcloud users should see the external folder "Videos" in their Nextcloud root directory.
b) They should be able to create and edit files and folders inside "Videos".
c) It should be possible to move files and folders into and outside of the "Videos" folder.
Actual behaviour
a) and b) work as expected.
As for c): Moving selected files into and outside of the external folder works. But moving folders is not possible. An error Could not move "<folder-name>" pops up and two exceptions are logged to the Nextcloud log:
{"reqId":"XMGjs6wQ7goAAABwQXAAAAAP","level":3,"time":"2019-04-25T12:10:27+00:00","remoteAddr":"172.16.238.1","user":"ncp","app":"PHP","method":"MOVE","url":"\/remote.php\/dav\/files\/ncp\/Photos","message":"rename(): The first argument to copy() function cannot be a directory at \/data\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#272","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"16.0.0.8"}
{"reqId":"XMGjs6wQ7goAAABwQXAAAAAP","level":3,"time":"2019-04-25T12:10:27+00:00","remoteAddr":"172.16.238.1","user":"ncp","app":"PHP","method":"MOVE","url":"\/remote.php\/dav\/files\/ncp\/Photos","message":"rename(\/\/data\/nextcloud\/data\/ncp\/files\/Photos,\/\/ncdata\/Videos\/Photos): Invalid cross-device link at \/data\/nextcloud\/lib\/private\/Files\/Storage\/Local.php#272","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"16.0.0.8"}
The error occurs with Nextcloud version 15.0.7 and persists after update to beta 16.0.0.8
Server configuration
Operating system: Debian GNU/Linux 9
Web server: Apache 2.4
Database: MariaDB 10
PHP version: PHP 7.2
Nextcloud version: 15.0.7 and 16.0.0.8
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 15.0.5
Where did you install Nextcloud from: NextcloudPi Docker Image
Setup
NextcloudPi Docker with Apache2, Redis and MariaDB.
Nextcloud files and the data directory are on SSD. Some user data is in a separate "Videos" folder on local HDD.
Steps to reproduce
Settings > Administration > External Storages
add local folder "Videos" for Nextcloud users.https://docs.nextcloud.com/server/16/admin_manual/configuration_files/external_storage/local.html
Expected behaviour
a) All Nextcloud users should see the external folder "Videos" in their Nextcloud root directory.
b) They should be able to create and edit files and folders inside "Videos".
c) It should be possible to move files and folders into and outside of the "Videos" folder.
Actual behaviour
a) and b) work as expected.
As for c): Moving selected files into and outside of the external folder works. But moving folders is not possible. An error
Could not move "<folder-name>"
pops up and two exceptions are logged to the Nextcloud log:The error occurs with Nextcloud version 15.0.7 and persists after update to beta 16.0.0.8
Server configuration
Operating system: Debian GNU/Linux 9
Web server: Apache 2.4
Database: MariaDB 10
PHP version: PHP 7.2
Nextcloud version: 15.0.7 and 16.0.0.8
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 15.0.5
Where did you install Nextcloud from: NextcloudPi Docker Image
Signing status:
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local
The text was updated successfully, but these errors were encountered: