<?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>
									Unable to run sql query. Please help fast. - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unable-to-run-sql-query-please-help-fast/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 13:50:40 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Unable to run sql query. Please help fast.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unable-to-run-sql-query-please-help-fast/#post-70149</link>
                        <pubDate>Thu, 25 Aug 2022 12:42:24 +0000</pubDate>
                        <description><![CDATA[I went to the forum&#039;s database and changed the values in &#039;wp_wpforo_boards&#039; manually. There were also some duplicates values &#039;wp_wpforo_boards4&#039; and &#039;wp_wpforo_boards2&#039; which I deleted.
Eve...]]></description>
                        <content:encoded><![CDATA[<p>I went to the forum's database and changed the values in 'wp_wpforo_boards' manually. There were also some duplicates values 'wp_wpforo_boards4' and 'wp_wpforo_boards2' which I deleted.</p>
<p>Everything is working fine now. 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>vasudevsoni2001</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unable-to-run-sql-query-please-help-fast/#post-70149</guid>
                    </item>
				                    <item>
                        <title>RE: Unable to run sql query. Please help fast.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unable-to-run-sql-query-please-help-fast/#post-70141</link>
                        <pubDate>Thu, 25 Aug 2022 11:08:20 +0000</pubDate>
                        <description><![CDATA[@vasudevsoni2001,
Please go to Dashboard &gt; wpForo &gt; Boards edit the board you see and change the slug to /community-2/. Then save it and try the SQL again.]]></description>
                        <content:encoded><![CDATA[<p>@vasudevsoni2001,</p>
<p>Please go to<span style="color: #3366ff"> Dashboard &gt; wpForo &gt; Boards</span> edit the board you see and change the slug to /community-2/. Then save it and try the SQL 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>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unable-to-run-sql-query-please-help-fast/#post-70141</guid>
                    </item>
				                    <item>
                        <title>Unable to run sql query. Please help fast.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unable-to-run-sql-query-please-help-fast/#post-70126</link>
                        <pubDate>Thu, 25 Aug 2022 09:39:55 +0000</pubDate>
                        <description><![CDATA[IMPORTANT!
If the  button doesn&#039;t solve the issues. Please use the SQl commands below in your hosting service cPanel &gt; phpMyAdmin Database Manager &gt; WordPress...]]></description>
                        <content:encoded><![CDATA[<p>IMPORTANT!</p>
<p>If the<span> </span><strong></strong><span> </span>button doesn't solve the issues. Please use the SQl commands below in your hosting service cPanel &gt; phpMyAdmin Database Manager &gt; WordPress Database &gt; SQL Tab. In case you're not familiar with hosting service tools, please contact to your hosting service support team and forward them this message with the SQL command.</p>
<p>Problem fixer SQL commands:</p>
<p> </p>
<pre contenteditable="false">SET AUTOCOMMIT = 0;<br />SET sql_mode='NO_AUTO_VALUE_ON_ZERO';<br /><br />INSERT INTO `wp_wpforo_boards` (`boardid`, `title`, `slug`, `pageid`, `modules`, `locale`, `is_standalone`, `excld_urls`, `status`, `settings`) 
                VALUES(0, 'The69Forum Forum', 'community', 72, 
                    '{\"tags\":true,\"subscriptions\":true,\"mentioning\":true,\"follows\":true,\"notifications\":true,\"logging\":true,\"seo\":true,\"antispam\":true,\"akismet\":true,\"rss\":true,\"social\":true,\"revisions\":true,\"bookmarks\":true,\"wpforo-user-custom-fields\":true,\"wpforo-private-messages\":true,\"wpforo-mycred\":true,\"wpforo-topic-prefix\":true,\"wpforo-tenor\":true,\"wpforo-giphy\":true,\"wpforo-advanced-attachments\":true,\"wpforo-embeds\":true,\"wpforo-topic-custom-fields\":true,\"wpforo-syntax-highlighter\":true,\"wpforo-cross-posting\":true,\"wpforo-ad-manager\":true,\"wpforo-polls\":true,\"wpforo-emoticons\":true,\"wpforo-woocommerce-memberships\":true}', 
                        'en_US', 0, '[]', 1, '{\"title\":\"The69Forum Forum\",\"desc\":\"The69Forum Discussion Board\"}');<br /><br />;SET AUTOCOMMIT = 1;</pre>
<p><strong>When I am trying to run this query in SQL it is showing this error - </strong></p>
<p><strong>#1062 - Duplicate entry 'community' for key 'unique_slug'.</strong></p>
<p>Please help quick my forum is empty.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>vasudevsoni2001</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unable-to-run-sql-query-please-help-fast/#post-70126</guid>
                    </item>
							        </channel>
        </rss>
		