iboboc / relay

Automatically exported from code.google.com/p/relay
MIT License
0 stars 0 forks source link

Downloading Issue #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try downloading any file and it fails.

What is the expected output? What do you see instead?
Any type of file can't be downloaded.

This happens when trying to download it from the drop down menu.
Firefox can't find the file at 
http://site.com/storage/relay.php?relay=getFile&path=/var/www/virtual/site.com/h
tdocs/storage/downloads/test.txt

This happens with the download cart.
{"bindings": [ {"error": "No files zipped."} ]}

What version of the product are you using? On what operating system?
1.5.3

Original issue reported on code.google.com by joomlu...@gmail.com on 8 Sep 2011 at 4:47

GoogleCodeExporter commented 8 years ago
OP here. The OS is Debian 6.

Original comment by joomlu...@gmail.com on 8 Sep 2011 at 4:48

GoogleCodeExporter commented 8 years ago
Check that you have all the folders in the relay installation with chmod to 
755. Also, use this version of the relay.js (to be placed in the js folder), I 
fixed the issue that comes when file names are having special chars (spaces, 
commas and so) by using the function function htmlspecialchars (string, 
quote_style, charsets, double_encode).

Original comment by daniele....@gmail.com on 7 Feb 2013 at 12:27

Attachments: