I upgraded from 6.8 to 7.3 - the upgrade and related checks are successful. 
 However the site will not render (500 error) and reports the following in 
the production log:

Started GET "/profile" for 127.0.0.1 at 2014-10-31 09:41:47 -0700
Processing by ProfilesController#show as HTML
Completed 500 Internal Server Error in 217ms

ActionView::Template::Error (undefined method `has_key?' for 
#<String:0x007f3d8212fab8>):
    34:       - if current_controller?(:issues)
    35:         = auto_discovery_link_tag(:atom, 
project_issues_url(@project, :atom, private_token: 
current_user.private_token), title: "#{@project.name} issues")
  app/views/layouts/_head.html.haml:37:in 
`_app_views_layouts__head_html_haml___1575909777697105570_69951071729080'
  app/views/layouts/profile.html.haml:3:in 
`_app_views_layouts_profile_html_haml__4324488323807965495_69951076600240'

I do not understand this error - is it saying that the template is 
expecting a hash and getting a string?  Why might this be?

I ran the cache:clear a few times to make sure all was okay there.

Some configuration details:

Git configured for git user? ... yes
Checking Environment ... Finished
GitLab Shell version >= 2.0.1 ? ... OK (2.0.1)
Redis version >= 2.0.0? ... yes
Ruby version >= 2.0.0 ? ... yes (2.1.2)
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.3)

I am running unicorn on port 3000 and reverse proxy Apache to unicorn

i can curl local host   127.0.0.1:3000 and get the following:

<html><body>You are being <a 
href="http://127.0.0.1:3000/users/sign_in";>redirected</a>.</body></html>[

-- 
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/475f5e60-7985-4a57-b6ee-ad11b286cd64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to