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

Closed
Open
Created Oct 26, 2012 by Administrator@rootOwner

Error 500 while trying to browse new repository

Created by: gregf

After upgrading from 2.9 to 3.0 I am unable to browse the files on my newly created repository.

Rendered tree/_submodule_item.html.haml (2.4ms)
Rendered tree/_tree.html.haml (83.0ms)
Rendered tree/show.html.haml within layouts/project_resource (85.7ms)
Completed 500 Internal Server Error in 100ms


ActionView::Template::Error (can't convert nil into String):
    30:           %td
    31:           %td
    32: 
    33:       = render_tree(tree.contents)
    34: 
    35:     - if tree.readme
    36:       = render "tree/readme", readme: tree.readme
  app/helpers/tree_helper.rb:18:in `+'
  app/helpers/tree_helper.rb:18:in `block in render_tree'
  app/helpers/tree_helper.rb:15:in `each'
  app/helpers/tree_helper.rb:15:in `render_tree'
  app/views/tree/_tree.html.haml:33:in `_app_views_tree__tree_html_haml__1015439342_108194740'
  app/views/tree/show.html.haml:3:in `_app_views_tree_show_html_haml___370792724_108448290'
  app/controllers/tree_controller.rb:17:in `show'
Assignee
Assign to
Time tracking