Problems upgrading from redmine 2.3.2 to 3.2.5
Added by Juan Jose Amor over 7 years ago
Hello,
I upgraded an installation of redmine 2.3.2 to 3.2.5. It works ok, but when opening or modifying an issue it cannot send mail. The log shows this:
Completed 500 Internal Server Error in 279ms (ActiveRecord: 95.8ms) NoMethodError (undefined method `ascii_only?' for #<User:0x007fa91257f680>): app/models/mailer.rb:454:in `deliver_mail' config/initializers/10-patches.rb:154:in `deliver' app/models/mailer.rb:64:in `block in deliver_issue_add' app/models/issue.rb:952:in `each_notification' app/models/mailer.rb:63:in `deliver_issue_add' app/models/issue.rb:1687:in `send_notification' app/models/issue.rb:182:in `create_or_update' app/controllers/issues_controller.rb:141:in `create' lib/redmine/sudo_mode.rb:63:in `sudo_mode'
I'm using ruby 2.1, rails 4.2.7.1.
Thanks in advance!
Replies (1)
RE: Problems upgrading from redmine 2.3.2 to 3.2.5 - Added by Juan Jose Amor over 7 years ago
Finally, this was caused by an incompatible plugin. I just removed it.