Problem/Motivation

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.

Acceptance Criteria

Testing steps

Command icon Show commands

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

swirt created an issue. See original summary.

  • swirt committed 4fceda56 on 1.0.x
    feat: #3559722 Zip path not resolving correctly on Acquia Cloud
    
swirt’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

swirt’s picture

Status: Fixed » Closed (fixed)

Went out with Beta 7