Just recently started getting the following error message:
NoMethodError in Digest#digest_publish
Showing app/views/digest/digest_publish.html.erb where line #67 raised:
undefined method `feedcount' for nil:NilClass
Extracted source (around line #67):
64: <textarea id="c-flash_new" style="display:none"><script type='text/javascript' src='http://panel2.feed.informer.com/javascripts/swfobject.js'></script>
65: <script type='text/javascript'>
66: var flashvars = {
67: feedCount: <%= !@flashoption.feedcount.nil? ? @flashoption.feedcount : "10" %>,
68: showSummaries: <%= !@flashoption.showsummaries.nil? ? @flashoption.showsummaries : "true" %>,
69: scrollText: <%= !@flashoption.scrolltext.nil? ? @flashoption.scrolltext : "true" %>,
70: showDates: <%= !@flashoption.showdates.nil? ? @flashoption.showdates : "true" %>,
.......................
Request
Parameters:
{"id"=>"368058"}
Show session dump
Response
Headers:
{"X-Powered-By"=>"Phusion Passenger (mod_rails/mod_rack) 2.0.6",
"Content-Type"=>"text/html",
"cookie"=>[],
"Cache-Control"=>"no-cache"}