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

Closed
Open
Created Apr 16, 2013 by Administrator@rootOwner

404 after upgrade to 5.0 from 4.0 -> 4.1 -> 4.2

Created by: noose

Hi, I have 2 problems with newest "stable" gitlab version.

  1. username field in users table is empty (after UPDATE users SET username = email is ok ;-))
  2. There is 404 on /admin page.
==> log/production.log <==
Started GET "/admin" for 127.0.0.1 at 2013-04-16 13:45:44 +0200
Processing by Admin::DashboardController#index as HTML
  Rendered admin/dashboard/index.html.haml within layouts/admin (17.3ms)
Completed 500 Internal Server Error in 22ms

ActionController::RoutingError (No route matches {:action=>"show", :controller=>"admin/users", :id=>#<User id: 44, email: "[email protected]", encrypted_password: "$2a$10$mclTxp.MWSYEiMXmMmB/dec/eSTWHo8Tim.eMNuNZZZV...", reset_password_token: nil, reset_password_sent_at: nil, remember_created_at: nil, sign_in_count: 1, current_sign_in_at: "2012-11-29 08:21:17", last_sign_in_at: "2012-11-29 08:21:17", current_sign_in_ip: "127.0.0.1", last_sign_in_ip: "127.0.0.1", created_at: "2012-11-29 08:12:43", updated_at: "2012-11-29 08:21:17", name: "User Name", admin: false, projects_limit: 10, skype: "", linkedin: "", twitter: "", authentication_token: "V5xVVF8bs4qxu8CGxJdm", theme_id: 1, bio: nil, failed_attempts: 0, locked_at: nil, extern_uid: nil, provider: nil, username: "[email protected]", can_create_group: true, can_create_team: true, state: "active", color_scheme_id: 1>}):
  app/views/admin/dashboard/index.html.haml:43:in `block in _app_views_admin_dashboard_index_html_haml__2500361518835171276_39665320'
  app/views/admin/dashboard/index.html.haml:41:in `_app_views_admin_dashboard_index_html_haml__2500361518835171276_39665320'

What can I do with that?

Assignee
Assign to
Time tracking