<?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 error: The uploaded file could not be moved to</title>
	<atom:link href="http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/</link>
	<description>Story, experience, trial and error in managing my blog and hosting things</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:04:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luke</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1556</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Thu, 18 Aug 2011 16:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1556</guid>
		<description>Make sure php.ini lets you upload files larger than what you are trying to upload.</description>
		<content:encoded><![CDATA[<p>Make sure php.ini lets you upload files larger than what you are trying to upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1542</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 05 Aug 2011 02:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1542</guid>
		<description>Just to shed some light on this problem, which I too, had in the past and have resolved.  Anyway, its a 3 part solution which addresses most of the issues here:

1.  SAFE MODE - I generally set this to off.  Its a security features that&#039;s set to &quot;on&quot; for shared hosts.  I recommend you read this up on http://php.net/manual/en/features.safe-mode.php, to decide if you want to turn this off.  If your having problems creating files, directories, moving files to directories, then this could be a primary cause.

2.  OWNERSHIP - The uploads directory and its contents should be owned by apache (&lt;code&gt;chown apache.apache -R uploads/&lt;/code&gt;).  This will then allow you to set the correct permissions for access by the server.

3.  PERMISSIONS - Do not use &lt;code&gt;chmod 777&lt;/code&gt; if you can.  For me all directories are set at &lt;code&gt;chmod 755&lt;/code&gt;, and all files are set at &lt;code&gt;chmod 644&lt;/code&gt;.  That would provide the best security.  

Anyway, I understand that lots of people are on different server configurations, so what i&#039;ve done could be different for others.  If there are other suggestions, please let me know!

I&#039;m on a CentOS 4.4 server, running in a Virtual Host, with PHP 5.2 and MySQL 5.</description>
		<content:encoded><![CDATA[<p>Just to shed some light on this problem, which I too, had in the past and have resolved.  Anyway, its a 3 part solution which addresses most of the issues here:</p>
<p>1.  SAFE MODE &#8211; I generally set this to off.  Its a security features that&#8217;s set to &#8220;on&#8221; for shared hosts.  I recommend you read this up on http://php.net/manual/en/features.safe-mode.php, to decide if you want to turn this off.  If your having problems creating files, directories, moving files to directories, then this could be a primary cause.</p>
<p>2.  OWNERSHIP &#8211; The uploads directory and its contents should be owned by apache (<code>chown apache.apache -R uploads/</code>).  This will then allow you to set the correct permissions for access by the server.</p>
<p>3.  PERMISSIONS &#8211; Do not use <code>chmod 777</code> if you can.  For me all directories are set at <code>chmod 755</code>, and all files are set at <code>chmod 644</code>.  That would provide the best security.  </p>
<p>Anyway, I understand that lots of people are on different server configurations, so what i&#8217;ve done could be different for others.  If there are other suggestions, please let me know!</p>
<p>I&#8217;m on a CentOS 4.4 server, running in a Virtual Host, with PHP 5.2 and MySQL 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechPakora</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1529</link>
		<dc:creator>TechPakora</dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1529</guid>
		<description>not working for me :( :(</description>
		<content:encoded><![CDATA[<p>not working for me <img src='http://www.hostingformula.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  <img src='http://www.hostingformula.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madruga</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1509</link>
		<dc:creator>Madruga</dc:creator>
		<pubDate>Sun, 10 Apr 2011 16:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1509</guid>
		<description>I am astonished by the fact that you guys still didn&#039;t found how to fix this.
@นิตติ้ง Your Misscellanous Settings, are here Settings -&gt; Media

Ok, so here is the FIX:

safe_mode_gid=ON (in php.ini)
chmod 777 wp-content/uploads (via SSH sau FTP)

These 2 little things are going to help ya ! ;]</description>
		<content:encoded><![CDATA[<p>I am astonished by the fact that you guys still didn&#8217;t found how to fix this.<br />
@นิตติ้ง Your Misscellanous Settings, are here Settings -&gt; Media</p>
<p>Ok, so here is the FIX:</p>
<p>safe_mode_gid=ON (in php.ini)<br />
chmod 777 wp-content/uploads (via SSH sau FTP)</p>
<p>These 2 little things are going to help ya ! ;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1508</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sat, 09 Apr 2011 18:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1508</guid>
		<description>That worked wonders!

Thanks!</description>
		<content:encoded><![CDATA[<p>That worked wonders!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: นิตติ้ง</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1374</link>
		<dc:creator>นิตติ้ง</dc:creator>
		<pubDate>Wed, 26 Jan 2011 05:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1374</guid>
		<description>I&#039;ve tried to upload my vdo on wordpress but I couldn&#039;t do it 
and I couldn&#039;t find Misscellanous Setting 
so I still stuck to upload my vdo</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to upload my vdo on wordpress but I couldn&#8217;t do it<br />
and I couldn&#8217;t find Misscellanous Setting<br />
so I still stuck to upload my vdo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1098</link>
		<dc:creator>Jarod</dc:creator>
		<pubDate>Thu, 16 Dec 2010 01:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1098</guid>
		<description>This solved the problem for me:

Problem: When trying to upload a plugin to Wordpress, the following error is given:

The uploaded file could not be moved to /home/user/public_html/domain.com/wp-content/uploads/2010/12.

Solution: Within WHM, under Main &gt;&gt; Service Configuration &gt;&gt; PHP Configuration Editor, the &quot;upload_max_filesize&quot; was incorrectly set to 64MB, when it should have been set to 64M.

Notice the extra B in MB? It causes the error. Just an FYI...</description>
		<content:encoded><![CDATA[<p>This solved the problem for me:</p>
<p>Problem: When trying to upload a plugin to WordPress, the following error is given:</p>
<p>The uploaded file could not be moved to /home/user/public_html/domain.com/wp-content/uploads/2010/12.</p>
<p>Solution: Within WHM, under Main &gt;&gt; Service Configuration &gt;&gt; PHP Configuration Editor, the &#8220;upload_max_filesize&#8221; was incorrectly set to 64MB, when it should have been set to 64M.</p>
<p>Notice the extra B in MB? It causes the error. Just an FYI&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Staale</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-1008</link>
		<dc:creator>Staale</dc:creator>
		<pubDate>Thu, 25 Nov 2010 04:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-1008</guid>
		<description>@Eric Kinney Thank you so much. This solved my problem. I deleted the uploads folder created automatically by wordpress and created a new one, set permissions. and it worked.</description>
		<content:encoded><![CDATA[<p>@Eric Kinney Thank you so much. This solved my problem. I deleted the uploads folder created automatically by wordpress and created a new one, set permissions. and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Wilson</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-982</link>
		<dc:creator>Glenn Wilson</dc:creator>
		<pubDate>Tue, 05 Oct 2010 21:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-982</guid>
		<description>Your issue could also be the size of the file you&#039;re trying to upload. You&#039;ll get the same error on WP3 if you exceed your max file size.

I fixed mine by locating the php.ini file (ubuntu /etc/php5/apache2/php.ini) and changing the upload_max_filesize. Then restart apache.
Glenn</description>
		<content:encoded><![CDATA[<p>Your issue could also be the size of the file you&#8217;re trying to upload. You&#8217;ll get the same error on WP3 if you exceed your max file size.</p>
<p>I fixed mine by locating the php.ini file (ubuntu /etc/php5/apache2/php.ini) and changing the upload_max_filesize. Then restart apache.<br />
Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leah</title>
		<link>http://www.hostingformula.net/wordpress-error-the-uploaded-file-could-not-be-moved-to/comment-page-1/#comment-971</link>
		<dc:creator>Leah</dc:creator>
		<pubDate>Mon, 27 Sep 2010 12:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostingformula.net/?p=527#comment-971</guid>
		<description>I ran into this same problem with one hosting company. The only way they allowed for uploads was to chmod the directory to 777 which = not secure, not acceptable. This host wouldn&#039;t allow for disabling mod_security in apache either. I found a plugin that allowed me to upload plugins and images to their correct respective folders: WP-Easy-Uploaderhttp://wordpress.org/extend/plugins/wp-easy-uploader.  I am not affiliated with the creators of this plugin - I just appreciate all the time and headaches it saved me and hope it will help others.</description>
		<content:encoded><![CDATA[<p>I ran into this same problem with one hosting company. The only way they allowed for uploads was to chmod the directory to 777 which = not secure, not acceptable. This host wouldn&#8217;t allow for disabling mod_security in apache either. I found a plugin that allowed me to upload plugins and images to their correct respective folders: WP-Easy-Uploaderhttp://wordpress.org/extend/plugins/wp-easy-uploader.  I am not affiliated with the creators of this plugin &#8211; I just appreciate all the time and headaches it saved me and hope it will help others.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

