There is an error when exporting if the zip command isn't installed on the host. See 3153fd0.
Suggested actions to fix:
- Check to see if
which zip returns an exit status of 0 before this line:
|
exec("zip -r $tmp_zip $foldername"); |
- Update documentation to say that
zip is a system dependency
There is an error when exporting if the
zipcommand isn't installed on the host. See 3153fd0.Suggested actions to fix:
which zipreturns an exit status of0before this line:archon/packages/creators/db/export-eac.inc.php
Line 159 in 3153fd0
zipis a system dependency