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
  • #1788

Closed
Open
Created Oct 24, 2012 by Administrator@rootOwner

New editor function throwing 500 error

Created by: ghost

Everything seems to be working fine with the exception of the new "Edit" function. Below is the pertinent production.log section where error takes place.

The first chunk is clicking on the "edit" button, the second chunk is committing the edit.

Thanks,

Lou

--- LOG OUTPUT BELOW ---

Started GET "/mode-javascript.js" for 127.0.0.1 at 2012-10-24 16:09:20 +0000 Processing by ProjectsController#show as / Parameters: {"id"=>"mode-javascript.js"} Rendered public/404.html (0.0ms) Filter chain halted as :project rendered or redirected Completed 404 Not Found in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

Started PUT "/test_again/tree/master/readme2" for 127.0.0.1 at 2012-10-24 16:09:45 +0000 Processing by TreeController#update as HTML Parameters: {"utf8"=>"â", "authenticity_token"=>"F7X7477PnHvlAH/mv9H7o5PDX0/uF+rYjzCdp4qODBs=", "commit_message"=>"test", "last_commit"=>"f05884c9fc6ceb5bfbaf00a91f630ce6261026ed", "content"=>"test", "project_id"=>"test_again", "id"=>"master/readme2"} Completed 500 Internal Server Error in 18ms

RuntimeError (Satellite doesn't exist): lib/gitlab/file_editor.rb:25:in block (2 levels) in update' lib/gitlab/file_editor.rb:21:inopen' lib/gitlab/file_editor.rb:21:in block in update' lib/gitlab/file_editor.rb:18:inupdate' app/controllers/tree_controller.rb:30:in `update'

Assignee
Assign to
Time tracking