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

Closed
Open
Created Dec 29, 2011 by Administrator@rootOwner

Error 500 on dashboard and project details

Created by: flixflax

Pulling the latest commit (78d88262) breaks the dashboard and the project details. Just FYI: This commit also solves my umlauts-problem (could see it on the projects page).


Started GET "/dashboard" for 87.157.52.143 at 2011-12-29 10:20:06 +0100
  Processing by DashboardController#index as HTML
Rendered dashboard/_sidebar.html.haml (236.0ms)
Rendered dashboard/_menu.html.haml (14.8ms)
Rendered dashboard/_projects_feed.html.haml (22.1ms)
Rendered dashboard/index.html.haml within layouts/application (358.9ms)
Completed 500 Internal Server Error in 2549ms

ActionView::Template::Error (could not find any magic files!):
    6:         .data
    7:           - project.updates(3).each do |update|
    8:             %a.project-update{:href => dashboard_feed_path(project, update)}
    9:               = image_tag gravatar_icon(update.author_email), :class => "left", :width => 40
    10:               %span.update-title
    11:                 = dashboard_feed_title(update)
    12:               %span.update-author
  lib/utils.rb:22:in `encode'
  app/models/commit.rb:33:in `author_email'
  app/views/dashboard/_projects_feed.html.haml:9:in `block (3 levels) in _app_views_dashboard__projects_feed_html_haml___800123622_105549960'
  app/views/dashboard/_projects_feed.html.haml:7:in `each'
  app/views/dashboard/_projects_feed.html.haml:7:in `block (2 levels) in _app_views_dashboard__projects_feed_html_haml___800123622_105549960'
  app/views/dashboard/_projects_feed.html.haml:4:in `block in _app_views_dashboard__projects_feed_html_haml___800123622_105549960'
  app/views/dashboard/_projects_feed.html.haml:2:in `each'
  app/views/dashboard/_projects_feed.html.haml:2:in `_app_views_dashboard__projects_feed_html_haml___800123622_105549960'
  app/views/dashboard/index.html.haml:6:in `_app_views_dashboard_index_html_haml__70733831_104990890'
  app/controllers/dashboard_controller.rb:8:in `index'
Assignee
Assign to
Time tracking