I get this every time I select the "Display Comments" (Format>Show:Teaser>Display Comments)

1div id="comments" class="comment-wrapper">

Comments

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Can you provide a view export which shows how to easy reproduce the issue?
At least it would be helpful to understand exactly what you did.

peximo’s picture

Hi, I have the same problem.

To reproduce:

1. create a view of nodes.
2. in format set "Show: Content | Full content"
3. in the format options select "Display comments"

By debugging I found that the problem is in node.tpl.php.
In hide($content['comments']);, $content['comments'] is not an array, is a string.
Then the function adds 1 to the string passed.

dawehner’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
toastytheog’s picture

I had this same issue going on, I realized it was because the content I was trying to add the comment attribute in the view, had comments defaulted to closed. Hope this helps.