お世話になっております。
現在、Windows2003 ServerR2でRedmine2.4.2の運用をしています。
以前に発行されたチケットの添付ファイルや新規チケットにファイルを添付する際に、以下のエラーが出て、添付ファイルの操作が出来ません。
---ここから----
Processing by AttachmentsController#upload as JS
Parameters: {"attachment_id"=>"1", "filename"=>"redmine_dmsf-master.zip"}
Current user: h.onuma (id=3)
Completed 500 Internal Server Error in 125ms
TypeError (can't convert Hash into String):
app/models/attachment.rb:332:in `join'
app/models/attachment.rb:332:in `disk_filename'
app/models/attachment.rb:104:in `files_to_final_location'
app/controllers/attachments_controller.rb:88:in `upload'
------ここまで----
何か、よい対処方法があれば、教えていただければと思います