500 error on new project page after upgrading to 6.0
Created by: JakubJarabica
Hello guys,
this is what I see in production.log:
`Started GET "/projects/new" for 127.0.0.1 at 2013-08-27 15:53:30 +0200 Processing by ProjectsController#new as HTML Rendered projects/_errors.html.haml (0.7ms) Rendered projects/new.html.haml within layouts/navless (161.2ms) Completed 500 Internal Server Error in 356ms
ActionView::Template::Error (undefined method import_url' for #<Project:0x000000088a3290>): 40: = f.label :import_url do 41: %span Import existing repo 42: .controls 43: = f.text_field :import_url, class: 'input-xlarge', placeholder: 'https://github.com/randx/six.git' 44: .light 45: URL must be cloneable 46: .control-group app/views/projects/new.html.haml:43:in
block in _app_views_projects_new_html_haml__781160865718248475_72501200'
app/views/projects/new.html.haml:8:in _app_views_projects_new_html_haml__781160865718248475_72501200'
... moreover I can't see my projects(despite they are shown in my history and can access them with knowing their URL address) - maybe it's related.
I followed all the instructions from here: https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/5.4-to-6.0.md and everything went OK.