<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Unlimited voting problem, fix and limit comment likes - Frequently Asked Questions				            </title>
            <link>https://wpdiscuz.com/community/f-a-q/limit-comment-likes-unlimited-voting-problem/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 16:03:57 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Unlimited voting problem, fix and limit comment likes</title>
                        <link>https://wpdiscuz.com/community/f-a-q/limit-comment-likes-unlimited-voting-problem/#post-1233</link>
                        <pubDate>Thu, 04 Jun 2020 08:42:05 +0000</pubDate>
                        <description><![CDATA[If your comment like/dislike system allows people to like more than one time, it means the update process was not finished correctly and some changes in the database was not implemented. We ...]]></description>
                        <content:encoded><![CDATA[<p>If your comment like/dislike system allows people to like more than one time, it means the update process was not finished correctly and some changes in the database was not implemented. We recommend deactivate wpDiscuz and activate it back, then delete all caches and check again. If the problem exists please follow to the instruction below:</p>
<p> </p>
<p>This is a database table structure issue. The <span style="color: #0000ff"><span style="color: #ff0000">wp_</span>wc_users_voted</span> table structure is not updated on your website. You should execute this SQL query in <span style="color: #993300">phpMyAdmin </span>database manager <span style="color: #993300">SQL Tab</span>. You can install <a href="https://wordpress.org/plugins/wp-phpmyadmin-extension/" target="true">phpMyAdmin plugin</a>, or use your <span style="color: #3366ff">Hosting Service cPanel &gt; phpMyAdmin Database Manager &gt; Your website Database &gt; SQL Tab</span>:</p>
<pre>ALTER TABLE `<span style="color: #ff0000">wp_</span>wc_users_voted` ADD COLUMN `post_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, ADD COLUMN `date` INT(11) UNSIGNED NOT NULL DEFAULT 0, ADD INDEX `post_id` (`post_id`);</pre>
<p>Please check the red marked <span style="color: #ff0000">wp_</span> prefix. If your database table prefix is different, you should change it to yours.</p>
199
<p>After, executing the SQL, click on the database name and find <span style="color: #0000ff"><span style="color: #ff0000">wp_</span>wc_users_voted</span> table in table list, then click on the <span style="color: #ff00ff">Structure</span> button of this table and make sure all columns/fields exist in this table:</p>
200
<p>That's it! Don't forget delete all kind of caches again (plugin cache, CDN, minifier, optimizer). And refresh you browser pressing Ctrl+F5 to reset browser cache too.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/f-a-q/">Frequently Asked Questions</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/f-a-q/limit-comment-likes-unlimited-voting-problem/#post-1233</guid>
                    </item>
							        </channel>
        </rss>
		