HTTP 500 error when issue_url and/or new_issue_url are commented in gitlab.yml
Created by: GeertJohan
I had HTTP/500 errors once I set a project to link to redmine for issues. These were the errors: http://pastebin.com/yCjvG8Q9 http://pastebin.com/JsngV619
I found out it was because in gitlab.yml the issue_url and new_issue_url were still commented. After uncommenting and setting those to the right url's the problem was fixed. I think that this should be either documented or fixed in a way where the gitlab pages are still working.