Skip to content

Instantly share code, notes, and snippets.

@helrond
Created February 13, 2013 03:12
Show Gist options
  • Save helrond/4941971 to your computer and use it in GitHub Desktop.
Save helrond/4941971 to your computer and use it in GitHub Desktop.
Blacklight error with full trace
NoMethodError in Catalog#show
Showing C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/blacklight-4.0.1/app/views/catalog/show.html.erb where line #8 raised:
undefined method `[]' for nil:NilClass
Extracted source (around line #8):
5: <%= render 'previous_next_doc' %>
6:
7:
8: <% @page_title = t('blacklight.search.show.title', :document_title => document_show_html_title, :application_name => application_name) %>
9: <% extra_head_content << render_link_rel_alternates %>
10: <% sidebar_items << render_document_sidebar_partial %>
11:
Rails.root: C:/Users/harnold/Documents/repos/blacklight_test
Application Trace | Framework Trace | Full Trace
Request
Parameters:
{"id"=>"FA002"}
Show session dump
Show env dump
Response
Headers:
None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment