naidu / redmine-dmsf

Automatically exported from code.google.com/p/redmine-dmsf
0 stars 0 forks source link

Download files - error 500 #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. select files
2. click Download button (want to download selected as zip)
3. got error 500

Same with email button

From log:

Processing DmsfController#entries_operation (for 192.168.0.102 at 2011-07-27 
21:22:49) [POST]
  Parameters: {"files"=>["82"], "download_entries"=>"StĂĄhnout", "authenticity_token"=>"kmTXZP++V3D22asW5f3Oqfyrue38pQnLk7ooPqCM=", "action"=>"entries_operation", "id"=>"test", "controller"=>"dmsf"}

MissingSourceFile (no such file to load -- zip/zip):
  vendor/plugins/redmine_dmsf/app/controllers/dmsf_controller.rb:252:in `download_entries'
  vendor/plugins/redmine_dmsf/app/controllers/dmsf_controller.rb:54:in `entries_operation'

Original issue reported on code.google.com by lukas.kr...@gmail.com on 27 Jul 2011 at 8:15

GoogleCodeExporter commented 9 years ago
RTFM

Original comment by vit.jo...@gmail.com on 27 Jul 2011 at 8:52

GoogleCodeExporter commented 9 years ago
Sorry ut this is probably most reported issue caused by incomplete setup 
procedure ... read FAQ

Original comment by vit.jo...@gmail.com on 27 Jul 2011 at 8:53

GoogleCodeExporter commented 9 years ago
Ohh, sorry, my bad. Thanks.

(Maybe hide or disable button if rubyzip is not installed and show "?".)

Original comment by lukas.kr...@gmail.com on 27 Jul 2011 at 10:09