michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Download Zipped option not working #455

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. tick select option for files 
2. select download zipped and click proceed
3. hangs at 'please wait while your download is prepared' pop up, nothing ever 
happens, regardless if its 1 or several files selected.

What is the expected output? What do you see instead?

zipped download of selected files

What version of the product are you using? On what operating system?
ProjectSend-r514.zip on linux server cent os 6.5 running cpanel/whm

Please provide any additional information below.

can someone find issue and post fix

Original issue reported on code.google.com by LUTRAM...@gmail.com on 13 Mar 2014 at 11:23

GoogleCodeExporter commented 8 years ago
Spotted another post about this 
https://code.google.com/p/clients-oriented-ftp/issues/detail?id=409&can=1&q=ZIPP
ED I tried the fix:

in process-zip-download.php, line 52 is missing a ["] at ...["' . $this_file_id 
.']...

so line 52 now looks like:

$fq = 'SELECT * FROM tbl_files_relations WHERE (client_id="' . $global_id . '" 
OR group_id IN ("' . $found_groups . '")) AND file_id="' . $this_file_id .'" 
AND hidden = "0"';

unfortunately it has made no difference?? any more help much appreciated 

Original comment by LUTRAM...@gmail.com on 14 Mar 2014 at 10:03

GoogleCodeExporter commented 8 years ago
+1 to this issue.  Anyone else see this problem?

Original comment by da...@sabresolutions.com.au on 23 Mar 2014 at 6:08

GoogleCodeExporter commented 8 years ago
I am also having this issue. Has a solution been provided?

Original comment by taclemon...@gmail.com on 23 May 2014 at 8:22