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

Closed
Open
Created Apr 06, 2012 by Administrator@rootOwner

Cannot edit profile

Created by: ProgVal

Hi,

With the version in master I cannot access the "Edit profile" page because I get a 500 error code.

Here is the log:

Started GET "/profile" for 2001:470:cbb3:64:5054:ff:fea6:8f78 at 2012-04-06 18:03:57 +0000
Processing by ProfileController#show as HTML
  Rendered profile/show.html.haml within layouts/profile (6.1ms)
Completed 500 Internal Server Error in 8ms

ActionView::Template::Error (undefined method `bio' for #<User:0x00000007161b40>):
    53:       .clearfix
    54:         = f.label :bio
    55:         .input
    56:           = f.text_area :bio, :rows => 6, :class => "xlarge", :maxlength => 250
    57:           %span.help-block About yourself in fewer than 250 characters.
    58:     .span7.right
    59:       %p.alert-message.block-message 
  app/views/profile/show.html.haml:56:in `block in _app_views_profile_show_html_haml__3933088739412480307_57547920'
  app/views/profile/show.html.haml:26:in `_app_views_profile_show_html_haml__3933088739412480307_57547920'

Using tag v2.3.1 instead fixes it.

Regards, Valentin

Assignee
Assign to
Time tracking