After update from 0.8 to trunk I can't create task
Added by Vinicius Ebersol over 14 years ago
Hi,
I was using Redmine 0.8, so I resolved to do an update to version 1.0. But I did a choose to get from github, the development version. I followed the upgrade tutorial and everything seems to be fine, I just can't create tasks. I read the logs and haven't found any error. Just a post to index, as you can see at the end. Somebody knows what can be?
Get New Task
Processing IssuesController#new (for 189.27.136.225 at 2010-08-31 11:44:34) [GET] Parameters: {"project_id"=>"educat", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new Completed in 1473ms (View: 603, DB: 127) | 200 OK [http://********/issues/new?project_id=educat]
Post New Task
Processing IssuesController#new (for 189.27.136.225 at 2010-08-31 11:44:44) [POST] Parameters: {"commit"=>"Criar", "project_id"=>"educat", "action"=>"new", "authenticity_token"=>"j9h0xsxCpCtZWqxLIZC1/UyZdNJvrVS0rRNqu3QuOzc=", "id"=>"", "issue"=>{"start_date"=>"2010-08-31", "estimated_hours"=>"", "priority_id"=>"4", "fixed_version_id"=>"", "done_ratio"=>"0", "assigned_to_id"=>"", "subject"=>"Test", "tracker_id"=>"6", "due_date"=>"", "status_id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}, "_"=>""} Completed in 114ms (View: 22, DB: 63) | 200 OK [http://********/issues/new?id=&project_id=educat]
Post Index (List tasks)
Processing IssuesController#index (for 189.27.136.225 at 2010-08-31 11:44:53) [POST] Parameters: {"commit"=>"Criar", "project_id"=>"educat", "action"=>"index", "authenticity_token"=>"j9h0xsxCpCtZWqxLIZC1/UyZdNJvrVS0rRNqu3QuOzc=", "issue"=>{"start_date"=>"2010-08-31", "estimated_hours"=>"", "priority_id"=>"4", "fixed_version_id"=>"", "done_ratio"=>"0", "assigned_to_id"=>"", "subject"=>"Test", "tracker_id"=>"6", "due_date"=>"", "status_id"=>"1", "description"=>"Test text"}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}} Rendering template within layouts/base Rendering issues/index.rhtml Completed in 401ms (View: 253, DB: 114) | 200 OK [http://********/issues?project_id=educat]
Cheers,
vebersol