<?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>
									Error 2252 - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 07 Aug 2026 11:26:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Error 2252</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81291</link>
                        <pubDate>Thu, 05 Jan 2023 12:07:03 +0000</pubDate>
                        <description><![CDATA[@robert Excellent, I can confirm this works. Thanks!]]></description>
                        <content:encoded><![CDATA[@robert Excellent, I can confirm this works. Thanks!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>urisil</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81291</guid>
                    </item>
				                    <item>
                        <title>RE: Error 2252</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81289</link>
                        <pubDate>Thu, 05 Jan 2023 10:49:20 +0000</pubDate>
                        <description><![CDATA[Hi @urisil,
It&#039;s wrong. You&#039;re doing the same hard code, and you&#039;ll have to do it in the future. The correct way is adding a hook code in either a PHP code snippets using Code Snippets plug...]]></description>
                        <content:encoded><![CDATA[<p>Hi @urisil,</p>
<p>It's wrong. You're doing the same hard code, and you'll have to do it in the future. The correct way is adding a hook code in either a PHP code snippets using <a href="https://wordpress.org/plugins/code-snippets/" target="_blank" rel="noopener">Code Snippets</a> plugin or directly in the <span style="color: #ff0000">functions.php</span> file of your current active theme. Here is the code you should use:</p>
<pre style="background-color: #ffffff;color: #000000;font-size: 12.0pt" contenteditable="false"><span style="color: #0000e5;font-style: italic">add_filter</span>(<span style="color: #c64741">'wpforo_check_referer'</span><span style="color: #000080">, </span><span style="color: #c64741">'__return_false'</span>)<span style="color: #313131">;</span></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/error-2252-2/#post-81289</guid>
                    </item>
				                    <item>
                        <title>RE: Error 2252</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81157</link>
                        <pubDate>Thu, 29 Dec 2022 08:22:10 +0000</pubDate>
                        <description><![CDATA[@chris I see that you have added the hook in the latest update, 2.1.4. Am I correct in assuming that I need to change the value to false in order not to get the 2252/2253 error?

if( apply...]]></description>
                        <content:encoded><![CDATA[<p>@chris I see that you have added the hook in the latest update, 2.1.4. Am I correct in assuming that I need to change the value to false in order not to get the 2252/2253 error?</p>
<blockquote>
<p>if( apply_filters( 'wpforo_check_referer', false )</p>
</blockquote>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>urisil</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81157</guid>
                    </item>
				                    <item>
                        <title>RE: Error 2252</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81086</link>
                        <pubDate>Sat, 24 Dec 2022 10:14:27 +0000</pubDate>
                        <description><![CDATA[Hi @urisil,
We will insert a hook in the new update, that you could disable with the hook.]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@urisil,</span></p>
<p>We will insert a hook in the new update, that you could disable with the hook.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81086</guid>
                    </item>
				                    <item>
                        <title>RE: Error 2252</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81054</link>
                        <pubDate>Thu, 22 Dec 2022 11:20:33 +0000</pubDate>
                        <description><![CDATA[Bumping this, this is an issue that keeps repeating itself. Would love to find a solution for this.]]></description>
                        <content:encoded><![CDATA[<p>Bumping this, this is an issue that keeps repeating itself. Would love to find a solution for this.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>urisil</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-81054</guid>
                    </item>
				                    <item>
                        <title>Error 2252</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-77954</link>
                        <pubDate>Thu, 15 Dec 2022 18:26:30 +0000</pubDate>
                        <description><![CDATA[I&#039;ve read the posts regarding error 2252 and the solution that worked for me was to add // in the function.php file as instructed here. The problem is that every time I update the plugin, th...]]></description>
                        <content:encoded><![CDATA[<p>I've read the posts regarding error 2252 and the solution that worked for me was to add // in the function.php file as instructed <a href="https://wpforo.com/community/how-to-and-troubleshooting-2/error-2253-staging-issue/" target="_blank" rel="noopener">here.</a> The problem is that every time I update the plugin, the file is reset and the change that I make is no longer there. Is there a way to solve this problem for good? </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>urisil</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/error-2252-2/#post-77954</guid>
                    </item>
							        </channel>
        </rss>
		