Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. NoMethodError in Admin/base#error_404
  2.  
  3. Showing themes/asnap/views/shared/_menu.html.erb where line #8 raised:
  4.  
  5. undefined method `any?' for nil:NilClass
  6. Extracted source (around line #8):
  7.  
  8. 5: cache_key << RefinerySetting.find_or_set(:refinery_menu_cache_action_suffix, "site_menu")
  9. 6: cache_key << request.path
  10. 7: cache(cache_key.join('_')) do
  11. 8: if (collection ||= @menu_pages).any?
  12. 9: -%>
  13. 10: <nav id='<%= dom_id %>' class='<%= %W(#{css} clearfix).join(' ') %>'>
  14. 11: <%= render :partial => "/shared/menu_branch",
  15. Trace of template inclusion: themes/asnap/views/pages/show.html.erb
Add Comment
Please, Sign In to add comment