Advertisement
Guest User

Untitled

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