Thanks for the tip! I got past my issue and able to see the "Profile Settings" page now.
I followed the steps in : https://github.com/gitlabhq/gitlabhq/wiki/From-4.2-to-5.0 and ran those steps under the section: *Update gitlab to recent version * However, during the DB migration step, I got these errors: Using unicorn (4.6.3) Using unicorn-worker-killer (0.4.2) Your bundle is complete! Gems in the groups development, test and postgres were not installed. It was installed into ./vendor/bundle == AddColorAndFontToBroadcastMessages: migrating ============================= -- add_column(:broadcast_messages, :color, :string) -> 0.2111s -- add_column(:broadcast_messages, :font, :string) -> 0.0325s == AddColorAndFontToBroadcastMessages: migrated (0.2441s) ==================== == AddWebsiteUrlToUsers: migrating =========================================== -- add_column(:users, :website_url, :string, {:null=>false, :default=>""}) -> 0.1655s == AddWebsiteUrlToUsers: migrated (0.1658s) ================================== rake aborted! Don't know how to build task 'migrate_groups' (See full trace by running task with --trace) rake aborted! Don't know how to build task 'migrate_global_projects' (See full trace by running task with --trace) rake aborted! Don't know how to build task 'migrate_keys' (See full trace by running task with --trace) rake aborted! Don't know how to build task 'migrate_inline_notes' Any suggestions? On Thursday, February 13, 2014 12:51:46 AM UTC-8, Sytse Sijbrandij wrote: > > Migrate the db > > On Thu, Feb 13, 2014 at 1:56 AM, Rajesh Radhakrishnan > <[email protected] <javascript:>> wrote: > > Hi, > > > > I updated to GitLab 6.5.1 yesterday. Now, when I click on "Profile > > Settings", I get a 500 error. > > > > In gitlab/log/production.log, here is the error that I see: > > > > ActionView::Template::Error (undefined method website_url' for > > #<User:0x002aaab0fd6148>): > > 48: .col-sm-10= f.text_field :twitter, class: "form-control" > > 49: .form-group > > 50: = f.label :website_url, 'Website', class: "control-label" > > 51: .col-sm-10= f.text_field :website_url, class: "form-control" > > 52: .form-group > > 53: = f.label :bio, class: "control-label" > > 54: .col-sm-10 > > app/views/profiles/show.html.haml:51:inblock in > > appviews_profiles_show_html_haml___4186275427462974217_23456300043040' > > app/views/profiles/show.html.haml:11:in > > _app_views_profiles_show_html_haml___4186275427462974217_23456300043040' > > > app/controllers/application_controller.rb:57:inset_current_user_for_thread' > > > > Any suggestions? > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "GitLab" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
