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

Closed
Open
Created Aug 31, 2013 by Administrator@rootOwner

500 Internal Server Error on Dashboard-AJAX

Created by: xarem

Hi all

I get this error while loading the dashboard.

Started GET "/?limit=20&offset=0&_=1377914605910" for 127.0.0.1 at 2013-08-31 04:03:26 +0200
Processing by DashboardController#show as JS
  Parameters: {"limit"=>"20", "offset"=>"0", "_"=>"1377914605910"}
Read fragment views/events/663-20130831004743 (0.5ms)
  Rendered events/_event.html.haml (278.8ms)
  Rendered dashboard/show.js.haml (367.9ms)
Completed 500 Internal Server Error in 2031ms

ActionView::Template::Error (ERR operation not permitted):
    3:     %span.cgray.pull-right
    4:       #{time_ago_in_words(event.created_at)} ago.
    5: 
    6:     = cache event do
    7:       = image_tag gravatar_icon(event.author_email), class: "avatar s24", alt:''
    8: 
    9:       - if event.push?
  app/views/events/_event.html.haml:6:in `_app_views_events__event_html_haml__1733607751883357460_73969600'
  app/views/dashboard/show.js.haml:2:in `_app_views_dashboard_show_js_haml___1939583966313527090_73242260'
  app/controllers/dashboard_controller.rb:19:in `show'

gitlab:check looks okay, folder rights should be right too. Does anyone have an idea what to do?

Thank you very much!

System information
System:     CentOS release 6.4 (Final)
Current User:   git
Using RVM:  yes
RVM Version:    1.20.11
Ruby Version:   1.9.3p392
Gem Version:    1.8.25
Bundler Version:1.3.5
Rake Version:   10.1.0

GitLab information
Version:    6.0.0
Revision:   1ac6078
Directory:  /home/git/gitlab
DB Adapter: mysql2
URL:        http://dev.example.com
HTTP Clone URL: http://dev.example.com/some-project.git
SSH Clone URL:  [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no

GitLab Shell
Version:    1.7.0
Repositories:   /home/git/repositories/
Hooks:      /home/git/gitlab-shell/hooks/
Git:        /usr/local/bin/git
Assignee
Assign to
Time tracking