<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>Manish Verma &#187; upload</title>
	<atom:link href="http://manishlive.com/tag/upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://manishlive.com</link>
	<description>Freelance Web Developer</description>
	<lastBuildDate>Tue, 02 Aug 2011 11:26:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How To Fix WordPress Media Upload Error</title>
		<link>http://manishlive.com/how-to-fix-wordpress-media-upload-error/</link>
		<comments>http://manishlive.com/how-to-fix-wordpress-media-upload-error/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://manishlive.com/?p=154</guid>
		<description><![CDATA[Problem : While making the new post on wordpress blog that requires any media like Image &#38; video, When you try to upload media in post you get this error...


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Problem :</strong></p>
<p style="text-align: justify;">While making the new post on wordpress blog that requires any media like Image &amp; video, When you try to upload media in post you get this error message.</p>
<p style="text-align: justify;"><strong><em>Unable to create directory /wp-content/uploads/2010/03. Is its parent directory writable by the server?</em></strong></p>
<p style="text-align: justify;">The parent directories &#8220;uploads&#8221; and &#8220;2010&#8243; had 777 permission so there was nothing wrong with the permission settings.</p>
<p style="text-align: justify;"><strong>Fix :</strong></p>
<p style="text-align: justify;">The problem was not with the directory permissions, but it was with URL where WordPress was trying to upload the image.</p>
<ul style="text-align: justify;">
<li>Go to <strong>Settings &gt; Miscellaneous &gt; Store uploads in this folder</strong></li>
<li>Remove &#8221; / &#8221; from the front of &#8220;<strong>wp-content/uploads</strong>&#8220;</li>
</ul>
<p style="text-align: justify;">There is another way to of changing the file upload path of your WordPress blog by modifying wp-config.php file.</p>
<ul style="text-align: justify;">
<li style="text-align: justify;">Add this <strong>define(‘UPLOADS’, ‘wp-content/new_folder’);</strong> Before this <strong>require_once(ABSPATH.’wp-settings.php’);</strong></li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://manishlive.com/how-to-fix-wordpress-media-upload-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Wordpress]]></coop:keyword>
		<coop:keyword><![CDATA[media]]></coop:keyword>
		<coop:keyword><![CDATA[upload]]></coop:keyword>
	</item>
	</channel>
</rss>

