<?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: Upgraded to WordPress 2.7</title>
	<atom:link href="http://miahz.com/2008/11/upgraded-to-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 11:54:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mena</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32976</link>
		<dc:creator>Mena</dc:creator>
		<pubDate>Wed, 10 Dec 2008 13:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32976</guid>
		<description>oh yeah, now it&#039;s there, now i have to know what plug-in caused that ...</description>
		<content:encoded><![CDATA[<p>oh yeah, now it&#8217;s there, now i have to know what plug-in caused that &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mena</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32975</link>
		<dc:creator>Mena</dc:creator>
		<pubDate>Wed, 10 Dec 2008 13:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32975</guid>
		<description>I have done it, it&#039;s working fine and I&#039;m now using the latest version of word press 2.7 RC2

i guess I&#039;m going to disable all the plug-ins i have right now because i have problem with the sidebar [ It&#039;s not there ]</description>
		<content:encoded><![CDATA[<p>I have done it, it&#8217;s working fine and I&#8217;m now using the latest version of word press 2.7 RC2</p>
<p>i guess I&#8217;m going to disable all the plug-ins i have right now because i have problem with the sidebar [ It's not there ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Gedeon</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32974</link>
		<dc:creator>Luke Gedeon</dc:creator>
		<pubDate>Wed, 10 Dec 2008 13:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32974</guid>
		<description>Yes, the hack worked great. I would recommend disabling all other plugins first though. I had several that did not work in 2.7 and caused a bit of trouble.</description>
		<content:encoded><![CDATA[<p>Yes, the hack worked great. I would recommend disabling all other plugins first though. I had several that did not work in 2.7 and caused a bit of trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mena</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32972</link>
		<dc:creator>Mena</dc:creator>
		<pubDate>Wed, 10 Dec 2008 13:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32972</guid>
		<description>My friend helped me to update it manually but i didn&#039;t update the English version of the blog yet, i will try your way with it and will tell you the result</description>
		<content:encoded><![CDATA[<p>My friend helped me to update it manually but i didn&#8217;t update the English version of the blog yet, i will try your way with it and will tell you the result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremiah</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32964</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Wed, 10 Dec 2008 09:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32964</guid>
		<description>Thanks for the tip, Luke.  You&#039;re right, i was several point-updates behind the latest: 2.6.1 at the time.  I had no idea that might make a difference.  Were you able to use this method yourself with your additional hack?  I should update the post to include that info.

Mena, let us know if you get it working.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Luke.  You&#8217;re right, i was several point-updates behind the latest: 2.6.1 at the time.  I had no idea that might make a difference.  Were you able to use this method yourself with your additional hack?  I should update the post to include that info.</p>
<p>Mena, let us know if you get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Gedeon</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32957</link>
		<dc:creator>Luke Gedeon</dc:creator>
		<pubDate>Wed, 10 Dec 2008 04:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32957</guid>
		<description>Mena,

Since you are on the most recent stable the plugin is checking to see if you are updated and once it sees that you are it does nothing. I am guessing that Jerimiah was not current when he made his hack.

I had to do one additional hack. Find this line 1/3 the way down:

    if( ! $prelimCheck-&gt;runUpgradeRequiredCheck()) {

It will have the only occurrence of runUpgradeRequiredCheck() so you can just search for that.

Then remove the exclamation point. This reverses the logic and makes it only run the update if you are on the most current stable version :)</description>
		<content:encoded><![CDATA[<p>Mena,</p>
<p>Since you are on the most recent stable the plugin is checking to see if you are updated and once it sees that you are it does nothing. I am guessing that Jerimiah was not current when he made his hack.</p>
<p>I had to do one additional hack. Find this line 1/3 the way down:</p>
<p>    if( ! $prelimCheck-&gt;runUpgradeRequiredCheck()) {</p>
<p>It will have the only occurrence of runUpgradeRequiredCheck() so you can just search for that.</p>
<p>Then remove the exclamation point. This reverses the logic and makes it only run the update if you are on the most current stable version :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mena</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32751</link>
		<dc:creator>Mena</dc:creator>
		<pubDate>Thu, 04 Dec 2008 08:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32751</guid>
		<description>the latest stable one v2.6.5</description>
		<content:encoded><![CDATA[<p>the latest stable one v2.6.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremiah</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32749</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Thu, 04 Dec 2008 07:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32749</guid>
		<description>Yeah, i think the problem is probably with the Upgrade plugin, not the link you&#039;re using.

What version of WordPress is currently on your site?</description>
		<content:encoded><![CDATA[<p>Yeah, i think the problem is probably with the Upgrade plugin, not the link you&#8217;re using.</p>
<p>What version of WordPress is currently on your site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mena</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32748</link>
		<dc:creator>Mena</dc:creator>
		<pubDate>Thu, 04 Dec 2008 07:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32748</guid>
		<description>Also nothing happened even with the link http://wordpress.org/wordpress-2.7-beta2.zip

I don&#039;t know what is wrong...</description>
		<content:encoded><![CDATA[<p>Also nothing happened even with the link <a href="http://wordpress.org/wordpress-2.7-beta2.zip">http://wordpress.org/wordpress-2.7-beta2.zip</a></p>
<p>I don&#8217;t know what is wrong&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremiah</title>
		<link>http://miahz.com/2008/11/upgraded-to-wordpress-27/comment-page-1/#comment-32747</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Thu, 04 Dec 2008 07:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://miahz.com/?p=947#comment-32747</guid>
		<description>Hmm, i&#039;m not sure what&#039;s going on without more info.  Just to be clear - i already had the AutoUpgrade plugin installed, and had used it previously for regular WordPress upgrades, before i decided to try &quot;hacking&quot; it for the 2.7 prerelease.</description>
		<content:encoded><![CDATA[<p>Hmm, i&#8217;m not sure what&#8217;s going on without more info.  Just to be clear &#8211; i already had the AutoUpgrade plugin installed, and had used it previously for regular WordPress upgrades, before i decided to try &#8220;hacking&#8221; it for the 2.7 prerelease.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
