Bug #23179 See Comments

Comments Not Working

Version: 3.5.10 Reporter: Monstrous Media Group

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

I’m trying to add channel entry comments to a page. Allow Comments is ‘yes’ and Allow Comments Default is ‘yes’ for the channel (Products). In the DB, exp_channel_titles, all entries ‘allow_comments’ column is ‘y’. However, when I try to setup the form for comments and view it as Super Admin, I get the error ‘Commenting is not available in this channel entry.’

In the channel entry Options tab, there is not checkbox for Allow Comments.

Checked a test build for 3.5.4 and the Allow Comments checkbox was there, upgraded to 3.5.10 and it’s gone.

My code:

public function decoderRing($str)
{
    {exp:comment:form channel="products" entry_id="{embed:entry_id}" form_class="validator" dynamic="no"}
           <div class="panel-body">
            <div class="form-group">        
            <label for="comment">Comment {required}</label>
            <textarea name="comment" class="form-control" required>{comment}</textarea>
            <span class="help-block with-errors"></span>
          </div>
           </div>
           <div class="panel-footer text-right">
             <button role="submit" name="submit" class="btn btn-primary">Submit</button>
           </div>
           {/exp:comment:form}
}
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases