Open GoogleCodeExporter opened 9 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
+1 to this issue. Anyone else see this problem?
Original comment by da...@sabresolutions.com.au
on 23 Mar 2014 at 6:08
I am also having this issue. Has a solution been provided?
Original comment by taclemon...@gmail.com
on 23 May 2014 at 8:22
Original issue reported on code.google.com by
LUTRAM...@gmail.com
on 13 Mar 2014 at 11:23