<?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: WordPress FTP update trouble</title>
	<atom:link href="http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/feed/" rel="self" type="application/rss+xml" />
	<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/</link>
	<description>Хотя бы ниточку шёлка</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:43:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: rafa3</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-7261</link>
		<dc:creator>rafa3</dc:creator>
		<pubDate>Sun, 25 Dec 2011 09:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-7261</guid>
		<description>yes it be solve by create temp with 777
and past this code 
define(&#039;WP_TEMP_DIR&#039;, ABSPATH.&#039;wp-content/temp/&#039;);
now it work am happy thank u all</description>
		<content:encoded><![CDATA[<p>yes it be solve by create temp with 777<br />
and past this code<br />
define(&#8216;WP_TEMP_DIR&#8217;, ABSPATH.&#8217;wp-content/temp/&#8217;);<br />
now it work am happy thank u all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JQ</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-7040</link>
		<dc:creator>JQ</dc:creator>
		<pubDate>Thu, 04 Aug 2011 11:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-7040</guid>
		<description>I Like you! ^^</description>
		<content:encoded><![CDATA[<p>I Like you! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Gagel</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-6946</link>
		<dc:creator>Kevin Gagel</dc:creator>
		<pubDate>Mon, 13 Jun 2011 22:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-6946</guid>
		<description>I couldn&#039;t get any of the define&#039;s to work. Once I&#039;d run procmon on the server and found what the directory was that it was actually trying to utilize I hit a home run and got it working. I don&#039;t know why the addition of the define&#039;s telling it where to store the temp&#039;s wouldn&#039;t work. Once I made the root directory tmp directory and assigned rights it took right off...</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get any of the define&#8217;s to work. Once I&#8217;d run procmon on the server and found what the directory was that it was actually trying to utilize I hit a home run and got it working. I don&#8217;t know why the addition of the define&#8217;s telling it where to store the temp&#8217;s wouldn&#8217;t work. Once I made the root directory tmp directory and assigned rights it took right off&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tewonawonga</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-6768</link>
		<dc:creator>tewonawonga</dc:creator>
		<pubDate>Sat, 23 Apr 2011 22:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-6768</guid>
		<description>I think this is the correct code for later versions of WordPress (to fix the division-by-zero problem:

$path = ABSPATH . &#039;wp-content/temp/&#039;;
define(‘WP_TEMP_DIR’,$path’);

...but I couldn&#039;t get this to solve the *actual* problem. ;-)</description>
		<content:encoded><![CDATA[<p>I think this is the correct code for later versions of WordPress (to fix the division-by-zero problem:</p>
<p>$path = ABSPATH . &#8216;wp-content/temp/&#8217;;<br />
define(‘WP_TEMP_DIR’,$path’);</p>
<p>&#8230;but I couldn&#8217;t get this to solve the *actual* problem. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-6005</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 11 Feb 2011 22:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-6005</guid>
		<description>I&#039;ve copied and pasted the code exactly, and am still getting the &quot;divide by zero&quot; error.  I&#039;ve also altered permissions of both the wp-content directory and the upload directory.  no luck.  
?
thanks for the help on this.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve copied and pasted the code exactly, and am still getting the &#8220;divide by zero&#8221; error.  I&#8217;ve also altered permissions of both the wp-content directory and the upload directory.  no luck.<br />
?<br />
thanks for the help on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kemg</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-4148</link>
		<dc:creator>kemg</dc:creator>
		<pubDate>Wed, 12 Jan 2011 16:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-4148</guid>
		<description>Go to your file manager and changed the permissions on the wp-content folder to read and write!</description>
		<content:encoded><![CDATA[<p>Go to your file manager and changed the permissions on the wp-content folder to read and write!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Rawson</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-3700</link>
		<dc:creator>Frank Rawson</dc:creator>
		<pubDate>Sat, 08 Jan 2011 10:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-3700</guid>
		<description>I still get this error
Warning: Division by zero in C:\inetpub\vhosts\frawson.co.za\httpdocs\wp-config.php on line 91</description>
		<content:encoded><![CDATA[<p>I still get this error<br />
Warning: Division by zero in C:\inetpub\vhosts\frawson.co.za\httpdocs\wp-config.php on line 91</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frand</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-2363</link>
		<dc:creator>frand</dc:creator>
		<pubDate>Thu, 23 Sep 2010 22:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-2363</guid>
		<description>Brilliant! Now update works!

$path = $ABSPATH .’wp-content/uploads/’;
define(‘WP_TEMP_DIR’,$path’);

solve my update problem.</description>
		<content:encoded><![CDATA[<p>Brilliant! Now update works!</p>
<p>$path = $ABSPATH .’wp-content/uploads/’;<br />
define(‘WP_TEMP_DIR’,$path’);</p>
<p>solve my update problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jehy</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-2357</link>
		<dc:creator>Jehy</dc:creator>
		<pubDate>Tue, 21 Sep 2010 00:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-2357</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rookian</title>
		<link>http://jehy.ru/articles/2009/12/29/wordpress-ftp-update-trouble/comment-page-1/#comment-2356</link>
		<dc:creator>Rookian</dc:creator>
		<pubDate>Mon, 20 Sep 2010 21:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://jehy.ru/articles/?p=2605#comment-2356</guid>
		<description>I had the same problem (Division by Zero)

Use the following snippet :)

$path = $ABSPATH .&#039;wp-content/uploads/&#039;;
define(‘WP_TEMP_DIR’,$path’);</description>
		<content:encoded><![CDATA[<p>I had the same problem (Division by Zero)</p>
<p>Use the following snippet :)</p>
<p>$path = $ABSPATH .&#8217;wp-content/uploads/&#8217;;<br />
define(‘WP_TEMP_DIR’,$path’);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

