This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

The comment entered has already been submitted.
#1

After searching your forum regarding the following error :

Quote:Sorry but 1 error was found when processing your comment.

Please correct this error and submit the form again:

• The comment entered has already been submitted. Please submit a new comment.

I located the thread :

http://www.commentics.org/forum/showthread.php?tid=320

that was last replied to 07-Sep-2011, 09:05 PM

The issue at hand is still there and can not be removed unless I clear my sessions, cookies, history, ect.

Even detected as an administrator the problem does not become resolved.

Is there a fix or removal of code I can do myself since the issue does not seem to be of any importance to be removed?

Best regards,
Me.
Reply
#2

Are you only getting this error when you delete the comment and try to post it again?

I'll work on a fix for it. In the meantime you could remove it by opening:

/comments/includes/app/processor.php

And comment out this line:
PHP Code:
<?php 
cmtx_comment_resubmit
($cmtx_comment); //check comment is new

Like this:
PHP Code:
<?php 
//cmtx_comment_resubmit($cmtx_comment); //check comment is new

Have you completed the interview?
Reply
#3

Thank you for the quick fix. As for your inquiry. No, I receive the error regardless of what I do. I started deleting them when I began getting the error as I couldn't see any of the comments it was referring to through the database. I tried a few fixes that failed horribly then decided to preform a clean installation. To no avail I continue to have the issues.
Reply
#4

The feature relies on a session to work. It may be because there is no session.

Did you add this at the very top of your page:

PHP Code:
<?php
session_start
();
ob_start();
?>

Have you completed the interview?
Reply
#5

The session start is indeed added to the in the beginning of the index. If you want to examine it I can give you restricted access to the directory its located in and export the sql so you can examine it. I may have done something wrong which is very likely. Just let me know and I'll respond accordingly.
Reply
#6

I get this same bug.

The comment out works for now, but a fix would be great.

Am using 2.1
Reply
#7

It's fixed in the next version, v2.2.

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
13-Aug-2021, 08:01 AM
Last Post by Steven
19-Mar-2017, 01:52 PM
Last Post by Steven
07-Oct-2014, 07:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)