Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4903

Closed
Open
Created Aug 26, 2013 by Administrator@rootOwner

Random error 500 on create merge request (6.0)

Created by: hithwen

When creating a merge request users are getting random error 500 page, if going back and clicking again it works fine.

These errors are logged as follows:

Started GET "/root/myproject/merge_requests/new?merge_request%5Bsource_branch%5D=feature%2Ffix_issue&merge_request%5Bsource_project_id%5D=1&merge_request%5Btarget_branch%5D=master&merge_request%5Btarget_project_id%5D=1&merge_request%5Btitle%5D=Feature%2FFix+Issue" for 127.0.0.1 at 2013-08-26 16:01:30 +0200 Processing by Projects::MergeRequestsController#new as HTML Parameters: {"merge_request"=>{"source_branch"=>"feature/fix_issue", "source_project_id"=>"1", "target_branch"=>"master", "target_project_id"=>"1", "title"=>"Feature/Fix Issue"}, "project_id"=>"root/myproject"}Completed 500 Internal Server Error in 155ms

ActiveRecord::UnknownAttributeError (unknown attribute: source_project_id): app/controllers/projects/merge_requests_controller.rb:45:in new' app/controllers/projects/merge_requests_controller.rb:45:innew'

Sorry it's hard to reproduce, hope you can do something with given log

Assignee
Assign to
Time tracking