<?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>
									Slow voting and database issue - Bug Reports				            </title>
            <link>https://wpdiscuz.com/community/bug-reports/slow-voting-and-database-issue/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 15 Jun 2026 23:49:43 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Slow voting and database issue</title>
                        <link>https://wpdiscuz.com/community/bug-reports/slow-voting-and-database-issue/#post-3177</link>
                        <pubDate>Thu, 30 Jul 2020 09:30:41 +0000</pubDate>
                        <description><![CDATA[Thanks. That fixed it. I did it in the terminal with mysql command line instead.]]></description>
                        <content:encoded><![CDATA[<p>Thanks. That fixed it. I did it in the terminal with mysql command line instead.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>cnxsoft</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/slow-voting-and-database-issue/#post-3177</guid>
                    </item>
				                    <item>
                        <title>RE: Slow voting and database issue</title>
                        <link>https://wpdiscuz.com/community/bug-reports/slow-voting-and-database-issue/#post-3171</link>
                        <pubDate>Thu, 30 Jul 2020 09:02:21 +0000</pubDate>
                        <description><![CDATA[Hi @cnxsoft,
Execute the SQL query below in phpMyAdmin database manager SQL Tab. You can install phpMyAdmin plugin, or use your Hosting Service cPanel &gt; phpMyAdmin Database Manager &gt; ...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@cnxsoft,</span></p>
<p>Execute the SQL query below in<span> </span><span>phpMyAdmin </span>database manager<span> </span><span>SQL Tab</span>. You can install<span> </span><a href="https://wordpress.org/plugins/wp-phpmyadmin-extension/" target="true" rel="nofollow">phpMyAdmin plugin</a>, or use your<span> </span><span>Hosting Service cPanel &gt; phpMyAdmin Database Manager &gt; Your website Database &gt; SQL Tab</span>:</p>
<pre>ALTER TABLE `<span>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> </span><span>wp_</span><span> </span>prefix. If your database table prefix is different, you should change it to yours.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/slow-voting-and-database-issue/#post-3171</guid>
                    </item>
				                    <item>
                        <title>Slow voting and database issue</title>
                        <link>https://wpdiscuz.com/community/bug-reports/slow-voting-and-database-issue/#post-3162</link>
                        <pubDate>Thu, 30 Jul 2020 04:57:36 +0000</pubDate>
                        <description><![CDATA[I&#039;m using wpDiscuz 7.0.5, and I&#039;ve had reports of slow voting acknowledgment (10 seconds). I cannot reproduce it myself. but while looking into my logs I can see some apparently related data...]]></description>
                        <content:encoded><![CDATA[<p>I'm using wpDiscuz 7.0.5, and I've had reports of slow voting acknowledgment (10 seconds). I cannot reproduce it myself. but while looking into my logs I can see some apparently related databases errors:</p>
<pre>2020/07/30 05:41:11  4994#4994: *2051902 FastCGI sent in stderr: "PHP message: WordPress database error Unknown column 'post_id' in 'field list' for query INSERT INTO `wp_wc_users_voted`(`user_id`, `comment_id`, `vote_type`,`is_guest`,`post_id`,`date`)VALUES('807b19d8c11efce82ae178d568f8bf75',574498,-1,1,79070,1596087671); made by do_action('wp_ajax_nopriv_wpdVoteOnComment'), WP_Hook-&gt;do_action, WP_Hook-&gt;apply_filters, WpdiscuzHelperAjax-&gt;voteOnComment, WpdiscuzDBManager-&gt;addVoteType" while reading response header from upstream, client: 197.200.100.175, server: www.cnx-software.com, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "www.cnx-software.com", referrer: "https://www.cnx-software.com/2020/07/25/buy-rock-pi-4c-sbc-with-4gb-ram-hdmi-and-displayport/"<br />2020/07/30 05:41:35  4994#4994: *2051852 FastCGI sent in stderr: "PHP message: WordPress database error Unknown column 'post_id' in 'field list' for query INSERT INTO `wp_wc_users_voted`(`user_id`, `comment_id`, `vote_type`,`is_guest`,`post_id`,`date`)VALUES('807b19d8c11efce82ae178d568f8bf75',574488,-1,1,79070,1596087695); made by do_action('wp_ajax_nopriv_wpdVoteOnComment'), WP_Hook-&gt;do_action, WP_Hook-&gt;apply_filters, WpdiscuzHelperAjax-&gt;voteOnComment, WpdiscuzDBManager-&gt;addVoteType" while reading response header from upstream, client: 197.200.100.175, server: www.cnx-software.com, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "www.cnx-software.com", referrer: "https://www.cnx-software.com/2020/07/25/buy-rock-pi-4c-sbc-with-4gb-ram-hdmi-and-displayport/"<br /><br />
It looks like the plygin is trying to access 'post_id' column that does not existing in 'field list'.</pre>
<p>Is that a bug or a problem with my database?</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>cnxsoft</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/slow-voting-and-database-issue/#post-3162</guid>
                    </item>
							        </channel>
        </rss>
		