Patch #5209
closedPatch 1616 giving some trouble?
0%
Description
1. When I run the patch#1616 to add replies to forum emails, I get the errors listed below- but I followed the directions at this link http://www.messaliberty.com/2009/11/how-to-use-email-to-create-and-reply-to-forums-on-redmine/ to clean up some of them. There was one additional error that I had to fix myself in mail_handler_test.rb.rej:
- :issue_categories
+ :issue_categories,
+ :boards
2. After the patch fixes it worked! Email replies to the forum got inserted correctly into the forum! Yea! However, then we found another error. When we tried to got to admin->settings it failed and this was the failure:
ActionView::TemplateError (undefined method `forum_mail_from' for #<Class:0x36db8c70>) on line #9 of settings/_notifications.rhtml:
6: <%= text_field_tag 'settings[mail_from]', Setting.mail_from, :size => 60 ></p>
7:
8: <p><label><= l(:setting_forum_mail_from) ></label>
9: <= text_field_tag 'settings[forum_mail_from]', Setting.forum_mail_from, :size => 60 ></p>
10:
11: <p><label><= l(:setting_bcc_recipients) ></label>
12: <= check_box_tag 'settings[bcc_recipients]', 1, Setting.bcc_recipients? %>
Seems like some definition is missing. Can anyone please help us??
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
Please no support request in the issue tracker.