<?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: Fix/Tricks for plugin auto-update on Wordpress 2.5</title>
	<atom:link href="http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/</link>
	<description>Keith's attempts to fix the cable of life</description>
	<pubDate>Wed, 03 Dec 2008 21:59:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Mighty Seb</title>
		<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/#comment-42210</link>
		<dc:creator>Mighty Seb</dc:creator>
		<pubDate>Tue, 11 Nov 2008 04:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=453#comment-42210</guid>
		<description>Thanks a lot for this trick !

I'm actually using wordpress 2.6.3, and there' still the same "bug" by using getmyuid() instead of posix_getuid() ...

( In the /wp-admin/includes/file.php, it's around line 451 )

Hopefull 2.7 will take care of this :P</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this trick !</p>
<p>I&#8217;m actually using wordpress 2.6.3, and there&#8217; still the same &#8220;bug&#8221; by using getmyuid() instead of posix_getuid() &#8230;</p>
<p>( In the /wp-admin/includes/file.php, it&#8217;s around line 451 )</p>
<p>Hopefull 2.7 will take care of this <img src='http://www.kgarner.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prash</title>
		<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/#comment-41204</link>
		<dc:creator>prash</dc:creator>
		<pubDate>Sun, 28 Sep 2008 04:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=453#comment-41204</guid>
		<description>"posix_getuid()" instead of "getmyuid()" did the trick (my wp-content folder was already apache-owned)

thanks!
-prash</description>
		<content:encoded><![CDATA[<p>&#8220;posix_getuid()&#8221; instead of &#8220;getmyuid()&#8221; did the trick (my wp-content folder was already apache-owned)</p>
<p>thanks!<br />
-prash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Janssen</title>
		<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/#comment-41095</link>
		<dc:creator>Michael Janssen</dc:creator>
		<pubDate>Mon, 22 Sep 2008 16:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=453#comment-41095</guid>
		<description>I came across this fix independently after searching the path that the check took.  I submitted a ticket on the wordpress trac, maybe we can get this fixed once and for all.</description>
		<content:encoded><![CDATA[<p>I came across this fix independently after searching the path that the check took.  I submitted a ticket on the wordpress trac, maybe we can get this fixed once and for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Garner</title>
		<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/#comment-40636</link>
		<dc:creator>Keith Garner</dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=453#comment-40636</guid>
		<description>LastOne,

This sounds like a question for your ISP.  Unless you're admin enough to do the ownership changes yourself, it probably won't go.  (And I doubt any ISP will do it for you.)  One workaround I am loath to mention is to make the directories world writable, which would work, but open you up to anyone else on the box monkeying with your stuff.</description>
		<content:encoded><![CDATA[<p>LastOne,</p>
<p>This sounds like a question for your ISP.  Unless you&#8217;re admin enough to do the ownership changes yourself, it probably won&#8217;t go.  (And I doubt any ISP will do it for you.)  One workaround I am loath to mention is to make the directories world writable, which would work, but open you up to anyone else on the box monkeying with your stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LastOne</title>
		<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/#comment-40496</link>
		<dc:creator>LastOne</dc:creator>
		<pubDate>Tue, 02 Sep 2008 02:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=453#comment-40496</guid>
		<description>Hi, I hope you can help me with a little problem. I used your solution on my page. The only thing is, i could not execute the shell comments. 

The Files wich are uploaded by the plugin-update-function set the user nobody as owner of the upgraded files. Is there a chance that it is set to the ftp user i use by login?</description>
		<content:encoded><![CDATA[<p>Hi, I hope you can help me with a little problem. I used your solution on my page. The only thing is, i could not execute the shell comments. </p>
<p>The Files wich are uploaded by the plugin-update-function set the user nobody as owner of the upgraded files. Is there a chance that it is set to the ftp user i use by login?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LastManStanding.de - Wordpress - Worpress 2.5.1 - Automatisches Plugin-Update funktioniert nicht</title>
		<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/#comment-38840</link>
		<dc:creator>LastManStanding.de - Wordpress - Worpress 2.5.1 - Automatisches Plugin-Update funktioniert nicht</dc:creator>
		<pubDate>Fri, 20 Jun 2008 22:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=453#comment-38840</guid>
		<description>[...] zus&#228;tzliche Dateien mit in den Ordner zu packen. Die Codezeile stammt urspr&#252;nglich von hier [...]</description>
		<content:encoded><![CDATA[<p>[...] zus&#228;tzliche Dateien mit in den Ordner zu packen. Die Codezeile stammt urspr&#252;nglich von hier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marios Alexandrou</title>
		<link>http://www.kgarner.com/blog/archives/2008/03/31/fix-tricks-for-plugin-auto-update-on-wordpress-25/#comment-38042</link>
		<dc:creator>Marios Alexandrou</dc:creator>
		<pubDate>Thu, 15 May 2008 13:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgarner.com/blog/?p=453#comment-38042</guid>
		<description>Thanks for this post! It helped me solve the same problem I was having on a Windows box. The WP_TEMP_DIR option works. Just make sure that it is defined after ABSPATH in the WP-CONFIG file. And then create the temp folder of choice and give it write/delete permissions. In addition the WP-CONTENT folder needs to be given write/delete permission too.

Unfortunately, I believe following these steps via a typical web host's control panel pretty much makes important sections of WordPress open to the world. Not a good thing. But knowing what's going on now might lead me to a better solution. Or I could just switch to Linux :-)</description>
		<content:encoded><![CDATA[<p>Thanks for this post! It helped me solve the same problem I was having on a Windows box. The WP_TEMP_DIR option works. Just make sure that it is defined after ABSPATH in the WP-CONFIG file. And then create the temp folder of choice and give it write/delete permissions. In addition the WP-CONTENT folder needs to be given write/delete permission too.</p>
<p>Unfortunately, I believe following these steps via a typical web host&#8217;s control panel pretty much makes important sections of WordPress open to the world. Not a good thing. But knowing what&#8217;s going on now might lead me to a better solution. Or I could just switch to Linux <img src='http://www.kgarner.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
