Guest User

Untitled

a guest
Jan 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. NoMethodError in Socials#index
  2.  
  3. Showing vendor/plugins/theme_fastpointgames/app/views/user/league/_commish_notes.erb where line #2 raised:
  4.  
  5. undefined method `fragment_cache_key' for #<ActionView::Base:0x2e18f514>
  6.  
  7. Extracted source (around line #2):
  8.  
  9. 1: <% cache "commish_note_#{@league.id}" do %>
  10. 2: <%= fragment_cache_key("commish_note_#{@league.id}") %>
  11. 3: <%= fragment_exist?("commish_note_#{@league.id}") %>
  12. 4: <% if @league.respond_to? :commish_notes_body and !@league.commish_notes_body.nil? %>
  13. 5: <!-- <portlet> -->
  14.  
  15. Trace of template inclusion: vendor/plugins/theme_fastpointgames/app/views/socials/dashboard.html.erb
  16.  
  17. RAILS_ROOT: D:/lifelogger/scp
  18. Application Trace | Framework Trace | Full Trace
  19.  
  20. D:/lifelogger/scp/vendor/plugins/theme_fastpointgames/app/views/user/league/_commish_notes.erb:2:in `_run_erb_vendor47plugins47theme_fastpointgames47app47views47user47league47_commish_notes46erb_locals_commish_notes_object'
  21. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:43:in `call'
  22. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb:43:in `fragment_for'
  23. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/cache_helper.rb:35:in `cache'
  24. D:/lifelogger/scp/vendor/plugins/theme_fastpointgames/app/views/user/league/_commish_notes.erb:1:in `_run_erb_vendor47plugins47theme_fastpointgames47app47views47user47league47_commish_notes46erb_locals_commish_notes_object'
  25. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `send'
  26. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `render'
  27. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template'
  28. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:30:in `render'
  29. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:20:in `render'
  30. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
  31. C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  32. C:/Ruby186/lib/ruby/1.8/benchmark.rb:308:in `realtime'
  33. C:/Ruby186/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  34. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb:26:in `benchmark'
  35. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:19:in `render'
  36. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template'
  37. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb:44:in `render_partial'
  38. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/partials.rb:184:in `render_partial'
  39. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:267:in `render'
  40. D:/lifelogger/scp/vendor/plugins/theme_fastpointgames/app/views/socials/dashboard.html.erb:98:in `_run_erb_vendor47plugins47theme_fastpointgames47app47views47socials47dashboard46html46erb'
  41. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `send'
  42. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `render'
  43. C:/Ruby186/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template
Add Comment
Please, Sign In to add comment