Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1044

Closed
Open
Created Jul 05, 2012 by Administrator@rootOwner

Bug: Issues page crashes

Created by: jonahwh

When trying to view any issues page, global, or per project, the server crashes, with the following error:

Started GET "/eventmanager_redux/issues" for 134.114.136.234 at 2012-07-05 13:40:27 -0700
Processing by IssuesController#index as HTML
  Parameters: {"project_id"=>"eventmanager_redux"}
  Rendered issues/_head.html.haml (5.4ms)
  Rendered issues/_show.html.haml (97.9ms)
  Rendered issues/_issues.html.haml (116.3ms)
  Rendered issues/index.html.haml within layouts/project (174.9ms)
Completed 500 Internal Server Error in 208ms

ActionView::Template::Error (undefined method `issue_css_classes' for #<#<Class:0x00000008e32d78>:0x000000084fcab0>):
    1: %li.wll{ :id => dom_id(issue), :class => issue_css_classes(issue), :url => project_issue_path(issue.project, issue) }
    2:   .list_legend
    3:     .icon
    4:   .right
  app/views/issues/_show.html.haml:1:in `_app_views_issues__show_html_haml__1972984969950735968_67656160'
  app/views/issues/_issues.html.haml:5:in `block in _app_views_issues__issues_html_haml___1208421057648216870_71818680'
  app/views/issues/_issues.html.haml:4:in `each'
  app/views/issues/_issues.html.haml:4:in `_app_views_issues__issues_html_haml___1208421057648216870_71818680'
  app/views/issues/index.html.haml:57:in `_app_views_issues_index_html_haml___3438211482045513812_74284320'
  app/controllers/issues_controller.rb:37:in `index'

I just updated from 2.4.0 to the stable branch (2.6.3) running Ubuntu 10.04.4 LTS. As far as I can tell, everything else is working fine.

Assignee
Assign to
Time tracking