<?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>
									I can&#039;t edit using Appearance / Editor - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 11 Jul 2026 23:34:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19633</link>
                        <pubDate>Fri, 21 Sep 2018 19:02:52 +0000</pubDate>
                        <description><![CDATA[It took care of my issue described in this thread as well. Thank you]]></description>
                        <content:encoded><![CDATA[<p>It took care of my issue described in this thread as well. Thank you.</p><p>https://wpforo.com/community/how-to-and-troubleshooting-2/a-plugin-has-prevented-updates-by-disabling-wp_version_check/</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>chonk</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19633</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19579</link>
                        <pubDate>Thu, 20 Sep 2018 07:45:45 +0000</pubDate>
                        <description><![CDATA[The above seems to works right for my editing problem.Thank you]]></description>
                        <content:encoded><![CDATA[<p>The above seems to works right for my editing problem.</p><p>Thank you</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/i-cant-edit-using-appearance-editor/paged/2/#post-19579</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19562</link>
                        <pubDate>Wed, 19 Sep 2018 19:14:03 +0000</pubDate>
                        <description><![CDATA[@anonymous20, @chonkPlease try to do this small change in core file. We&#039;ll update it in next release.Open /wp-content/plugins/wpforo/wpf-includes/class-notices.php file.Find this line:if(!wp...]]></description>
                        <content:encoded><![CDATA[<p>@anonymous20, @chonk</p><p>Please try to do this small change in core file. We'll update it in next release.</p><p>Open <span style="color: #993300">/wp-content/plugins/wpforo/wpf-includes/</span><span style="color: #800080">class-notices.php</span> file.</p><p>Find this line:</p><pre><span style="color: #008d00;font-weight: bold">if</span>(<span style="color: #000080">!</span><span style="color: #0000e5;font-style: italic">wpforo_is_session_started</span>()) <span style="color: #0000e5;font-style: italic">session_start</span>()<span style="color: #313131">;</span></pre><p>Change to this:</p><pre><span style="color: #008d00;font-weight: bold">if</span>( <span style="color: #000080">!</span><span style="color: #0000e5;font-style: italic">wpforo_is_session_started</span>() <span style="color: #000080">&amp;&amp; !</span><span style="color: #0000e5;font-style: italic">is_admin</span>() ) <span style="color: #0000e5;font-style: italic">session_start</span>()<span style="color: #313131">;</span></pre><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>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19562</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19543</link>
                        <pubDate>Tue, 18 Sep 2018 22:35:23 +0000</pubDate>
                        <description><![CDATA[Posted by: RobertThank you Anonymous20,Unfortunately the debug code says nothing new. The issue is general issue. All plugins who call session_start() function cannot be edited by WordPress ...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="19516"><div class="wpforo-post-quote-author"><strong>Posted by: Robert</strong></div><p>Thank you Anonymous20,</p><p>Unfortunately the debug code says nothing new. The issue is general issue. All plugins who call session_start() function cannot be edited by WordPress editor, because the new version of WordPress editor tries to execute code to check if it doesn't returns any error. Other editors works fine, they don't try to execute the edited code. We'll check this and try remove session functions in dashboard.</p></blockquote><p>I have done some reading about this. It seems that WP doesn't use php sessions at all. And there are many reasons not to use them, performance one of them. Or so i read.</p><p>Still. i'm not into programming, so ....</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/i-cant-edit-using-appearance-editor/paged/2/#post-19543</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19516</link>
                        <pubDate>Tue, 18 Sep 2018 10:43:47 +0000</pubDate>
                        <description><![CDATA[Thank you Anonymous20,Unfortunately the debug code says nothing new. The issue is general issue. All plugins who call session_start() function cannot be edited by WordPress editor, because t...]]></description>
                        <content:encoded><![CDATA[<p>Thank you Anonymous20,</p><p>Unfortunately the debug code says nothing new. The issue is general issue. All plugins who call session_start() function cannot be edited by WordPress editor, because the new version of WordPress editor tries to execute code to check if it doesn't returns any error. Other editors works fine, they don't try to execute the edited code. We'll check this and try remove session functions in dashboard.</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/i-cant-edit-using-appearance-editor/paged/2/#post-19516</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/paged/2/#post-19494</link>
                        <pubDate>Mon, 17 Sep 2018 13:27:39 +0000</pubDate>
                        <description><![CDATA[@robert with the help of a programmer at my hosting, after adding some debug code in file.php (wp-admin/include), there is some info in the debug log that _could_ help you solve this:[17-Sep...]]></description>
                        <content:encoded><![CDATA[<p>@robert with the help of a programmer at my hosting, after adding some debug code in file.php (wp-admin/include), there is some info in the debug log that _could_ help you solve this:</p><p> Starting edit check<br /> Body:<br /> <br /> Connection failed<br /> WP_Error::__set_state(array(<br />'errors' =&gt; <br />array (<br />'http_request_failed' =&gt; <br />array (<br />0 =&gt; 'cURL error 28: Operation timed out after 100002 milliseconds with 0 bytes received',<br />),<br />),<br />'error_data' =&gt; <br />array (<br />),<br />))</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/i-cant-edit-using-appearance-editor/paged/2/#post-19494</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/#post-19486</link>
                        <pubDate>Mon, 17 Sep 2018 10:41:30 +0000</pubDate>
                        <description><![CDATA[It seems that this is all over the Internet for several WP Plugins. Most of them had this issue:In most cases, the issue lies with an open “session_start()” function being called uncondition...]]></description>
                        <content:encoded><![CDATA[<p>It seems that this is all over the Internet for several WP Plugins. Most of them had this issue:</p><blockquote><p><span style="font-weight: 400">In most cases, the issue lies with an open “session_start()” function being called unconditionally, meaning that the plugin or theme is trying to initiate PHP Sessions everywhere on the site, instead of strictly where it is needed. WordPress does not use PHP Sessions, and as such sessions should not be initiated on the editor pages. </span></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>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/#post-19486</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/#post-19483</link>
                        <pubDate>Mon, 17 Sep 2018 10:09:56 +0000</pubDate>
                        <description><![CDATA[@robert i will not do the above. Nothing wrong with all that. I even disabled mod_security just in case. No luck.The problem occurs only when wpForo is activated. I could say that it is a co...]]></description>
                        <content:encoded><![CDATA[<p>@robert i will not do the above. Nothing wrong with all that. I even disabled mod_security just in case. No luck.</p><p>The problem occurs only when wpForo is activated. I could say that it is a conflict between plugins, BUT the problem also happens in my empty-no-plugins WP test site.</p><p>The only thing i will (try to) do is ask my hosting company to check if they see any more details for the original error at the top, since my debug.log 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>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/#post-19483</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/#post-19482</link>
                        <pubDate>Mon, 17 Sep 2018 09:52:41 +0000</pubDate>
                        <description><![CDATA[This issue maybe related to &quot;loopback&quot;. We&#039;ll continue to check it.The first thing to do is contact your hosting company and ask the hosting support team to check the following points :Make ...]]></description>
                        <content:encoded><![CDATA[<p>This issue maybe related to "loopback". We'll continue to check it.</p><p>The first thing to do is contact your hosting company and ask the hosting support team to check the following points :</p><ul><li>Make sure your server is running a recent version of PHP and the cURL library.</li><li>Try to increase your <a href="https://docs.presscustomizr.com/article/171-fixing-maximum-upload-and-php-memory-limit-issues" target="_blank" rel="noopener">Server Memory Limits settings</a>.</li><li>The cURL error can be a dns related issue. Your hosting company might need to switch dns configuration to OpenDNS : <a href="https://www.howtogeek.com/164981/how-to-switch-to-opendns-or-google-dns-to-speed-up-web-browsing/" target="_blank" rel="noopener">https://www.howtogeek.com/164981/how-to-switch-to-opendns-or-google-dns-to-speed-up-web-browsing/</a></li><li><span style="color: #993300">Ask your host if there is some limitation with wp-cron, or if loopback is disabled.</span></li><li>Ask your host if there a firewall or security modules (e.g. mod_security ) that could block the outgoing cURL requests.</li></ul>]]></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/i-cant-edit-using-appearance-editor/#post-19482</guid>
                    </item>
				                    <item>
                        <title>RE: I can&#039;t edit using Appearance / Editor</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/i-cant-edit-using-appearance-editor/#post-19480</link>
                        <pubDate>Mon, 17 Sep 2018 09:48:41 +0000</pubDate>
                        <description><![CDATA[Posted by: RobertI don&#039;t see any information related to editing files in the post you&#039;ve mentionedis there, here is a quote:Callback to site failed, this may prevent WP_Cron from working, as...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="19478"><div class="wpforo-post-quote-author"><strong>Posted by: Robert</strong></div><p>I don't see any information related to editing files in the post you've mentioned:</p><p>https://wpforo.com/community/how-to-and-troubleshooting-2/noticed-some-missed-wp-cronjobs/#post-19452</p></blockquote><p>It is there, here is a quote:</p><p>Callback to site failed, this may prevent WP_Cron from working, <strong>as well as prevent editing of themes and extensions.</strong> An error occured: (0) cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received.</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/i-cant-edit-using-appearance-editor/#post-19480</guid>
                    </item>
							        </channel>
        </rss>
		