You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :(
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") %>
Rendering /x/x/x/redmine-1.1.1/public/500.html (500 Internal Server Error)
The text was updated successfully, but these errors were encountered: