For some reason, one of the entries on my site seems to generate a blank page when 30 or more comments are displayed. Any ideas how to fix? I’ve got the limit unspecified right now, but setting to 50 doesn’t seem to have any effect.
{exp:comment:entries sort="asc"}
<div class="comment">
<div class="comment_avatar">{if avatar}{avatar_url}{/if}</div>
<div class="comment_author">{name} said:</div>
<div class="comment_date">{comment_date format="%F %d, %Y"} (<span class="comment_time">{exp:time_of_day}{entry_date format="%H"}{/exp:time_of_day}</span>)</div>
{comment}
</div>
{/exp:comment:entries}