Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Rendering /home/qbush/rails_apps/redmine/public/500.html (500 Internal Server Error)
  2.  
  3.  
  4. Processing WelcomeController#index (for 98.154.161.209 at 2010-11-16 09:03:06) [GET]
  5. Parameters: {"action"=>"index", "controller"=>"welcome"}
  6. Rendering template within layouts/base
  7. Rendering welcome/index
  8.  
  9. ActionView::TemplateError (wrong number of arguments (2 for 0)) on line #23 of app/views/welcome/index.rhtml:
  10. 20: <% for project in @projects %>
  11. 21: <% @project = project %>
  12. 22: <li>
  13. 23: <%= link_to_project project %> (<%= format_time(project.created_on) %>)
  14. 24: <%= textilizable project.short_description, :project => project %>
  15. 25: </li>
  16. 26: <% end %>
  17.  
  18. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n/backend/base.rb:158:in `warn_syntax_deprecation!'
  19. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n/backend/base.rb:158:in `interpolate_without_deprecated_syntax'
  20. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n/backend/base.rb:153:in `gsub'
  21. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n/backend/base.rb:153:in `interpolate_without_deprecated_syntax'
  22. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n/backend/base.rb:46:in `translate'
  23. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n.rb:160:in `t'
  24. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n/backend/base.rb:60:in `localize'
  25. /home/qbush/ruby/gems/gems/i18n-0.4.2/lib/i18n.rb:240:in `l'
  26. lib/redmine/i18n.rb:48:in `format_time'
  27. app/views/welcome/index.rhtml:23:in `_run_rhtml_app47views47welcome47index46rhtml'
  28. app/views/welcome/index.rhtml:20:in `each'
  29. app/views/welcome/index.rhtml:20:in `_run_rhtml_app47views47welcome47index46rhtml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement