-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 500 when reading -any- repository file #21
Comments
Ugh. That stupid CodesetUtil line was there to fix a bug in 1.4. Now it broke all the old ones? FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF......... I don't have one redmine install to test with anymore, let alone the 6 of them necessary to service all the old releases. Can you grep the Redmine 1.1 codebase for any "utf8" commands, and tell me which one I should be using? |
Hopefully, this is what you wanted:
|
As for "should be using", I haven't the foggiest idea. Haven't done any Ruby programming since the nineties, and even then it was only to the "Hello world" level. |
Whenever I open any repositry file, I get an error 500.
My redmine log shows:
ActionView::TemplateError (uninitialized constant Redmine::CodesetUtil) on line #15 of vendor/plugins/redmine_ultraviolet/app/views/common/_file.rhtml: 12: </style> 13: 14: <div class="uv-file"> 15: <%= syntax_highlight( filename, Redmine::CodesetUtil.to_utf8_by_setting(content) ) %> 16: </div> 17: 18: <% content_for :header_tags do %>
I know this is because my Redmine is old as dirt (1.1.2~bpo60+1, Debian Squeeze backports), but it would be awesomesauce if it was stated somewhere that 1.4.2 (or whatever it is) is the required Redmine version.
So yeah, put my issue down as either "incomplete documentation" or "not backwards compatible" depending on how much work you want to do :-D
The text was updated successfully, but these errors were encountered: