Sep 14, 2020 1:24 pm
Hello,
Guests are able to upvote or downvote comments multiple times. It says "You already voted for this comment" yet, the comment count changes anyways. How can I stop this from happening?
10 Replies
Sep 14, 2020 1:25 pm
Hi @bigfish,
Please read this support topic: https://wpdiscuz.com/community/f-a-q/limit-comment-likes-unlimited-voting-problem/
Sep 14, 2020 1:45 pm
I followed the instructions and the column that the SQL query tries to add is already on the table:
MariaDB [(edited)]> ALTER TABLE `wp_wc_users_voted` ADD COLUMN `post_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT0, ADD COLUMN `date` INT(11) UNSIGNED NOT NULL DEFAULT 0, ADD INDEX `post_id` (`post_id`);
ERROR 1060 (42S21): Duplicate column name 'post_id'
Sep 15, 2020 10:53 am
Sep 17, 2020 2:36 pm
Hello,
the admin login info was sent to your e-mail address yesterday.
Thanks
Nov 17, 2020 9:27 am
thanks you