Can't view projects/repos in Web interface
Created by: DandyDev
Hey there, I have a problem viewing projects/repo's. I can successfully add users, projects, add public key, push to the repo. But as soon as I try to view the repo in GitLabHQ, it gives me a 500 error, without any of the logs showing me what went wrong... I've tried installing gitlab, using the gitlabhq_install scripts, working of the gitlabhq master branch, which didn't work. After that, I switched to the 2.1.0 tag, same issue arises. A detailed rundown of the problems can be found here: https://github.com/gitlabhq/gitlabhq_install/issues/3
Error from production.log: Started GET "/test_project" for 145.24.205.182 at 2012-02-15 11:08:05 +0000 Processing by ProjectsController#show as HTML Parameters: {"id"=>"test_project"} Completed 500 Internal Server Error in 6ms
StandardError (could not find any magic files!):
config/initializers/gitlabhq/20_grit_ext.rb:19:in transcoding' config/initializers/gitlabhq/20_grit_ext.rb:13:in
content'
app/models/repository.rb:100:in commit' app/models/project.rb:74:in
commit'
app/models/project.rb:178:in `has_commits?'