Skip to content

Instantly share code, notes, and snippets.

@zamoose
Created March 25, 2015 14:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zamoose/9d41478b9accd11b1133 to your computer and use it in GitHub Desktop.
Save zamoose/9d41478b9accd11b1133 to your computer and use it in GitHub Desktop.
Gitlab error
Started GET "/users/sign_in" for 72.92.42.152 at 2015-03-25 05:20:40 +0000
Processing by SessionsController#new as HTML
Completed 500 Internal Server Error in 93ms
NoMethodError (undefined method `push_events=' for #<GitlabIssueTrackerService:0x0000000490b358>):
app/models/project.rb:329:in `default_issue_tracker'
app/controllers/application_controller.rb:190:in `add_gon_variables'
@virtuman
Copy link

from here:
https://gitlab.com/gitlab-org/gitlab-ce/issues/1266

"I resolved this manually by running gitlab-rake db:migrate. Somehow running sudo gitlab-ctl reconfigure did not do the trick."

@github-zjh
Copy link

@Viruman : I try but not work! Do you Have other answers? My version is lastest (gitlab-ce.x86_64 8.0.5-ce.0.el6)

@deadlocks
Copy link

@github-zjh I am also facing same problem. You got some solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment