<?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>
									logged in users getting a 502 Bad Gateway error - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 15 Sep 2026 21:47:39 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: logged in users getting a 502 Bad Gateway error</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/#post-34068</link>
                        <pubDate>Fri, 06 Dec 2019 20:06:40 +0000</pubDate>
                        <description><![CDATA[This is a browser-specific issue, so the rate of such a problem is too small. It can be solved if you set wpforo_max_logged_topics value to 50 via according filter hook. Please put this code...]]></description>
                        <content:encoded><![CDATA[<p>This is a browser-specific issue, so the rate of such a problem is too small. It can be solved if you set <span style="color: #0000ff">wpforo_max_logged_topics</span> value to 50 via according filter hook. Please put this code in your active theme <span style="color: #0000ff">functions.php</span> file:</p><pre>function my_wpforo_max_logged_topics( $num ){<br />    return 50;<br />}<br />add_filter('wpforo_max_logged_topics', 'my_wpforo_max_logged_topics', 12);<br /><br />function my_wpforo_cookie_max_logged_topics( $num ){<br />    return 50;<br />}<br />add_filter('wpforo_cookie_max_logged_topics', 'my_wpforo_cookie_max_logged_topics', 12);</pre><p> </p><p><a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" target="true" rel="nofollow">How to Easily Add Custom Code in WordPress (without Breaking Your Site)</a></p><p> </p><p>Or you can disable all forum cookies in Dashboard &gt; Forums &gt; Tools &gt; Privacy &amp; Rules admin page. But the first solution is better.</p><div class="wpfa-item wpfa-img"><a class="everlightbox-trigger" title="Forum Cookies" href="https://gvectors.com/wp-content/uploads/wpforo/attachments/6750/3218-ForumCookies.png" rel="lightbox" data-gallery="#wpf-content-blueimp-gallery"><img title="Forum Cookies" src="https://gvectors.com/wp-content/uploads/wpforo/attachments/6750/thumbnail/3218-ForumCookies.png" alt="Forum Cookies" /></a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/#post-34068</guid>
                    </item>
				                    <item>
                        <title>RE: logged in users getting a 502 Bad Gateway error</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/#post-34062</link>
                        <pubDate>Fri, 06 Dec 2019 18:36:48 +0000</pubDate>
                        <description><![CDATA[For the last 3 weeks I have been working with my hosting company trying to figure the cause of the 502 Bad Gateway error. The host company says it is not a hosting issue.The 502 Bad Gateway ...]]></description>
                        <content:encoded><![CDATA[<p>For the last 3 weeks I have been working with my hosting company trying to figure the cause of the 502 Bad Gateway error. The host company says it is not a hosting issue.</p><p>The 502 Bad Gateway error is only seen by old logged in users when Forum Cookies is Enabled. If users mark "all read" it sometimes fixes the problem for some users.  Any expertise would be appreciated. </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>Ansen</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/#post-34062</guid>
                    </item>
				                    <item>
                        <title>RE: logged in users getting a 502 Bad Gateway error</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/#post-33452</link>
                        <pubDate>Mon, 18 Nov 2019 18:42:13 +0000</pubDate>
                        <description><![CDATA[Well that error is common in Wordpress and it is a hosting problem. It usually meas that the  webserver can&#039;t figure out the invalid response from a requested page.That could mean a lot of t...]]></description>
                        <content:encoded><![CDATA[<p>Well that error is common in Wordpress and it is a hosting problem. It usually meas that the  webserver can't figure out the invalid response from a requested page.</p><p>That could mean a lot of things, a slow server or db is a possible reason. Could also be a DNS problem. Could be something been offline (a db?).</p><p>I highlt doubt it has to do directly with wpForo.</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/logged-in-users-getting-a-502-bad-gateway-error/#post-33452</guid>
                    </item>
				                    <item>
                        <title>logged in users getting a 502 Bad Gateway error</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/#post-33445</link>
                        <pubDate>Mon, 18 Nov 2019 14:56:21 +0000</pubDate>
                        <description><![CDATA[Most of my logged in users are getting a 502 Bad Gateway error when attempting to view a post on the Forum. I read that this is a cookie problem and can be solved by clicking on &quot;mark all re...]]></description>
                        <content:encoded><![CDATA[<p>Most of my logged in users are getting a 502 Bad Gateway error when attempting to view a post on the Forum. I read that this is a cookie problem and can be solved by clicking on "mark all read".  How can I "mark all read" for every user? </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Ansen</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/logged-in-users-getting-a-502-bad-gateway-error/#post-33445</guid>
                    </item>
							        </channel>
        </rss>
		