Closed (fixed)
Project:
DKAN Dataset Archiver
Version:
1.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
24 Nov 2025 at 22:47 UTC
Updated:
25 Nov 2025 at 04:43 UTC
Jump to comment: Most recent
When the intended location of the new archive zip file is created, on most environments it generates a path like
` /var/www/html/src/site/files/dataset-archives/current/theme/theme_dialysis-facilities_current.zip`
however when running on an Acquia cloud environment, it generates
`dataset-archives/current/theme/theme_dialysis-facilities_current.zip`
and as a result is unable to create the archive.
Unfotunately the Zip->close() call does not support stream wrappers so will need to find a reliable way to generate the the actual file path using the fileSystem.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
swirtComment #6
swirtWent out with Beta 7