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

Closed
Open
Created Mar 04, 2014 by Administrator@rootOwner

HTTP 500 when reading source file

Created by: waghanza

Hi,

I have succefully installed a fresh gitlab install

  • ruby : 2.0.0p353
  • gitlab: 6.6.4 (from github)
  • gitlab-shell: 1.8.0 (from github)
  • OS: Fedora release 20 (Heisenbug)

Everything work fine, sideking is running, unicorn works fine.

All, no except I could not read any file content (blob format).

I have the follwing error :

Started GET "/waghanza/bumper/blob/master/README.md" for 127.0.0.1 at 2014-03-04 15:39:52 +0100
Processing by Projects::BlobController#show as HTML
  Parameters: {"project_id"=>"waghanza/bumper", "id"=>"master/README.md"}
  Rendered shared/_ref_switcher.html.haml (1.8ms)
  Rendered projects/commits/_commit.html.haml (7.1ms)
  Rendered projects/blob/_actions.html.haml (1.0ms)
  Rendered projects/blob/_blob.html.haml (12.0ms)
  Rendered projects/blob/show.html.haml within layouts/projects (14.4ms)
Completed 500 Internal Server Error in 48ms

ActionView::Template::Error (no magic files loaded):
    1: .btn-group.tree-btn-group
    2:   -# only show edit link for text files
    3:   - if @blob.text?
    4:     - if allowed_tree_edit?
    5:       -# = link_to "edit", project_edit_tree_path(@project, @id), class: "btn btn-small"
    6:     - else
  app/views/projects/blob/_actions.html.haml:3:in `_app_views_projects_blob__actions_html_haml___594012335255623890_84113440'
  app/views/projects/blob/_blob.html.haml:29:in `_app_views_projects_blob__blob_html_haml__521442275756899541_81406780'
  app/views/projects/blob/show.html.haml:5:in `_app_views_projects_blob_show_html_haml__3769477802389350231_50457060'
  app/controllers/application_controller.rb:57:in `set_current_user_for_thread'

Does anyone have installed the last stable version ?

Regards,

PS : I have read the faq and the installation guide here https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md

Assignee
Assign to
Time tracking