<?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>
									Problems with Varnish caching on Dreampress - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Jul 2026 00:19:19 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10242</link>
                        <pubDate>Thu, 06 Jul 2017 15:12:26 +0000</pubDate>
                        <description><![CDATA[WP_DEBUG_LOGWP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review al...]]></description>
                        <content:encoded><![CDATA[<p>https://codex.wordpress.org/Debugging_in_WordPress</p><p> </p><blockquote><h2><span id="WP_DEBUG_LOG" class="mw-headline">WP_DEBUG_LOG</span></h2><p><tt>WP_DEBUG_LOG</tt> is a companion to <tt>WP_DEBUG</tt> that causes all errors to also be saved to a <tt>debug.log</tt> log file inside the <tt>/wp-content/</tt> directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an <a title="AJAX in Plugins" href="https://codex.wordpress.org/AJAX_in_Plugins">AJAX</a> request or <a title="Function Reference/wp schedule event" href="https://codex.wordpress.org/Function_Reference/wp_schedule_event">wp-cron</a> run).</p><p>Note that this allows you to write to <tt>/wp-content/debug.log</tt> using PHP's built in <tt>error_log()</tt> function, which can be useful for instance when debugging AJAX events.</p><pre>define( 'WP_DEBUG_LOG', true );
</pre><p>Note: for <tt>WP_DEBUG_LOG</tt> to do anything, <tt>WP_DEBUG</tt> must be enabled (true). Remember you can turn off <tt>WP_DEBUG_DISPLAY</tt> independently.</p><h2><span id="WP_DEBUG_DISPLAY" class="mw-headline">WP_DEBUG_DISPLAY</span></h2><p><tt>WP_DEBUG_DISPLAY</tt> is another companion to WP_DEBUG that controls whether debug messages are shown inside the HTML of pages or not. The default is 'true' which shows errors and warnings as they are generated. Setting this to false will hide all errors. This should be used in conjunction with <tt>WP_DEBUG_LOG</tt> so that errors can be reviewed later.</p><pre>define( 'WP_DEBUG_DISPLAY', false );
</pre><p>Note: for <tt>WP_DEBUG_DISPLAY</tt> to do anything, <tt>WP_DEBUG</tt> must be enabled (true). Remember you can control <tt>WP_DEBUG_LOG</tt> independently.</p></blockquote>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10242</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10241</link>
                        <pubDate>Thu, 06 Jul 2017 15:05:51 +0000</pubDate>
                        <description><![CDATA[Hi. I did that. Where do I find the log file?]]></description>
                        <content:encoded><![CDATA[<p>Hi. I did that. Where do I find the log file?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>sarang.sss28</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10241</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10238</link>
                        <pubDate>Thu, 06 Jul 2017 12:52:41 +0000</pubDate>
                        <description><![CDATA[Enable WP Debug.log and check for fatal errors. Maybe some details in there help you.]]></description>
                        <content:encoded><![CDATA[<p>Enable WP Debug.log and check for fatal errors. Maybe some details in there help you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10238</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10235</link>
                        <pubDate>Thu, 06 Jul 2017 10:13:43 +0000</pubDate>
                        <description><![CDATA[Then the description of the problem is wrong. It comes from other incompatibilities not from cache headers. I&#039;m sorry but I have no idea what can be the reason of these two plugins incompati...]]></description>
                        <content:encoded><![CDATA[<p>Then the description of the problem is wrong. It comes from other incompatibilities not from cache headers. I'm sorry but I have no idea what can be the reason of these two plugins incompatibility, we're not familiar with the Dreampress Serve and with the caching solutions you use. We have no chance to help in such situations. The 3rd party system incompatibility is not included in our support. If forum is too important for you, just change the cache solution or hosting service.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/paged/2/#post-10235</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10234</link>
                        <pubDate>Thu, 06 Jul 2017 09:56:00 +0000</pubDate>
                        <description><![CDATA[It happens exactly when I enable this plugin. It goes away when i deactivate the plugin.]]></description>
                        <content:encoded><![CDATA[<p>It happens exactly when I enable this plugin. It goes away when i deactivate the plugin.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>sarang.sss28</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10234</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10230</link>
                        <pubDate>Thu, 06 Jul 2017 09:06:45 +0000</pubDate>
                        <description><![CDATA[wpForo doesn&#039;t have caching headers, you should search the problem in other plugins.]]></description>
                        <content:encoded><![CDATA[<p>wpForo doesn't have caching headers, you should search the problem in other plugins.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10230</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10227</link>
                        <pubDate>Thu, 06 Jul 2017 08:43:54 +0000</pubDate>
                        <description><![CDATA[In varnish status page, it says some plugin is setting the cache-header to disabled or something. So caching is not happening on Varnish.]]></description>
                        <content:encoded><![CDATA[<p>In varnish status page, it says some plugin is setting the cache-header to disabled or something. So caching is not happening on Varnish.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>sarang.sss28</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10227</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10226</link>
                        <pubDate>Thu, 06 Jul 2017 08:41:07 +0000</pubDate>
                        <description><![CDATA[Thank you sarang!Please find my reply below:When I activate WPFORO plugin, the caching seems to stop.Why you think it stops? wpForo only work on forum page, it doesn&#039;t affect other pages and...]]></description>
                        <content:encoded><![CDATA[<p>Thank you sarang!</p><p>Please find my reply below:</p><blockquote><p>When I activate WPFORO plugin, the caching seems to stop.</p></blockquote><p>Why you think it stops? wpForo only work on forum page, it doesn't affect other pages and website parts. wpForo doesn't stop any cache, please disable all your cache plugins for wpForo page, it has own cache solutions. Exclude the /community/* pages from caching.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10226</guid>
                    </item>
				                    <item>
                        <title>Problems with Varnish caching on Dreampress</title>
                        <link>https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10224</link>
                        <pubDate>Thu, 06 Jul 2017 06:57:47 +0000</pubDate>
                        <description><![CDATA[Hi. I like your Wpforo plugin and I would like to set it up on my websithave Dreampress Server (Managed WordPress hosting by Dreamhost). It is setup with varnish caching, mem cache and objec...]]></description>
                        <content:encoded><![CDATA[<p>Hi. I like your Wpforo plugin and I would like to set it up on my website<br /><a style="color: #0073aa;font-weight: inherit;margin: 0px;padding: 0px;border: none;font-size: 14.4px;vertical-align: baseline;background: 0px 0px" href="https://www.androidsage.com/" target="_blank" rel="nofollow noopener">https://www.androidsage.com/</a><br />I have Dreampress Server (Managed WordPress hosting by Dreamhost). It is setup with varnish caching, mem cache and object cache at the server side.<br />When I activate WPFORO plugin, the caching seems to stop.<br />Can you fix it?</p><p>Here is the official varnish maintainers plugin:<br /><a style="color: #0073aa;font-weight: inherit;margin: 0px;padding: 0px;border: none;font-size: 14.4px;vertical-align: baseline;background: 0px 0px" href="https://wordpress.org/plugins/varnish-http-purge/" target="_blank" rel="nofollow noopener">https://wordpress.org/plugins/varnish-http-purge/</a></p><p>Here is my official thread on support:</p><p style="color: #222222;font-family: arial, sans-serif;font-size: 12.8px;margin: 1em 0px;padding: 0px;border: 0px;vertical-align: baseline;background: #fbfbfb"><span><span style="font-size: 14.4px"><a style="color: #1155cc" href="https://wordpress.org/support/topic/problems-with-varnish-caching-on-dreampress/" target="_blank" rel="noopener">https://wordpress.org/support/topic/problems-with-varnish-caching-on-dreampress/</a></span></span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>sarang.sss28</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/problems-with-varnish-caching-on-dreampress/#post-10224</guid>
                    </item>
							        </channel>
        </rss>
		