ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Parent task translation missing: en, activerecord, errors, models, issue, attributes, parent_issue_id, not_a_valid_parent (Bug #1082)
Description
When updating a child issue. I was presented with that error.
Associated revisions
"New Project" link on Projects page for admin users (#1082).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1518 e93f8b46-1217-0410-a6f0-8f06a7374b81
History
Updated by kwadronaut . at 2013-05-22 12:41 am
Same here. Attached the productionlog error. Running ChiliProject 3.8.0.93de0ba66 (MySQL)
Processing IssuesController#update (for at 2013-05-21 21:45:16) [PUT]
Parameters: {"commit"=>"Submit", "notes"=>"Lots of text", "action"=>"update", "_method"=>"put", "authenticity_token"=>"", "send_notification"=>"1", "id"=>"2633", "issue"=>{"start_date"=>"2013-05-21", "custom_field_values"=>{"3"=>"23", "4"=>"", "5"=>"0"}, "estimated_hours"=>"", "priority_id"=>"2", "parent_issue_id"=>"", "lock_version"=>"1", "fixed_version_id"=>"", "done_ratio"=>"0", "assigned_to_id"=>"3", "subject"=>"Research pip puppet packages", "category_id"=>"", "tracker_id"=>"4", "due_date"=>"", "status_id"=>"3", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}}
Sending email notification to:
Sending email notification to:
ActiveRecord::ActiveRecordError (Impossible move, target node cannot be inside moved tree.):
app/models/issue.rb:740:in `update_nested_set_attributes'
app/models/issue.rb:596:in `save_issue_with_child_records'
app/models/issue.rb:579:in `save_issue_with_child_records'
app/controllers/issues_controller.rb:158:in `update'
/usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:in `process_request'
/usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:418:in `start_request_handler'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:358:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:354:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:in `start'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:213:in `start'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
/usr/lib/phusion_passenger/passenger-spawn-server:61
Rendering /var/www/chili/public/500.html (500 Internal Server Error)