Project

General

Profile

Actions

Defect #15577

closed

Error 500 when create a new issue in V2.4.1

Added by Mr. DTTH over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

When I create a new issue , it throw error 500

Rails 3.2.15
Redmine 2.4.1

Started POST "/projects/myos/issues" for 113.190.220.198 at 2013-12-02 15:11:19 +0700
Processing by IssuesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ehVu36qmPlS0H8PLVh4ZRJ9i5kq6k8+y9OSJxxlLYsw=", "issue"=>{"tracker_id"=>"4", "subject"=>"Task Title 1111", "description"=>"Content for task 111", "status_id"=>"2", "priority_id"=>"4", "assigned_to_id"=>"37", "fixed_version_id"=>"37", "start_date"=>"2013-12-02", "due_date"=>"", "estimated_hours"=>"", "done_ratio"=>"0"}, "commit"=>"Tạo mới", "project_id"=>"myos"}
Current user: DTTH (id=37)
Completed 500 Internal Server Error in 269.6ms

ArgumentError (wrong number of arguments (3 for 1)):
app/models/mailer.rb:422:in `initialize'
app/models/mailer.rb:445:in `method_missing'
app/models/mailer.rb:52:in `block in deliver_issue_add'
app/models/issue.rb:821:in `each_notification'
app/models/mailer.rb:51:in `deliver_issue_add'
app/models/issue.rb:1514:in `send_notification'
app/models/issue.rb:163:in `create_or_update'
app/controllers/issues_controller.rb:146:in `create'


Related issues

Related to Redmine - Defect #15754: Error when email is configured.Closed

Actions
Actions #1

Updated by Toshi MARUYAMA over 10 years ago

  • Status changed from New to Needs feedback
Actions #2

Updated by Mr. DTTH over 10 years ago

Thanks to Toshi MARUYAMA.

it's fixed.

Actions #3

Updated by Toshi MARUYAMA over 10 years ago

  • Status changed from Needs feedback to Closed
  • Resolution set to Invalid

Thank you for your feedback.

Actions #4

Updated by Toshi MARUYAMA about 10 years ago

  • Related to Defect #15754: Error when email is configured. added
Actions

Also available in: Atom PDF