Warning "operation not permitted" when importing capture requests
Mass video digitization workflow management for archiving
Brought to you by:
pjotrek
The following warning is shown when clicking the "import capture request" custom-action button of the request_video_capture task:
Warning: rename(/mnt/video_archive/capture_requests/ferry/VX-00815.json,base/01-request_video_capture//VX-00815.v_ingest): Operation not permitted in /opt/dva-profession/devel/trunk/bin/include/ArchiveStructure.php on line 707
This warning is only shown if the 'MOUNT/REQUESTS' folder is on a different filesystem (eg over the network) than DVA's workflow Task-folder.
Fixed in r563: Declaring "$rename=false" when calling move_files() for capture requests.