Bug #825

When clicking on an enry I get a blank page

Added by greyman - 730 days ago. Updated 18 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :neuro - % Done :

0%

Category :frontend
Target version :5.0.4
Resolution :

fixed


Description

ActionView::TemplateError (undefined method @comments_closed?' for #<Article:0x36ba4f8>) on line #32 of app/views/articles/read.rhtml:
29:
30: <% if @article.allow_comments? or @article.comments.size > 0 -%>
31: <a name="comments"></a><h4 class="blueblk">Comments</h4>
32: <% unless @article.comments_closed? -%>
33: <p class="postmetadata alt">
34: <small><a href="#respond">Leave a response</a></small>
35: </p>

History

07/19/2006 10:41 PM - anonymous -

ActionView::TemplateError (undefined method @comments_closed?' for #<Article:0x36ba4f8>) on line #32 of app/views/articles/read.rhtml:
29: 
30: <% if @article.allow_comments? or @article.comments.size > 0 -%>
31:   <a name="comments"></a><h4 class="blueblk">Comments</h4>
32:   <% unless @article.comments_closed? -%>
33:     <p class="postmetadata alt">
34:       <small><a href="#respond">Leave a response</a></small>
35:     </p>

07/20/2006 01:19 PM - scott -

Did you restart Typo after upgrading?

06/30/2008 04:44 PM - neuro -

  • Status changed from New to Closed
  • Assigned to changed from scott - to neuro -
  • Target version set to 5.0.4
  • Resolution set to fixed

Was fixed long time ago. At least it works for me now.

Also available in: Atom PDF