Title: Comments fail to post
Last modified: August 22, 2016

---

# Comments fail to post

 *  [mprindle](https://wordpress.org/support/users/mprindle/)
 * (@mprindle)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/comments-fail-to-post/)
 * I tried the plugin in version 4.0 and the comments fail to post with the same
   javascript error as others “Notice: It seems you have Javascript disabled in 
   your Browser. In order to submit a comment to this post, please copy the code
   below the form and paste it along with your comment.” I checked the comments.
   php and it is using the comment_form as required by the plugin. The test post
   is: [http://www.miraclereflections.com/reviews/influenster-holiday-jollyvoxbox-2013/](http://www.miraclereflections.com/reviews/influenster-holiday-jollyvoxbox-2013/)
 * The relevant code is below:
 *     ```
       <?php
           $comments_args = array(
             'label_submit'          => __( 'Comment','adelle-theme' ),
             'title_reply'           => __( 'Leave a Reply','adelle-theme' ),
             'title_reply_to'        => __( 'Leave a reply to %s','adelle-theme' ),
             'cancel_reply_link'     => __( 'Cancel reply','adelle-theme' ),
             'comment_notes_before'  => '',
             'comment_notes_after'   => '',
             'comment_field'         => '<p><textarea name="comment" class="comment-textarea" title="' . __( 'Comment','adelle-theme' ) . '" cols="50" rows="5" tabindex="1"></textarea></p>',
             'fields'                => apply_filters( 'comment_form_default_fields', array(
               'author'  => '<p><input type="text" name="author" class="comment-input" title="'.__( 'Name','adelle-theme' ).'*" value="'.$comment_author.'" size="22" tabindex="2" />',
               'email'   => '<input type="text" name="email" class="comment-input" title="'.__( 'Email','adelle-theme' ).'*" value="'.$comment_author_email.'" size="22" tabindex="3" />',
               'url'     => '<input type="text" name="url" class="comment-input" title="'.__( 'Website','adelle-theme' ).'" value="'.$comment_author_url.'" size="22" tabindex="4" /></p>',
             ) ),
           );
           comment_form( $comments_args );
           ?>
       ```
   
 * [https://wordpress.org/plugins/stop-spam-comments/](https://wordpress.org/plugins/stop-spam-comments/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [mprindle](https://wordpress.org/support/users/mprindle/)
 * (@mprindle)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/comments-fail-to-post/#post-5294106)
 * A little more troubleshooting. It seems it’s failing in the p_ssc_process function
   hitting the wp_die. The error says to copy the code below, but there is no way
   for the code to show up since it’s being issued by the die function. The fail
   error may need to be clarified a little bit to prevent confusion.
 * Also, it’s not dependant on the theme or browser. I switched to the default 2014
   theme with the same error. I have also tried Firefox & Chrome.
 *  Thread Starter [mprindle](https://wordpress.org/support/users/mprindle/)
 * (@mprindle)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/comments-fail-to-post/#post-5294113)
 * Ok last update. Figured it out. This plugin does not work when using the JetPack
   Comments. When the JP comments is disabled then the plugin works as expected.
   Any way to update the plugin to work with JP Comments?
 *  Plugin Author [pinoceniccola](https://wordpress.org/support/users/pinoceniccola/)
 * (@pinoceniccola)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/comments-fail-to-post/#post-5294143)
 * Actually, I know nothing about JetPack Comments. Will look further to see if 
   there is a solution.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comments fail to post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/stop-spam-comments_a6c8f9.svg)
 * [Stop Spam Comments](https://wordpress.org/plugins/stop-spam-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stop-spam-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stop-spam-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/stop-spam-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stop-spam-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stop-spam-comments/reviews/)

## Tags

 * [comments.php](https://wordpress.org/support/topic-tag/comments-php/)
 * [comment_form](https://wordpress.org/support/topic-tag/comment_form/)

 * 3 replies
 * 2 participants
 * Last reply from: [pinoceniccola](https://wordpress.org/support/users/pinoceniccola/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/comments-fail-to-post/#post-5294143)
 * Status: not resolved