On Sun, 2008-06-15 at 17:45 +0100, Andrew Neil wrote:
> > You are my frickin' hero!
> 
> :-)
> Andrea is the hero. I just took a hatchet to his code!

Well the, he rocks, too. In hindsight if I had been able to figure out
how the newsletter extension all works, I might have gone that route. As
it is, I am using the subscriber lists extension.

I am having a problem with it, though. The error is below:

###

Showing
vendor/extensions/subscriber_lists/app/views/subscribers/index.html.erb
where line #15 raised: 

undefined method `count_active_subscribers' for #<Class:0x7fcb342a30d0>

Extracted source (around line #15):

12: <% @lists.each do |list| %>
13:   <tr>
14:   <td><a href="<%= url_for :action => 'list', :id => list.id %>"><span 
class="title"><%= list.title %></span></a></td>
15:   <td><%= Subscriber.count_active_subscribers(list) %></td>
16:   <td><%= link_to "Edit page", page_edit_path(:id => list.id) %></td>
17:   <td><%= link_to "Export", :action => "export", :id => list.id %></td>
18:   </tr>

###

I have huffed and I have puffed, but I cannot figure out how why it isn't 
working. Do you have any thoughts?

Radiant 0.6.7, Rails 2.0.2


~Nate

_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to