<?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/"
	>

<channel>
	<title>Neal &#38; Associates &#187; wordpress</title>
	<atom:link href="http://blog.nealandassociates.co.uk/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nealandassociates.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 01 Dec 2011 10:00:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to fix: &#8220;Unable to create directory&#8221; Error for Media Uploads on WordPress 3.0?</title>
		<link>http://blog.nealandassociates.co.uk/2010/07/17/how-to-fix-unable-to-create-directory-error-for-media-uploads-on-wordpress-3-0/</link>
		<comments>http://blog.nealandassociates.co.uk/2010/07/17/how-to-fix-unable-to-create-directory-error-for-media-uploads-on-wordpress-3-0/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 02:03:50 +0000</pubDate>
		<dc:creator>Peter Neal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.nealandassociates.co.uk/?p=470</guid>
		<description><![CDATA[So. I had a problem with one of my customers wordpress sites this evening: when uploading content I kept on getting this error: Unable to create directory /home/username/public_html/wp-content/uploads/2010/07. Is its parent directory writable by the server? As I hadn&#8217;t changed anything and had been able to upload images easily enough before so I was a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.nealandassociates.co.uk%2F2010%2F07%2F17%2Fhow-to-fix-unable-to-create-directory-error-for-media-uploads-on-wordpress-3-0%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.nealandassociates.co.uk%2F2010%2F07%2F17%2Fhow-to-fix-unable-to-create-directory-error-for-media-uploads-on-wordpress-3-0%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So. I had a problem with one of my <a href="http://blog.rosebudpreserves.co.uk">customers</a> wordpress sites this evening: when uploading content I kept on getting this error:</p>
<p style="padding-left: 30px;"><strong>Unable to create directory /home/username/public_html/wp-content/uploads/2010/07. Is its parent directory writable by the server?</strong></p>
<p>As I hadn&#8217;t changed anything and had been able to upload images easily enough before so I was a tad perplexed. After a little googling I thought it might be a permissions problem.</p>
<p>The permissions on my wp-content/uploads directory were set to the default setting of 755 but I read that occassionally it might be helpful to change this to 777 to correct such a problem.</p>
<p><a rel="attachment wp-att-475" href="http://blog.nealandassociates.co.uk/2010/07/17/how-to-fix-unable-to-create-directory-error-for-media-uploads-on-wordpress-3-0/screen-shot-2010-07-17-at-02-57-13/"><img class="aligncenter size-full wp-image-475" title="755 File Permissions" src="http://blog.nealandassociates.co.uk/wp-content/uploads/2010/07/Screen-shot-2010-07-17-at-02.57.13.png" alt="755 File Permssions" width="374" height="96" /></a></p>
<p>Logging in via FTP I changed the permissions to 777 but to no avail + later googling led me to suspect this might not be too good an idea. See <a href="http://codex.wordpress.org/Changing_File_Permissions#The_dangers_of_777">here</a> for more info.</p>
<p>So it was back to google and I stumbled across this <a href="http://blog.lopau.com/wordpress-error-is-its-parent-directory-writable-by-the-server/">excellent article</a>, which gave me a few other ideas. It was point three:</p>
<p>3. If this doesn’t work. Check the upload path in the admin – Settings – Miscellaneous and make sure it is wp-content/uploads sometimes the upgrade or server move changes it to the absolute path.</p>
<p>that worked for me too.</p>
<p>But it wasn&#8217;t so easy to find the Miscellaneous Settings as they have moved since the upgrade to WordPress 3.0. And WordPress doesn&#8217;t make it easy to find. Oh no. But a couple of pages into their help files, I stumbled across <a href="http://codex.wordpress.org/Settings_Media_SubPanel">this page</a> and found the answer.</p>
<p>The Miscellaneous Settings controlling the upload of Media files are now stored, perhaps more sensibly, under Settings &gt; Media. Just make sure that your setting for the upload path is set to: wp-content/uploads and you&#8217;ll be just fine.</p>
<p style="text-align: center;"><a rel="attachment wp-att-487" href="http://blog.nealandassociates.co.uk/2010/07/17/how-to-fix-unable-to-create-directory-error-for-media-uploads-on-wordpress-3-0/800px-options-media/"><img class="aligncenter size-full wp-image-487" title="Media Settings" src="http://blog.nealandassociates.co.uk/wp-content/uploads/2010/07/800px-options-media.png" alt="Media Settings" width="512" height="302" /></a></p>
<p>This has happened on all my WordPress 3.0 blog upgrades on <a href="http://www.dreamhost.com">Dreamhost</a> so I hope this helps anyone in the same position.</p>
<p>Thanks to <a href="http://blog.lopau.com/about/">Paulo Orquillo</a> and <a href="http://www.tipsandtricks-hq.com/how-to-fix-unable-to-create-directory-error-when-uploading-image-into-wordpress-557">Tips &amp; Tricks HQ</a> for pointing me in the right direction.</p>
<div class="shr-publisher-470"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nealandassociates.co.uk/2010/07/17/how-to-fix-unable-to-create-directory-error-for-media-uploads-on-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>@Disqus Comments at the Independent</title>
		<link>http://blog.nealandassociates.co.uk/2010/06/10/disqus-comments-at-the-independent/</link>
		<comments>http://blog.nealandassociates.co.uk/2010/06/10/disqus-comments-at-the-independent/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 05:10:11 +0000</pubDate>
		<dc:creator>Peter Neal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[engagement]]></category>

		<guid isPermaLink="false">http://blog.nealandassociates.co.uk/?p=448</guid>
		<description><![CDATA[I was very excited to stumble upon this (recent I presume) development at the Independent newspaper: an abandoning of their old comments system and it&#8217;s replacement with the Disqus system of comments I use here at nealandassociates.co.uk and for most of my other clients. Now I like to comment on stories I read, and I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.nealandassociates.co.uk%2F2010%2F06%2F10%2Fdisqus-comments-at-the-independent%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.nealandassociates.co.uk%2F2010%2F06%2F10%2Fdisqus-comments-at-the-independent%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I was very excited to stumble upon this (recent I presume) <a href="http://jackriley.independentminds.livejournal.com/22492.html">development at the Independent newspaper</a>: an abandoning of their old comments system and it&#8217;s replacement with the <a href="http://disqus.com/">Disqus</a> system of comments I use here at nealandassociates.co.uk and for most of my other clients.</p>
<p>Now I like to comment on stories I read, and I read alot, and before I stumbled across disqus I was constantly frustrated by the login processes normally involved with commenting on a story. The Disqus system, however, makes this a synch and means I can comment, easily and be updated on a story in just a couple of seconds.</p>
<p>The service is free (with a <a href="http://disqus.com/vip/">premium version</a> available) and I can&#8217;t praise it more highly or wish for it&#8217;s adoption on more sites. It&#8217;s great to have feedback and it&#8217;s great to give feedback and disqus really helps with both of these processes, as well as nesting comments so your readers can keep track of a discussion (yes dear guardian keep track).</p>
<p>I can only hope that my favourite news site (the guardian) implements it soon&#8230; (hint, hint) I&#8217;m sure there is also a cost saving for them somewhere in there&#8230;</p>
<p>If you use wordpress and want to add the system you can grab a copy <a href="http://wordpress.org/extend/plugins/disqus-comment-system/">here</a>.</p>
<div class="shr-publisher-448"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nealandassociates.co.uk/2010/06/10/disqus-comments-at-the-independent/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Backing up WordPress</title>
		<link>http://blog.nealandassociates.co.uk/2010/01/11/backing-up-wordpress/</link>
		<comments>http://blog.nealandassociates.co.uk/2010/01/11/backing-up-wordpress/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 09:44:11 +0000</pubDate>
		<dc:creator>Peter Neal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://blog.nealandassociates.co.uk/?p=270</guid>
		<description><![CDATA[As a recent convert to WordPress (within the last 12 months) it has been one of the last areas I have considered putting backups in place. In the decade I have been working with websites (I currently manage two dozen or so) I have never had a web hosting company lose a website. Consequentially backups [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.nealandassociates.co.uk%2F2010%2F01%2F11%2Fbacking-up-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.nealandassociates.co.uk%2F2010%2F01%2F11%2Fbacking-up-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>As a recent convert to <a href="http://wordpress.org/">WordPress</a> (within the last 12 months) it has been one of the last areas I have considered putting backups in place. In the decade I have been working with websites (I currently manage two dozen or so) I have never had a web hosting company lose a website. Consequentially backups of our various websites have invariably been kept to note changes we have made to them, rather than to give us a backup of the site should the web host fail in their obligations.</p>
<p>As a relatively new user to WordPress I have watched it move from version <a href="http://wordpress.org/download/release-archive/">2.7 to 2.9</a> (with plenty of .1 upgrades in-between) in little less than 12 months. Each time a new version has been released WordPress has discretely pressed me to update it and obligingly I have complied, each time holding my breath for a good few seconds, until that welcome success message is returned and I am sure that my databases are intact (the real risk of corruption).</p>
<p>So in line with my New Year&#8217;s resolution to make sure that everything is backed-up and in recognition that most of the html content of my sites (excluding WordPress) is now additionally supported by  git, which acts as an effective backup process in my opinion. I thought it was about time I found a suitable, easy solution for backing-up WordPress and that solution came via a new beta program called <a href="http://www.wordpressbackup.com/">WordPress Backup</a>.</p>
<p>Though the site is little more than a year old (it celebrates it&#8217;s first year anniversary of its beta on 14th January) it offers an easy, automatic method to backup your site via the installation of a <a href="http://www.wordpressbackup.com/plugin/wordpressbackup.zip">plugin</a> in WordPress, which is complimented by a free account (so long as it&#8217;s for personal use or you just need to backup one site) with WordPress Backup. Overall the setup process takes less than ten minutes (instructions <a href="http://www.wordpressbackup.com/how-it-works/">here</a>) and after that automatic backups are made every two days to its servers, from which you can download a backup if your site corrupts.</p>
<p>Thanks to the development team at WordPress Backup I and the 2571 other users it caters to are able to easily and seamlessly ensure that we have a modicum of protection when upgrading between different versions of WordPress (and any unforeseen horrors that may happen) and work, such as this, is finally protected. Phew.</p>
<div class="shr-publisher-270"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nealandassociates.co.uk/2010/01/11/backing-up-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
