michaelctorres / clients-oriented-ftp

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

Files not downloadable by group #539

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I create a group and add a client to it, the client can log in and see the 
files.  However, if a file is not specifically assigned to a client, they can 
see it but not download it.

This problem goes away when the file is assigned to the client.

When a file is attempted to be downloaded when assigned to a group the client 
is in, a blank page is displayed and the download dialog never appears.

Original issue reported on code.google.com by spudd...@gmail.com on 29 May 2015 at 9:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This is fixed.

In process.php, line 75 needs to be changed to: 

$files_own_query .= ' OR group_id IN (' . $found_groups . ')';  

(double quotes have been removed)

I found this solution in this issue:
https://code.google.com/p/clients-oriented-ftp/issues/detail?id=414

Original comment by spudd...@gmail.com on 29 May 2015 at 9:28