[6.1] 500 error on admin page
Created by: ghost
After updating to version 6.1 from 6.0 i have error 500: we're sorry, but something went wrong on Admin page. Global namespaces was included when i updating
Log: Started GET "/admin" for 10.6.9.40 at 2013-09-27 12:37:19 +0300 Processing by Admin::DashboardController#index as HTML Rendered admin/dashboard/index.html.haml within layouts/admin (21.9ms) Completed 500 Internal Server Error in 29ms
ActionView::Template::Error (undefined method path' for nil:NilClass): 30: %hr 31: - @projects.each do |project| 32: %p 33: = link_to project.name_with_namespace, [:admin, project] 34: %span.light.pull-right 35: = time_ago_in_words project.created_at 36: ago app/models/project.rb:170:in
to_param'
app/views/admin/dashboard/index.html.haml:33:in block in _app_views_admin_dashboard_index_html_haml___112670819_29620340' app/views/admin/dashboard/index.html.haml:31:in
_app_views_admin_dashboard_index_html_haml___112670819_29620340'
13:31:08
Checks:
System information System: CentOS 6.3 Current User: root Using RVM: no Ruby Version: 2.0.0p247 Gem Version: 2.0.3 Bundler Version:1.3.5 Rake Version: 10.1.0
GitLab information Version: 6.1.0 Revision: 82f3446f Directory: /home/git/gitlab DB Adapter: mysql2 URL: http://10.6.9.40 HTTP Clone URL: http://*/some-project.git SSH Clone URL: git@**:some-project.git Using LDAP: no Using Omniauth: no
GitLab Shell Version: 1.7.1 Repositories: /home/git/repositories/ Hooks: /home/git/gitlab-shell/hooks/ Git: /usr/bin/git
Checking Environment ...
Git configured for git user? ... no Try fixing it: sudo -u git -H git config —global user.name "GitLab" sudo -u git -H git config —global user.email "gitlab@localhost" For more information see: doc/install/installation.md in section "GitLab" Please fix the error above and rerun the checks. Has python2? ... yes python2 is supported version? ... yes Checking Environment ... Finished Checking GitLab Shell ... GitLab Shell version >= 1.7.1 ? ... OK (1.7.1) Repo base directory exists? ... yes Repo base directory is a symlink? ... no Repo base owned by git:git? ... yes Repo base access is drwxrws---? ... yes update hook up-to-date? ... yes update hooks in repos are links: ... ****** / test ... repository is empty general ... repository is empty ***** / test ... repository is empty Checking GitLab Shell ... Finished Checking Sidekiq ... Running? ... yes Checking Sidekiq ... Finished Checking GitLab ... Database config exists? ... yes Database is SQLite ... no All migrations up? ... yes GitLab config exists? ... yes GitLab config outdated? ... no Log directory writable? ... yes Tmp directory writable? ... yes Init script exists? ... yes Init script up-to-date? ... no Try fixing it: Redownload the init script For more information see: doc/install/installation.md in section "Install Init Script" Please fix the error above and rerun the checks. projects have namespace: ... user / test ... yes general ... no Try fixing it: Migrate global projects For more information see: doc/update/5.4-to-6.0.md in section "#global-projects" Please fix the error above and rerun the checks. ********** / test ... yes Projects have satellites? ... user / test ... yes general ... can't create, repository is empty *********** / test ... can't create, repository is empty Redis version >= 2.0.0? ... yes Your git bin path is "/usr/bin/git" Git version >= 1.7.10 ? ... no Try fixing it: Update your git to a version >= 1.7.10 from Unknown Please fix the error above and rerun the checks.
Checking GitLab ... Finished
git version 1.8.3.4