Can't download collection

24 views
Skip to first unread message

Nogaruki

unread,
May 28, 2022, 3:35:08 PM5/28/22
to ResourceSpace
Hello everyone, I have a problem I can not upload my collections while in config.php I put these parameters:
 
$collection_download = true;
$collection_download_max_size = 1024 * 1024 * 1024;
$use_collection_name_in_zip_name=true;
$use_zip_extension=true;

$archiver_path = 'C:\Program\7-Zip';
$archiver_executable = '7z.exe';
$archiver_listfile_argument = "@";

$collection_download_settings[0]["name"] = 'ZIP';
$collection_download_settings[0]["extension"] = 'zip';
$collection_download_settings[0]["arguments"] = 'a -scsWIN -tzip';
$collection_download_settings[0]["mime"] = 'application/zip';

But I have no download option in the action bar.

reidb...@gmail.com

unread,
Jun 14, 2022, 11:06:56 AM6/14/22
to ResourceSpace
Two thoughts:
1) Is the 7-zip program actually installed and accessible at that $archiver_path ?
2) Try changing -> $use_zip_extension=false

See if that change helps.
-Reid
Reply all
Reply to author
Forward
0 new messages