<?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>
									DB errors - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 16 Jun 2026 00:21:25 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13680</link>
                        <pubDate>Tue, 23 Jan 2018 10:08:13 +0000</pubDate>
                        <description><![CDATA[Seems to work fine now.Thank you again.]]></description>
                        <content:encoded><![CDATA[<p>Seems to work fine now.</p><p>Thank you again.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13680</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13679</link>
                        <pubDate>Tue, 23 Jan 2018 09:15:24 +0000</pubDate>
                        <description><![CDATA[Oh, ok i will do that asap and update here.]]></description>
                        <content:encoded><![CDATA[<p>Oh, ok i will do that asap and update here.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13679</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13678</link>
                        <pubDate>Tue, 23 Jan 2018 09:13:50 +0000</pubDate>
                        <description><![CDATA[Posted by: Anonymous20Robert, i will wait.Many thanks.This is a specific issue, you should execute the SQLs for all your sites. The update doesn&#039;t have this fix. It only fix the first genera...]]></description>
                        <content:encoded><![CDATA[<blockquote><div class="wpforo-post-quote-author"><strong>Posted by: Anonymous20</strong></div><p>Robert, i will wait.</p><p>Many thanks.</p></blockquote><p>This is a specific issue, you should execute the SQLs for all your sites. The update doesn't have this fix. It only fix the first general issue. This two SQLs fix all problems at once. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13678</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13677</link>
                        <pubDate>Tue, 23 Jan 2018 09:10:35 +0000</pubDate>
                        <description><![CDATA[Robert, i will wait.Many thanks.]]></description>
                        <content:encoded><![CDATA[<p>Robert, i will wait.</p><p>Many thanks.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13677</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13669</link>
                        <pubDate>Tue, 23 Jan 2018 08:22:17 +0000</pubDate>
                        <description><![CDATA[Ok I see the issue. This issue is only exists in your database because of last custom SQLs .The index we inserted last time was not complete. All this is fixed in next version. If you can&#039;t ...]]></description>
                        <content:encoded><![CDATA[<p>Ok I see the issue. This issue is only exists in your database because of last custom SQLs .The index we inserted last time was not complete. All this is fixed in next version. If you can't wait for the update please execute these SQLs:</p><p>First remove the last index, by executing this SQL, make sure the table prefix <span style="color: #ff0000">wp_</span> is correct:</p><pre>ALTER TABLE `<span style="color: #ff0000">wp_</span>wpforo_subscribes` DROP INDEX `itemid_type_user_name_user_email`;</pre><p>Then create the correct one:</p><pre>ALTER TABLE `<span style="color: #ff0000">wp_</span>wpforo_subscribes` ADD UNIQUE( `itemid`, `type`, `userid`, `user_email`);</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/4/#post-13669</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13639</link>
                        <pubDate>Sat, 20 Jan 2018 20:08:25 +0000</pubDate>
                        <description><![CDATA[Posted by: RobertPlease do nothing, you&#039;ll not get any error. The key will be added in future updates. You have nothing to do.Well Robert it is not ok after all ?  Now I get errors when i tr...]]></description>
                        <content:encoded><![CDATA[<blockquote><div class="wpforo-post-quote-author"><strong>Posted by: Robert</strong></div><p>Please do nothing, you'll not get any error. The key will be added in future updates. You have nothing to do.</p></blockquote><p>Well Robert it is not ok after all ?  Now I get errors when i try to subscribe to any topic.</p><p> Is that related ?</p><p> WordPress database error Duplicate entry '31-topic--' for key 'itemid_type_user_name_user_email' for query INSERT INTO `wp_wpforo_subscribes` (`itemid`, `type`, `confirmkey`, `userid`, `active`, `user_name`, `user_email`) VALUES (31, 'topic', 'c571019dbe7af978f19287b8cffb8526', 2, 1, '', '') made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook-&gt;do_action, WP_Hook-&gt;apply_filters, wpforo_actions, wpForoPost-&gt;add, do_action('wpforo_after_add_post'), WP_Hook-&gt;do_action, WP_Hook-&gt;apply_filters, wpforo_topic_auto_subscribe, wpForoSubscribe-&gt;add</p><p> </p><p>&amp;</p><p> </p><p>WordPress database error Duplicate entry '31-topic--' for key 'itemid_type_user_name_user_email' for query INSERT INTO `wp_wpforo_subscribes` (`itemid`, `type`, `confirmkey`, `userid`, `active`, `user_name`, `user_email`) VALUES (31, 'topic', '3862037f461d3c6403d1b4bc8ada01b0', 2, 1, '', '') made by do_action('wp_ajax_wpforo_subscribe_ajax'), WP_Hook-&gt;do_action, WP_Hook-&gt;apply_filters, wpf_subscribe, wpForoSubscribe-&gt;add</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13639</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13436</link>
                        <pubDate>Mon, 15 Jan 2018 23:08:01 +0000</pubDate>
                        <description><![CDATA[Please do nothing, you&#039;ll not get any error. The key will be added in future updates. You have nothing to do.]]></description>
                        <content:encoded><![CDATA[<p>Please do nothing, you'll not get any error. The key will be added in future updates. You have nothing to do.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13436</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13432</link>
                        <pubDate>Mon, 15 Jan 2018 22:47:19 +0000</pubDate>
                        <description><![CDATA[Posted by: RobertJust execute this SQl for other websites, there is no issue with that.I did that last night and they all suffered from the same problem. And because of larger ammount of pos...]]></description>
                        <content:encoded><![CDATA[<blockquote><div class="wpforo-post-quote-author"><strong>Posted by: Robert</strong></div><p>Just execute this SQl for other websites, there is no issue with that.</p></blockquote><p>I did that last night and they all suffered from the same problem. And because of larger ammount of posts and topics, i spend almost an hour clearing them out.</p><p>Not sure if while doing that (all what you proposed above) solved the problem but also deleted some subsriptions from users.</p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13432</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13431</link>
                        <pubDate>Mon, 15 Jan 2018 22:44:36 +0000</pubDate>
                        <description><![CDATA[Just execute this SQl for other websites, there is no issue with that.]]></description>
                        <content:encoded><![CDATA[<p>Just execute this SQl for other websites, there is no issue with that.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13431</guid>
                    </item>
				                    <item>
                        <title>RE: DB errors</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13406</link>
                        <pubDate>Sun, 14 Jan 2018 21:33:35 +0000</pubDate>
                        <description><![CDATA[But i upgraded also 2 other sites, they didn&#039;t had debug enabled. How i can be sure the error wasn&#039;t there ?]]></description>
                        <content:encoded><![CDATA[<p>But i upgraded also 2 other sites, they didn't had debug enabled. How i can be sure the error wasn't there ?</p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/db-errors/paged/3/#post-13406</guid>
                    </item>
							        </channel>
        </rss>
		