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

Closed
Open
Created Dec 23, 2013 by Administrator@rootOwner

Error on gitlab project homepage and settings page after upgrade to 6.4 stable

Created by: pcraston

I'm getting the following error: (in log/production.log)

ActionView::Template::Error (wrong number of arguments (at least 1)):
    26:     - unless empty_repo
    27:       .project-home-links
    28:         = link_to pluralize(@repository.round_commit_count, 'commit'), project_commits_path(@project, @ref || @repository.root_ref)
    29:         = link_to pluralize(@repository.branch_names.count, 'branch'), project_branches_path(@project)
    30:         = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)
    31:         %span.light.prepend-left-20= repository_size
  app/views/projects/_home_panel.html.haml:29:in `count'
  app/views/projects/_home_panel.html.haml:29:in `_app_views_projects__home_panel_html_haml__4153498735422129773_42868680'
  app/views/projects/show.html.haml:1:in `_app_views_projects_show_html_haml___329502265495059746_41924020'
  app/controllers/projects_controller.rb:73:in `block (2 levels) in show'
  app/controllers/projects_controller.rb:65:in `show'
  app/controllers/application_controller.rb:57:in `set_current_user_for_thread'

Info command:

System information
System:         Ubuntu 12.04
Current User:   git
Using RVM:      yes
RVM Version:    1.6.9
Ruby Version:   1.9.3p327
Gem Version:    1.8.23
Bundler Version:1.3.3
Rake Version:   10.1.0

GitLab information
Version:        6.4.0
Revision:       0e4a8e2
Directory:      /home/git/gitlab
DB Adapter:     postgresql
URL:            https://XXX
HTTP Clone URL: https://XXX/some-project.git
SSH Clone URL:  git@XXX:some-project.git
Using LDAP:     yes
Using Omniauth: no

GitLab Shell
Version:        1.8.0
Repositories:   /home/git/repositories/
Hooks:          /home/git/gitlab-shell/hooks/
Git:            /usr/bin/git

No errors when I run the check command.

Assignee
Assign to
Time tracking