Hello.

I upgraded to 8.3.0 from 8.2.3.
I did not follow installation as it always works perfectly :).

Unfortunately, I got Error 500 on homepage after installation finished.

I ran gitlab-ctl reconfigure. Everything is ok.

Now i have access to home and admin pages, but every repository pages won't 
work : Error 500.

/var/log/gitlab/gitlab-rails/production.log

Started GET "/namespace/project" for 127.0.0.1 at 2015-12-22 16:43:02 +0100
Processing by ProjectsController#show as HTML
  Parameters: {"namespace_id"=>"namespace", "id"=>"project"}
Completed 500 Internal Server Error in 792ms (ActiveRecord: 35.1ms)

ActionView::Template::Error (wrong number of arguments (1 for 0)):
     7:       = http_clone_button(project)
     8:   = text_field_tag :project_clone, default_url_to_repo(project), 
class: "js-select-on-focus form-control", readonly: true
     9:   .input-group-btn
    10:     = clipboard_button(clipboard_target: '#project_clone')
  app/helpers/clipboard_helper.rb:2:in `clipboard_button'
  app/views/shared/_clone_panel.html.haml:10:in 
`_app_views_shared__clone_panel_html_haml__3364254724703790714_71910120'
  app/views/projects/_home_panel.html.haml:34:in 
`_app_views_projects__home_panel_html_haml__1626122182649436377_58077700'
  app/views/projects/show.html.haml:12:in 
`_app_views_projects_show_html_haml___4449583614917718076_56978280'
  app/controllers/projects_controller.rb:106:in `block (2 levels) in show'
  app/controllers/projects_controller.rb:96:in `show'

Do you know what should I do ?!

Guillaume

-- 
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 gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/31ff572b-aaf9-4759-a433-c49c392f972c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to