<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Scott Burkett&#039;s Pothole on the Infobahn &#187; alex-king</title>
	<atom:link href="http://www.scottburkett.com/tag/alex-king/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scottburkett.com</link>
	<description>Blogging, opining, ruminating, and pontificating on entrepreneurship, venture capital, process improvement, technology, online communities, business networking, IT Management, online social networking, and other things that melt in the warm Atlanta sun.</description>
	<lastBuildDate>Wed, 02 May 2012 00:23:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<copyright>2006-2007 </copyright>
	<managingEditor>scott@incursio.com (Scott Burkett&#039;s Pothole on the Infobahn)</managingEditor>
	<webMaster>scott@incursio.com (Scott Burkett&#039;s Pothole on the Infobahn)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://www.scottburkett.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Scott Burkett&#039;s Pothole on the Infobahn</title>
		<link>http://www.scottburkett.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Blogging, opining, ruminating, and pontificating on entrepreneurship, venture capital, technology, online communities, business networking, IT Management, online social networking, and other things that melt in the warm Atlanta sun.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Scott Burkett&#039;s Pothole on the Infobahn</itunes:author>
	<itunes:owner>
		<itunes:name>Scott Burkett&#039;s Pothole on the Infobahn</itunes:name>
		<itunes:email>scott@incursio.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.scottburkett.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>WordPress Theme Resetting Problem Solved</title>
		<link>http://www.scottburkett.com/misc/wordpress-theme-resetting-problem-solved-470.html</link>
		<comments>http://www.scottburkett.com/misc/wordpress-theme-resetting-problem-solved-470.html#comments</comments>
		<pubDate>Thu, 16 Nov 2006 03:00:51 +0000</pubDate>
		<dc:creator>Scott Burkett</dc:creator>
				<category><![CDATA[Bit Bucket (/dev/null)]]></category>
		<category><![CDATA[alex-king]]></category>
		<category><![CDATA[Bit-Bucket-(/dev/null)]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-mobile]]></category>

		<guid isPermaLink="false">http://www.scottburkett.com/index.php/misc/2006-11-15/wordpress-theme-resetting-problem-solved.html</guid>
		<description><![CDATA[Over the past few days, WordPress (the blogging software I use) has been randomly reverting back to the default theme. This unfortunately loses the entire look and feel of the Pothole. I apologize to those of you who have unfortunately had to endure this, but I have solved the problem. If you are one of &#8230;<p class="read-more"><a href="http://www.scottburkett.com/misc/wordpress-theme-resetting-problem-solved-470.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="wordpresslogo.jpg" style="margin-left: 10px" id="image471" src="http://www.scottburkett.com/wp-content/uploads/2006/11/wordpresslogo.jpg" />Over the past few days, WordPress (the blogging software I use) has been randomly reverting back to the default theme. This unfortunately loses the entire look and feel of the Pothole.  I apologize to those of you who have unfortunately had to endure this, but I have solved the problem.  If you are one of the many bloggers that also experiences this problem, keep reading.</p>
<p><span id="more-470"></span></p>
<p>Like so many of you, I was pulling my hair out trying to figure out how my blog could keep automatically reverting to the default WordPress theme without my involvement (or anything that I could easily track.)</p>
<p>So I started digging deeper.  I looked at my binary MySQL logs and found several entries like this:</p>
<p><code>#<strong>061115 17:51:48</strong> server id 1  end_log_pos 738507316     Query   thread_id=572311        exec_time=0     error_code=0<br />
UPDATE wp_options SET option_value = 'default' WHERE option_name = 'template';</code></p>
<p><code>#<strong>061115 17:51:48</strong> server id 1  end_log_pos 738507464     Query   thread_id=572311        exec_time=0     error_code=0<br />
UPDATE wp_options SET option_value = 'default' WHERE option_name = 'stylesheet';</code></p>
<p>From these logs, I could see the timestamp that the change happened.  So I cross-referenced over into the Apache web server logs and found that the only things happening at that time were just regular page views of my blog articles &#8211; nothing fancy.  I even checked crontab, to make sure that one of my many database manipulating cron jobs wasn&#8217;t futzing something up.  Nothing doing.</p>
<p>Then I realized what was happening.  I noticed that all of those normal blog pageviews were coming from mobile devices.  From user agents such as:</p>
<ul>
<li>Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; PalmSource/hspr-H102; Blazer/4.2) 16;320&#215;320</li>
</ul>
<p>Then I realized that I had recently installed the <a title="_blank" target="_blank" href="http://alexking.org/projects/wordpress">WP-mobile</a> plugin written by <a title="_blank" target="_blank" href="http://alexking.org">Alex King</a> (although I hadn&#8217;t yet had the chance to test it out on my Treo using Blazer.)  So, I whipped out my phone, hit scottburkett.com with my phone&#8217;s browser, and voila, the theme was switched to the default theme.  It turns out that I had not properly followed the instructions provided by Alex in the plugin archive.  Instead of following the instructions, and copying the files into the places he specified, I  just unzipped them into the plugins directory and activated it.  That was the whole problem &#8211; I needed to copy his &#8220;wp-mobile&#8221; theme over into the wp-content/themes directory.  WordPress was trying to find it, and couldn&#8217;t, so it reverted automatically back to the default theme.</p>
<p>I have tested this thoroughly, and I am convinced that this was the problem.  No, I <em><strong>know</strong></em> this was the problem.  Great plugin, BTW, Alex.  Good work.</p>
<p>If you are having this problem, but you are not using the aforementioned plugin, my guess is that your problem is caused by something similar. I hope this helps some people!</p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottburkett.com/misc/wordpress-theme-resetting-problem-solved-470.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

