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
Using a bitnami redmine, installed the plugin, and when i try to create a task from the dashboard, it gives this error:
Processing IssuesController#create (for 189.60.171.45 at 2011-06-09 14:55:19) [POST]
Parameters: {"commit"=>"Create", "project_id"=>"suporte", "action"=>"create", "authenticity_token"=>"Ha5axDS1/MqjofR8zQtd+0tFZ5A+4VEZ+UiHv6YJSNQ=", "issue"=>{"start_date"=>"2011-06-09", "user_story_id"=>"23", "estimated_hours"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "fixed_version_id"=>"5", "done_ratio"=>"0", "assigned_to_id"=>"", "subject"=>"teste", "tracker_id"=>"5", "due_date"=>"", "status_id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}}
Using a bitnami redmine, installed the plugin, and when i try to create a task from the dashboard, it gives this error:
Processing IssuesController#create (for 189.60.171.45 at 2011-06-09 14:55:19) [POST]
Parameters: {"commit"=>"Create", "project_id"=>"suporte", "action"=>"create", "authenticity_token"=>"Ha5axDS1/MqjofR8zQtd+0tFZ5A+4VEZ+UiHv6YJSNQ=", "issue"=>{"start_date"=>"2011-06-09", "user_story_id"=>"23", "estimated_hours"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "fixed_version_id"=>"5", "done_ratio"=>"0", "assigned_to_id"=>"", "subject"=>"teste", "tracker_id"=>"5", "due_date"=>"", "status_id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}}
TypeError (can't convert nil into String):
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:141:in
call_hook' app/controllers/issues_controller.rb:134:in
create'config/initializers/mongrel_cluster_with_rails_211_fix.rb:62:in `dispatch_cgi'
The text was updated successfully, but these errors were encountered: