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
  • #996

Closed
Open
Created Jun 28, 2012 by Administrator@rootOwner

project home page 404

Created by: apmorton

Started GET "/libxenon" for 74.106.17.229 at 2012-06-28 00:53:10 +0000
Processing by ProjectsController#show as HTML
  Parameters: {"id"=>"libxenon"}
  Rendered projects/_project_head.html.haml (28.0ms)
  Rendered events/_event_last_push.html.haml (0.5ms)
  Rendered events/_event_issue.html.haml (17.7ms)
  Rendered events/_event_push.html.haml (10.1ms)
  Rendered events/_event_push.html.haml (8.4ms)
  Rendered events/_event_push.html.haml (8.4ms)
  Rendered events/_event_push.html.haml (8.2ms)
  Rendered events/_event_push.html.haml (8.2ms)
  Rendered events/_event_push.html.haml (8.3ms)
  Rendered events/_event_push.html.haml (8.4ms)
  Rendered events/_commit.html.haml (10.0ms)
  Rendered events/_event_push.html.haml (24.6ms)
  Rendered events/_event_push.html.haml (8.9ms)
  Rendered events/_commit.html.haml (9.5ms)
  Rendered events/_event_push.html.haml (23.7ms)
  Rendered events/_event_push.html.haml (8.6ms)
  Rendered events/_event_push.html.haml (15.0ms)
  Rendered events/_event_issue.html.haml (12.8ms)
  Rendered events/_event.html.haml (411.2ms)
  Rendered projects/show.html.haml within layouts/project (499.9ms)
Completed 500 Internal Server Error in 557ms

ActionController::RoutingError (No route matches {:action=>"show", :controller=>"issues", :project_id=>#<Project id: 7, name: "libxenon", path: "libxenon", description: "", created_at: "2012-05-11 13:26:37", updated_at: "2012-05-11 13:26:37", private_flag: true, code: "libxenon", owner_id: 2, default_branch: "master", issues_enabled: true, wall_enabled: true, merge_requests_enabled: true, wiki_enabled: true>, :id=>nil}):
  app/views/events/_event_issue.html.haml:5:in `_app_views_events__event_issue_html_haml__2151605438953164103_63721400'
  app/views/events/_event.html.haml:4:in `_app_views_events__event_html_haml___1343006317117799965_62609640'
  app/views/projects/show.html.haml:25:in `_app_views_projects_show_html_haml___429985511647324456_66990540'
  app/controllers/projects_controller.rb:62:in `block (2 levels) in show'
  app/controllers/projects_controller.rb:58:in `show'

other pages in the project work fine, only the home page for the project errors. not exactly sure how i managed to make this happen, but it worked before i pulled the newest commits and migrated from sqlite to mysql.

Assignee
Assign to
Time tracking