<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Weird WordPress Settings Issue</title>
	<atom:link href="http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 24 May 2012 05:06:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Blog Roundup for the 23rd of July 2007 :: Christopher Ross</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-65176</link>
		<dc:creator>Blog Roundup for the 23rd of July 2007 :: Christopher Ross</dc:creator>
		<pubDate>Mon, 27 Oct 2008 01:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-65176</guid>
		<description>[...] plugin for wordpress. BarCampRDU needs and reminders had some splendid points. Take a look at Weird WordPress Settings Issue. It was worthy to spend some time looking over wsWired Theme for Wordpress by Wired [...]</description>
		<content:encoded><![CDATA[<p>[...] plugin for wordpress. BarCampRDU needs and reminders had some splendid points. Take a look at Weird WordPress Settings Issue. It was worthy to spend some time looking over wsWired Theme for WordPress by Wired [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress 2.2.2 Sucks! &#124; Cosa Aranda</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57806</link>
		<dc:creator>Wordpress 2.2.2 Sucks! &#124; Cosa Aranda</dc:creator>
		<pubDate>Sun, 09 Sep 2007 04:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57806</guid>
		<description>[...] masalah yang sama. Satu-satunya alternatif solusi yang saya dapatkan di internet hanyalah yang diberikan oleh Alex King. Itu pun gagal menyelesaikan [...]</description>
		<content:encoded><![CDATA[<p>[...] masalah yang sama. Satu-satunya alternatif solusi yang saya dapatkan di internet hanyalah yang diberikan oleh Alex King. Itu pun gagal menyelesaikan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hundenahrung</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57564</link>
		<dc:creator>Hundenahrung</dc:creator>
		<pubDate>Fri, 24 Aug 2007 16:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57564</guid>
		<description>Hi Alex!
Thanx for the great info. 
greetings
martin</description>
		<content:encoded><![CDATA[<p>Hi Alex!<br />
Thanx for the great info.<br />
greetings<br />
martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57363</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 05 Aug 2007 11:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57363</guid>
		<description>Wow, I had this problem a while ago, thought my blog was hacked and installed it new. I think next time I can save my time and fix this with your tips, so thank you.
This entry is now bookmarked in my &quot;may be usefull someday&quot;-folder...
Thanx and greetings,
Thomas</description>
		<content:encoded><![CDATA[<p>Wow, I had this problem a while ago, thought my blog was hacked and installed it new. I think next time I can save my time and fix this with your tips, so thank you.<br />
This entry is now bookmarked in my &#8220;may be usefull someday&#8221;-folder&#8230;<br />
Thanx and greetings,<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Jaquith</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57218</link>
		<dc:creator>Mark Jaquith</dc:creator>
		<pubDate>Wed, 25 Jul 2007 05:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57218</guid>
		<description>Likely caused by &lt;a href=&quot;http://trac.wordpress.org/ticket/4429&quot;&gt;this bug&lt;/a&gt;.  Only WP 2.2 and 2.2.1 are affected.  2.2.2 and 2.3 will both have the fix.

The way I could consistently trigger the bug was by adding an option and then updating it on the same load.  &#039;notoptions&#039; wasn&#039;t getting properly updated in that situation.

And just FYI, the reason for the notoptions cache is because sometimes plugin authors are lazy and don&#039;t actually add all their options by default (that is, they assume non-existence = false).  So before, there wasn&#039;t a way to cache non-existence, and each request would make a SQL query (sometimes 100 times a page, with the most eggregious offenders).

Another way the notoptions cache could become stale is if a plugin does a very very bad thing and updates an option in the database directly without using the API.</description>
		<content:encoded><![CDATA[<p>Likely caused by <a href="http://trac.wordpress.org/ticket/4429">this bug</a>.  Only WP 2.2 and 2.2.1 are affected.  2.2.2 and 2.3 will both have the fix.</p>
<p>The way I could consistently trigger the bug was by adding an option and then updating it on the same load.  &#8216;notoptions&#8217; wasn&#8217;t getting properly updated in that situation.</p>
<p>And just FYI, the reason for the notoptions cache is because sometimes plugin authors are lazy and don&#8217;t actually add all their options by default (that is, they assume non-existence = false).  So before, there wasn&#8217;t a way to cache non-existence, and each request would make a SQL query (sometimes 100 times a page, with the most eggregious offenders).</p>
<p>Another way the notoptions cache could become stale is if a plugin does a very very bad thing and updates an option in the database directly without using the API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob!</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57211</link>
		<dc:creator>Bob!</dc:creator>
		<pubDate>Tue, 24 Jul 2007 18:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57211</guid>
		<description>I&#039;ve seen this a few times and it was caused by the server I was on having issues with the html service. Anytime it gave me the download/save options I&#039;d check the CPanel and the html was down again. When the html service was restarted it all worked again.

Now on a new server :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen this a few times and it was caused by the server I was on having issues with the html service. Anytime it gave me the download/save options I&#8217;d check the CPanel and the html was down again. When the html service was restarted it all worked again.</p>
<p>Now on a new server <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Stewart</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57208</link>
		<dc:creator>Doug Stewart</dc:creator>
		<pubDate>Tue, 24 Jul 2007 10:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57208</guid>
		<description>Alex:
Have you opened a ticket in Trac? I&#039;m sure others would benefit from this info...</description>
		<content:encoded><![CDATA[<p>Alex:<br />
Have you opened a ticket in Trac? I&#8217;m sure others would benefit from this info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57204</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Tue, 24 Jul 2007 04:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57204</guid>
		<description>Wow. That would have been a tricky issue to isolate.

Btw, the link to your wordpress plugins is incorrect. It uses the subfolder &quot;project&quot; instead of &quot;projects&quot;</description>
		<content:encoded><![CDATA[<p>Wow. That would have been a tricky issue to isolate.</p>
<p>Btw, the link to your wordpress plugins is incorrect. It uses the subfolder &#8220;project&#8221; instead of &#8220;projects&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DD32</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57203</link>
		<dc:creator>DD32</dc:creator>
		<pubDate>Tue, 24 Jul 2007 03:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57203</guid>
		<description>One of the first things i do whenever i&#039;m having any WP problems is to empty out the cache folder /wp-content/cache/ 
(If the cache is enabled)

That would&#039;ve cleared the notoptions cache and let things continue on.

Of course, If there was anything wrong with the tables still then you&#039;d still have had issues.

D</description>
		<content:encoded><![CDATA[<p>One of the first things i do whenever i&#8217;m having any WP problems is to empty out the cache folder /wp-content/cache/<br />
(If the cache is enabled)</p>
<p>That would&#8217;ve cleared the notoptions cache and let things continue on.</p>
<p>Of course, If there was anything wrong with the tables still then you&#8217;d still have had issues.</p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alasdair Davies</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57202</link>
		<dc:creator>Alasdair Davies</dc:creator>
		<pubDate>Tue, 24 Jul 2007 01:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57202</guid>
		<description>I&#039;ve had the theme reset in the night to the default WP setup to find a client puzzled as to why their red website is now blue! 

I too was puzzled so &quot;just incase&quot; I copied the modded theme over the default one incase it happened again in the small ours of the morning and stamped the theme thumbail &quot;FALLBACK&quot;

A few days later there was a press release and a great number of people were visiting the blog. Just out of interest I checked the blog theme to see which version it was on. Yep.. Fallback. Glad to see the bug has been found now though.

Great work.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had the theme reset in the night to the default WP setup to find a client puzzled as to why their red website is now blue! </p>
<p>I too was puzzled so &#8220;just incase&#8221; I copied the modded theme over the default one incase it happened again in the small ours of the morning and stamped the theme thumbail &#8220;FALLBACK&#8221;</p>
<p>A few days later there was a press release and a great number of people were visiting the blog. Just out of interest I checked the blog theme to see which version it was on. Yep.. Fallback. Glad to see the bug has been found now though.</p>
<p>Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brVince</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57201</link>
		<dc:creator>brVince</dc:creator>
		<pubDate>Mon, 23 Jul 2007 23:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57201</guid>
		<description>I&#039;ve experience it with firefox too but seems it was just because of slow internet connection, reason it downloads the &quot;wp-login.&quot; thanks for the info.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve experience it with firefox too but seems it was just because of slow internet connection, reason it downloads the &#8220;wp-login.&#8221; thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt W</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57200</link>
		<dc:creator>Matt W</dc:creator>
		<pubDate>Mon, 23 Jul 2007 23:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57200</guid>
		<description>Wow, that&#039;s a weird one.  Good detective work and thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s a weird one.  Good detective work and thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57199</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Mon, 23 Jul 2007 22:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57199</guid>
		<description>I&#039;ve seen this happen, with Firefox. Not on Wordpress, but on a site using a database (mySQL I presume), but it&#039;s not my site so I can&#039;t be sure. Same thing, it tries to &quot;save it to disk,&quot; or gives me the option to select which program to open it with. Glad to know it was on their end, and not anything I could do about it. Other than contact them and let them know there&#039;s a problem, that is. Thanks for posting this. It&#039;s good information to have.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen this happen, with Firefox. Not on WordPress, but on a site using a database (mySQL I presume), but it&#8217;s not my site so I can&#8217;t be sure. Same thing, it tries to &#8220;save it to disk,&#8221; or gives me the option to select which program to open it with. Glad to know it was on their end, and not anything I could do about it. Other than contact them and let them know there&#8217;s a problem, that is. Thanks for posting this. It&#8217;s good information to have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Reidy</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57198</link>
		<dc:creator>Ken Reidy</dc:creator>
		<pubDate>Mon, 23 Jul 2007 22:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57198</guid>
		<description>Thanx for the info....</description>
		<content:encoded><![CDATA[<p>Thanx for the info&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57197</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Mon, 23 Jul 2007 22:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/23/weird-wordpress-settings-issue#comment-57197</guid>
		<description>Wow. I&#039;ve never had that problem before. That&#039;s new.</description>
		<content:encoded><![CDATA[<p>Wow. I&#8217;ve never had that problem before. That&#8217;s new.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

