Showing forums/_topic.html.erb where line #10 raised: Mysql::Error: Unknown column 'sections.section_id' in 'where clause': SELECT `forums`.* FROM `forums` INNER JOIN sections ON forums.id = sections.forum_id WHERE ((`sections`.section_id = 6)) Extracted source (around line #10): 7:

8: <%- n = topic.posts.count -%> 9: <%= link_to h(topic.name), 10: forum_path(topic.forum, topic, :posts => n), 11: :class => "show-follow" %> 12: (<%= pluralize(n, "post") %>) 13:

Trace of template inclusion: /forums/show.html.erb RAILS_ROOT: /home/nat/Project/neru/insoshi/insoshi