adelahmd / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Empty folder download issue on checkbox #582

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select check box ( near be file refresh button )
2. select one or more empty folder for download 
3. It shows unable download 

What is the expected output? What do you see instead?
zip file contains Empty folders - one or more selected itms

What version of the product are you using? On what operating system?
2.0-2_2

Error Code :

{"code":999,"error":"Unexpected server error","details":"PHP error #2, 
fopen(\/tmp\/Mollify5497c712cd4514.09964966zip): failed to open stream: No such 
file or directory 
(\/var\/www\/backend\/plugin\/Archiver\/ArchiverServices.class.php:40)","data":n
ull}

Original issue reported on code.google.com by psbhara...@gmail.com on 22 Dec 2014 at 7:26

GoogleCodeExporter commented 8 years ago
For your information : My selection has all empty folders 

Original comment by psbhara...@gmail.com on 22 Dec 2014 at 7:31

GoogleCodeExporter commented 8 years ago
This issue is because zip archive does not generate file if there is nothing 
added. I've added support for empty folders for the ZipArchive compressor, 
options "raw" and "native" don't yet have this as I'm not sure how to do it 
with them.

Original comment by samuli.j...@gmail.com on 29 Dec 2014 at 8:35

GoogleCodeExporter commented 8 years ago
Fixed in 2.5.19

Original comment by samuli.j...@gmail.com on 29 Dec 2014 at 12:54