Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 Internal Server Error on opening closed issue #2

Open
sandr opened this issue Feb 21, 2011 · 1 comment
Open

500 Internal Server Error on opening closed issue #2

sandr opened this issue Feb 21, 2011 · 1 comment
Assignees

Comments

@sandr
Copy link

sandr commented Feb 21, 2011

ActionView::TemplateError (OLE2 signature is invalid) on line #19 of vendor/plugins/redmine_msg_preview/app/views/issues/_msg_list.html.erb:
16:
17:
18: <% @issue.attachments.each do |att| %>
19: <% msg = Mapi::Msg.open att.diskfile %>
20: <tr class="<%= cycle("odd", "even") %>">
21: <%= lookup_property(msg, "SENDER") %>
22: <%= lookup_property(msg, "SUBJECT") %>

vendor/plugins/redmine_msg_preview/app/views/issues/_msg_list.html.erb:19
vendor/plugins/redmine_msg_preview/app/views/issues/_msg_list.html.erb:18
lib/redmine/hook.rb:113:in `send'
lib/redmine/hook.rb:113:in `view_issues_show_description_bottom'
lib/redmine/hook.rb:63:in `send'
lib/redmine/hook.rb:63:in `call_hook'
lib/redmine/hook.rb:63:in `each'
lib/redmine/hook.rb:63:in `call_hook'
lib/redmine/hook.rb:60:in `tap'
lib/redmine/hook.rb:60:in `call_hook'
lib/redmine/hook.rb:144:in `call_hook'
app/views/issues/show.rhtml:63:in `_run_rhtml_app47views47issues47show46rhtml'
app/controllers/issues_controller.rb:117:in `show'
app/controllers/issues_controller.rb:116:in `show'

Rendering /x/x/x/redmine-1.1.1/public/500.html (500 Internal Server Error)

@ghost ghost assigned alexbevi Apr 27, 2011
@alexbevi
Copy link
Owner

sandr, have you tried with any other msg attachments? I've found since writing this plugin that it's pretty unstable (due to the ruby-ole library) and it doesn't handle as many variations/versions of the MSG format as I would have liked :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants