<?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"
	>
<channel>
	<title>Comments on: Maintenance Update: WordPress 2.6.1 Released</title>
	<atom:link href="http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<pubDate>Fri, 09 Jan 2009 06:14:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Ted Clayton</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1237624</link>
		<dc:creator>Ted Clayton</dc:creator>
		<pubDate>Thu, 11 Sep 2008 00:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1237624</guid>
		<description>Chief - Are you seeing the error msg: ""Sorry, that key does not appear to be valid."?

If so, that is due to a know bug (search with that string for more info on the bug), and there are several work-arounds. The following solution by "Otto42" is posted on the WordPress forum, and it worked for me.
****
Easiest way to reset your password:

If you can't login, but you can access your site via FTP, then edit the theme's functions.php file and add this code to it, right at the top after the first &#60;?php bit:
wp_set_password('password',1);

Put in your own new password for the main admin user. The "1" is the user ID number in the wp_users table.

After you then login, make sure to go back and remove that code. Don't leave it there by any means.
****

Hope that helps.

Ted</description>
		<content:encoded><![CDATA[<p>Chief - Are you seeing the error msg: &#8220;&#8221;Sorry, that key does not appear to be valid.&#8221;?</p>
<p>If so, that is due to a know bug (search with that string for more info on the bug), and there are several work-arounds. The following solution by &#8220;Otto42&#8243; is posted on the WordPress forum, and it worked for me.<br />
****<br />
Easiest way to reset your password:</p>
<p>If you can&#8217;t login, but you can access your site via FTP, then edit the theme&#8217;s functions.php file and add this code to it, right at the top after the first &lt;?php bit:<br />
wp_set_password(&#8217;password&#8217;,1);</p>
<p>Put in your own new password for the main admin user. The &#8220;1&#8243; is the user ID number in the wp_users table.</p>
<p>After you then login, make sure to go back and remove that code. Don&#8217;t leave it there by any means.<br />
****</p>
<p>Hope that helps.</p>
<p>Ted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chief</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1237588</link>
		<dc:creator>Chief</dc:creator>
		<pubDate>Wed, 10 Sep 2008 16:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1237588</guid>
		<description>I am finding it impossible to upgrade from 2.5 to 2.6.  My hosting is on Go Daddy - all the sites on Network Solutions upgraded without a problem. But when I upgrade to 2.6 on the Go Daddy hosting account everything seems to go well until I have to log back in after the installation.  The old password does not work and I request a new password.  That doesn't work either - so I have had to go back to 2.5 just to get the site to display.  Any ideas?  Thanks, Chief</description>
		<content:encoded><![CDATA[<p>I am finding it impossible to upgrade from 2.5 to 2.6.  My hosting is on Go Daddy - all the sites on Network Solutions upgraded without a problem. But when I upgrade to 2.6 on the Go Daddy hosting account everything seems to go well until I have to log back in after the installation.  The old password does not work and I request a new password.  That doesn&#8217;t work either - so I have had to go back to 2.5 just to get the site to display.  Any ideas?  Thanks, Chief</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Clayton</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235775</link>
		<dc:creator>Ted Clayton</dc:creator>
		<pubDate>Sun, 24 Aug 2008 00:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235775</guid>
		<description>I've restored my blog-content.  I had changed $table-prefix in wp-config.php to an incorrect value.  Works much better with the right prefix!  ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve restored my blog-content.  I had changed $table-prefix in wp-config.php to an incorrect value.  Works much better with the right prefix!  <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Clayton</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235772</link>
		<dc:creator>Ted Clayton</dc:creator>
		<pubDate>Sat, 23 Aug 2008 22:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235772</guid>
		<description>I just upgraded from 2.51 to 2.61,  and when I log in all my content is gone and I'm seeing a brand new blog.  I did a database backup, so it's not really gone ... but 2.61 thinks it is.  (I did every upgrade from 2.1 to 2.51 ... but may not have been 'merging' wp-config ... which I did this time.)

I tried to merge my old wp-config with the config-sample, per instructions ... this is the only area to get hand-editing.  I've repeated several times now.

Anything known to cause this symptom?  Thanks!</description>
		<content:encoded><![CDATA[<p>I just upgraded from 2.51 to 2.61,  and when I log in all my content is gone and I&#8217;m seeing a brand new blog.  I did a database backup, so it&#8217;s not really gone &#8230; but 2.61 thinks it is.  (I did every upgrade from 2.1 to 2.51 &#8230; but may not have been &#8216;merging&#8217; wp-config &#8230; which I did this time.)</p>
<p>I tried to merge my old wp-config with the config-sample, per instructions &#8230; this is the only area to get hand-editing.  I&#8217;ve repeated several times now.</p>
<p>Anything known to cause this symptom?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armand</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235386</link>
		<dc:creator>Armand</dc:creator>
		<pubDate>Tue, 19 Aug 2008 00:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235386</guid>
		<description>Wow,
I just upgraded my 2.5 to 2.6 the other day and when I logged in to my panel it says there's a new 2.6.1 upgrade!
Definitely upgrading for sure!  At least, I know i'm getting the latest release and bugs are fixed.

Keep it up wordpress!</description>
		<content:encoded><![CDATA[<p>Wow,<br />
I just upgraded my 2.5 to 2.6 the other day and when I logged in to my panel it says there&#8217;s a new 2.6.1 upgrade!<br />
Definitely upgrading for sure!  At least, I know i&#8217;m getting the latest release and bugs are fixed.</p>
<p>Keep it up wordpress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew. Fredericksburg Lawyers.</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235303</link>
		<dc:creator>Andrew. Fredericksburg Lawyers.</dc:creator>
		<pubDate>Sun, 17 Aug 2008 23:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235303</guid>
		<description>Poop.  I hate having to upgrade WordPress so darn often.  But I guess it's good that they're actively developing it.</description>
		<content:encoded><![CDATA[<p>Poop.  I hate having to upgrade WordPress so darn often.  But I guess it&#8217;s good that they&#8217;re actively developing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235297</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 17 Aug 2008 20:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235297</guid>
		<description>I wish WordPress had the ability to know whether or not the update is mandatory. I don't plan on upgrading to 2.6.1 but I really would like to get rid of the banner at the top telling me I'm not using the latest version. If WordPress was able to understand that somehow then it wouldn't be telling me to update my WordPress install when the update doesn't include any security fixes.</description>
		<content:encoded><![CDATA[<p>I wish WordPress had the ability to know whether or not the update is mandatory. I don&#8217;t plan on upgrading to 2.6.1 but I really would like to get rid of the banner at the top telling me I&#8217;m not using the latest version. If WordPress was able to understand that somehow then it wouldn&#8217;t be telling me to update my WordPress install when the update doesn&#8217;t include any security fixes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bloggista</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235291</link>
		<dc:creator>bloggista</dc:creator>
		<pubDate>Sun, 17 Aug 2008 18:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235291</guid>
		<description>How I wished I didnt upgraded to 2.6, or even 2.5. Now I can't use EmbedIt. :-( Any other alternatives to embed javascript codes on WP?</description>
		<content:encoded><![CDATA[<p>How I wished I didnt upgraded to 2.6, or even 2.5. Now I can&#8217;t use EmbedIt. <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> Any other alternatives to embed javascript codes on WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress 2.6.1 Released - d3bruts1d.com</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235253</link>
		<dc:creator>Wordpress 2.6.1 Released - d3bruts1d.com</dc:creator>
		<pubDate>Sun, 17 Aug 2008 11:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235253</guid>
		<description>[...] minor maintenance update has been released for WordPress. The non-essential update addresses a number of things for [...]</description>
		<content:encoded><![CDATA[<p>[...] minor maintenance update has been released for WordPress. The non-essential update addresses a number of things for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scribbler&#8217;s Laid A Big Juicy Log &#124; Another Wordpress release!</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235192</link>
		<dc:creator>Scribbler&#8217;s Laid A Big Juicy Log &#124; Another Wordpress release!</dc:creator>
		<pubDate>Sat, 16 Aug 2008 11:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235192</guid>
		<description>[...] is now up to version 2.6.1 therefore, I shall update! Expect downtime, errors, spoke, fire, swearing, destruction, [...]</description>
		<content:encoded><![CDATA[<p>[...] is now up to version 2.6.1 therefore, I shall update! Expect downtime, errors, spoke, fire, swearing, destruction, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mobile eBooks Etc</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235172</link>
		<dc:creator>Mobile eBooks Etc</dc:creator>
		<pubDate>Sat, 16 Aug 2008 05:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235172</guid>
		<description>I've just migrated my other blog to wordpress and installed wordpress 2.6. Now, I've upgraded that blog wordpress version to 2.6. Keep it up. :D</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just migrated my other blog to wordpress and installed wordpress 2.6. Now, I&#8217;ve upgraded that blog wordpress version to 2.6. Keep it up. <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: utchanovsky</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235160</link>
		<dc:creator>utchanovsky</dc:creator>
		<pubDate>Sat, 16 Aug 2008 04:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235160</guid>
		<description>I've done updating my blog into WP 2.6.1

Seems likes no different (although the official founder says there was sixty minor bug-fixes)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done updating my blog into WP 2.6.1</p>
<p>Seems likes no different (although the official founder says there was sixty minor bug-fixes)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upgraded: WordPress 2.6.1 &#124; Lisa Sabin-Wilson</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235140</link>
		<dc:creator>Upgraded: WordPress 2.6.1 &#124; Lisa Sabin-Wilson</dc:creator>
		<pubDate>Fri, 15 Aug 2008 20:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235140</guid>
		<description>[...] on: Aug/15/08 and its been viewed 1 times  WordPress version 2.6.1 was released yesterday - this blog has upgraded. This is not a mandatory or security upgrade at all - you&#8217;re safe not to do the upgrade, if you don&#8217;t want to (doesn&#8217;t it feel like we JUST upgraded to 2.5 &#8230;then 2.6..now&#8230;? haha). It&#8217;s more of a maintenance update, as reported by Keith @ WTC. [...]</description>
		<content:encoded><![CDATA[<p>[...] on: Aug/15/08 and its been viewed 1 times  WordPress version 2.6.1 was released yesterday - this blog has upgraded. This is not a mandatory or security upgrade at all - you&#8217;re safe not to do the upgrade, if you don&#8217;t want to (doesn&#8217;t it feel like we JUST upgraded to 2.5 &#8230;then 2.6..now&#8230;? haha). It&#8217;s more of a maintenance update, as reported by Keith @ WTC. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari - Laberinto Social</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235112</link>
		<dc:creator>Ari - Laberinto Social</dc:creator>
		<pubDate>Fri, 15 Aug 2008 15:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235112</guid>
		<description>Would anyone know how to fix this problem?
When I upgraded to 2.6 and i go to one of my tag pages, and if you click on it, i get a "sorry, nothing here blank page."  any suggestions? i put in a sample link below... its driving me crazy...

http://laberintosocial.com/tag/free-search-code/</description>
		<content:encoded><![CDATA[<p>Would anyone know how to fix this problem?<br />
When I upgraded to 2.6 and i go to one of my tag pages, and if you click on it, i get a &#8220;sorry, nothing here blank page.&#8221;  any suggestions? i put in a sample link below&#8230; its driving me crazy&#8230;</p>
<p><a href="http://laberintosocial.com/tag/free-search-code/">http://laberintosocial.com/tag/free-search-code/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m@</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235105</link>
		<dc:creator>m@</dc:creator>
		<pubDate>Fri, 15 Aug 2008 14:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235105</guid>
		<description>Slowly moving along towards 2.7. I can't wait.</description>
		<content:encoded><![CDATA[<p>Slowly moving along towards 2.7. I can&#8217;t wait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mentre tutti si godono il ferragosto esce in sordina WordPress 2.6.1 at blog of { marco siviero DOT org };</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235098</link>
		<dc:creator>mentre tutti si godono il ferragosto esce in sordina WordPress 2.6.1 at blog of { marco siviero DOT org };</dc:creator>
		<pubDate>Fri, 15 Aug 2008 11:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235098</guid>
		<description>[...] nello sviluppo del loro ottimo prodotto e in questa giornata di festa fanno uscire una nuova minor release 2.6.1 che [...]</description>
		<content:encoded><![CDATA[<p>[...] nello sviluppo del loro ottimo prodotto e in questa giornata di festa fanno uscire una nuova minor release 2.6.1 che [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: utchanovsky</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235090</link>
		<dc:creator>utchanovsky</dc:creator>
		<pubDate>Fri, 15 Aug 2008 09:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235090</guid>
		<description>Seems that I still happy with my WP2.6. 

The release of WP this time was so fast isn't?</description>
		<content:encoded><![CDATA[<p>Seems that I still happy with my WP2.6. </p>
<p>The release of WP this time was so fast isn&#8217;t?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hebrink</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235081</link>
		<dc:creator>Hebrink</dc:creator>
		<pubDate>Fri, 15 Aug 2008 07:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235081</guid>
		<description>Ten minutes ago I just setup my new blog with WP 2.6, now I'd like to upgrade it to 2.6.1. 

Maybe I am going to upgrade all of my blogs, Thanks to WP team.</description>
		<content:encoded><![CDATA[<p>Ten minutes ago I just setup my new blog with WP 2.6, now I&#8217;d like to upgrade it to 2.6.1. </p>
<p>Maybe I am going to upgrade all of my blogs, Thanks to WP team.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid Savara</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235076</link>
		<dc:creator>Sid Savara</dc:creator>
		<pubDate>Fri, 15 Aug 2008 06:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235076</guid>
		<description>Wow that was fast.  It feels like I just installed 2.5, and then shortly after 2.6 and now 2.6.1 already. While it's not a major release, I did find one compelling reason that people may want to upgrade:

"Links not reassigned to default category after category deletion" &#60;-- this bug was just fixed in 2.6.1</description>
		<content:encoded><![CDATA[<p>Wow that was fast.  It feels like I just installed 2.5, and then shortly after 2.6 and now 2.6.1 already. While it&#8217;s not a major release, I did find one compelling reason that people may want to upgrade:</p>
<p>&#8220;Links not reassigned to default category after category deletion&#8221; &lt;&#8211; this bug was just fixed in 2.6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bitter</title>
		<link>http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235074</link>
		<dc:creator>Bitter</dc:creator>
		<pubDate>Fri, 15 Aug 2008 05:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2008/08/15/maintenance-update-wordpress-261-released/#comment-1235074</guid>
		<description>Oddly, the notice that an upgrade is available only appeared at the top of one of my blogs that I run with WordPress.  The other two don't show anything, and that means that the plugin I have to upgrade it for me doesn't recognize that there's a new version out there.  It's very strange.</description>
		<content:encoded><![CDATA[<p>Oddly, the notice that an upgrade is available only appeared at the top of one of my blogs that I run with WordPress.  The other two don&#8217;t show anything, and that means that the plugin I have to upgrade it for me doesn&#8217;t recognize that there&#8217;s a new version out there.  It&#8217;s very strange.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
