Created
September 6, 2013 14:43
-
-
Save awead/6464806 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is what I get when accessing /dashboard | |
NoMethodError - undefined method `noid' for #<ActiveSupport::HashWithIndifferentAccess:0x007fa2e059c290>: | |
blacklight (4.3.0) lib/blacklight/solr/document.rb:49:in `method_missing' | |
/Users/adamw/Projects/Github/projecthydra/sufia/app/views/dashboard/_index_partials/_list_files.html.erb:17:in `___sers_adamw__rojects__ithub_projecthydra_sufia_app_views_dashboard__index_partials__list_files_html_erb__2739266435830798116_70168719366480' | |
It's solr-related and for some reason I don't have the noid method in my SolrDocument class. I believe it's something to do with my CatalogController config. Since I'm integrating Sufia into an existing head, I'm having to wire it up slightly differently than the standard install, although just about everything else works, so I'm pretty close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment