Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Development
  1. OpenProject
  2. Forums
  3. Development
  4. Error when creating a new work package with the type Bug in OpenProject 4.0

Error when creating a new work package with the type Bug in OpenProject 4.0

Added by Chau Thai over 10 years ago

Hi,

after migrating from 3.0.12 to 4.0, an error occurs, when I try to create a new work package with the type Bug.

This is the error log:

Started POST “/projects/giesen-intranet-v1/work_packages” for 93.211.79.226 at 2014-11-06 14:59:34 +0100
Processing by WorkPackagesController#create as HTML
Parameters: {“utf8”=>“✓”, “authenticity_token”=>“nf/mt8agv9KLIWAeb6NQkMoFqkac7QCZoxyb/gM0aDE=”, “work_package”=>{“type_id”=>“1”, “subject”=>“dsfbdfsgsgdf ”, “parent_id”=>“”, “description”=>" dfgssgfd dfg“, ”status_id“=>”1“, ”priority_id“=>”4“, ”assigned_to_id“=>”“, ”responsible_id“=>”“, ”fixed_version_id“=>”“, ”start_date“=>”“, ”due_date“=>”“, ”estimated_hours“=>”“, ”done_ratio“=>”0“, ”remaining_hours“=>”“, ”cost_object_id“=>”“}, ”attachments“=>{”1“=>{”description“=>”“}}, ”send_notification“=>”1“, ”commit“=>”Anlegen“, ”project_id“=>”kanne-intranet-v1"}
Rendered user_mailer/_issue_details.html.erb (2.7ms)
Rendered user_mailer/work_package_added.html.erb within layouts/user_mailer (8.7ms)
Rendered user_mailer/_issue_details.text.erb (1.8ms)
Rendered user_mailer/work_package_added.text.erb within layouts/user_mailer (7.6ms)

Sent mail to (2.9ms)
Redirected to https://hq.bliphead.com/work_packages/1368
Completed 302 Found in 238.7ms (ActiveRecord: 174.2ms)
Started GET “/work_packages/1368” for 93.211.79.226 at 2014-11-06 14:59:34 +0100
Processing by WorkPackagesController#show as HTML
Parameters: {“id”=>“1368”}
Rendered vendor/bundle/ruby/2.1.0/bundler/gems/openproject-costs-3eaae938ffd8/app/views/hooks/costs/_view_work_package_show_action_menu.html.erb (0.9ms)
Rendered work_packages/_action_menu.html.erb (8.4ms)
Rendered layouts/_action_menu_base.html.erb (0.1ms)
Rendered layouts/_action_menu_specific.html.erb (0.3ms)
Rendered accessibility/_empty_element_tag.html.erb (0.1ms)
Rendered work_packages/_show_attributes.html.erb (18.6ms)
Rendered work_packages/show.html.erb within layouts/base (33.9ms)
Completed 500 Internal Server Error in 63.8ms

ActionView::Template::Error (undefined method `attribute’ for nil:NilClass):
29:
30:

31:

32: <% attributes = work_package_show_attributes(work_package) %>
33:

34:

35: <% attributes[:left].each do |attribute| %>
lib/redmine/hook.rb:73:in `block (2 levels) in call_hook’
lib/redmine/hook.rb:73:in `each’
lib/redmine/hook.rb:73:in `block in call_hook’
lib/redmine/hook.rb:70:in `tap’
lib/redmine/hook.rb:70:in `call_hook’
lib/redmine/hook.rb:174:in `call_hook’
app/helpers/work_packages_helper.rb:605:in `hook_attributes’
app/helpers/work_packages_helper.rb:313:in `work_package_show_attribute_list’
app/helpers/work_packages_helper.rb:324:in `work_package_show_attributes’
app/views/work_packages/_show_attributes.html.erb:32:in `_app_views_work_packagesshow_attributes_html_erb_977660696093338640_69855078432320’
app/views/work_packages/show.html.erb:52:in `_app_views_work_packages_show_html_erb__316664458522167871_69855077254580’
app/controllers/work_packages_controller.rb:75:in `block (2 levels) in show’
app/controllers/work_packages_controller.rb:73:in `show’


Replies (1)

RE: Error when creating a new work package with the type Bug in OpenProject 4.0 - Added by Robin Wagner about 10 years ago

Hi Chau,

could this be caused by the same reason as described here: https://community.openproject.org/topics/3636 ?

  • (1 - 1/1)
Loading...