Advertisement
Guest User

Untitled

a guest
Mar 15th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ActionView::Template::Error (incompatible character encodings: ASCII-8BIT and UTF-8):
  2. 27: :id => 'tag' %>
  3. 28: <% end -%>
  4. 29:
  5. 30: <% if @repository.supports_all_revisions? %>
  6. 31: | <%= l(:label_revision) %>:
  7. 32: <%= text_field_tag 'rev', @rev, :size => 8 %>
  8. 33: <% end %>
  9. app/views/repositories/_navigation.html.erb:30:in `block in _app_views_repositories__navigation_html_erb__997203925942952170_70174274845000'
  10. app/views/repositories/_navigation.html.erb:9:in `_app_views_repositories__navigation_html_erb__997203925942952170_70174274845000'
  11. app/views/repositories/show.html.erb:4:in `_app_views_repositories_show_html_erb___3665620718196763072_70174275009180'
  12. app/controllers/repositories_controller.rb:125:in `show'
  13. lib/redmine/sudo_mode.rb:63:in `sudo_mode'
  14.  
  15. production:
  16. adapter: mysql2
  17. database: redmine
  18. host: localhost
  19. username: redmine
  20. password: redmine
  21. encoding: utf8
  22.  
  23. Encoding.default_external = Encoding::UTF_8
  24. Encoding.default_internal = Encoding::UTF_8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement