Project

General

Profile

Defect #28209

Updated by Marius BÄ‚LTEANU about 6 years ago

I have some problem with my Redmine server. 

 I have some attachments file that formated from visio (.vsd documents). 

 Where the file downloaded from our server, this is the production.log in the server : 

 <pre> @ 
 Started GET "/redmine/dmsf/files/2427/download" for 114.124.141.205 at 2018-02-18 22:51:36 +0700 
 Processing by DmsfFilesController#show as HTML 
   Parameters: {"download"=>"", "id"=>"2427"} 
   Current user: harapan (id=124) 
 2018-02-18 22:51:36 harapan@114.124.141.205/: downloaded dmsf://crt/2427/4802 
 Sent file /var/www/redmine/files/dmsf/p_crt/170924140613_2427_Compositional_Tpc_and_Ppc.vsd (0.1ms) 
 Completed 200 OK in 40.3ms (ActiveRecord: 23.3ms) 
 </pre> 

 @ 

 but in the browser don't download anything 

 how to resolve this issues?

Back