divPress

Discover WordPress. Get acquainted from level-one about the nuances of developing for Wordpress. Learn to code like a Pro using advanced WordPress coding.

Do subscribe to get regular updates via RSS.

Fix “Is its parent directory writable by the server?” error for WordPress Image uploads

Fix wordpress’ “Unable to create directory” media upload error without having to CHMOD the uploads directory.

You might encounter an error saying something like:

“Unable to create directory /nfs/05/username/wp-content/uploads/2011/03. Is its parent directory writable by the server?”

Naturally, the first thing we’d try to do is change the /uploads/ directory permissions to 777. Here’s a way to fix the error without having to CHMOD directories.

Goto Settings > Media from your WP Dashboard and change” to “wp-content/uploads”
PS: NOT “/wp-content/uploads” or “/nfs/05/username/wp-content/uploads/”

Please note that there is NO forward slash before wp-content/uploads. Hope this solves the media upload problem. Else, try CHMOD’in the uploads/ directory to 777.

Source: TRLocke’s suggestion found at WP Forum

Was this post useful? Share on Twitter or Facebook and spread the love.   

Related Posts

Now What?

Leave a Reply

Allowed Tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>