The question the script asked you was:
Is its parent directory writable by the server? – and its parent is wp-content…
If that’s writable WP will create the directory.
I am having this same problem (I just posted a little while ago on this thread: http://wordpress.org/support/topic/56418)
My wp-content directory has the correct permissions set but WP still can’t write to it. The only way to get it to work is to upload wp-content/uploads/2006/01 etc as incredipete described, but this seems awfully cumbersome.
Thread Starter
sk4sk4
(@sk4sk4)
is it safe to make that folder writable?
Thread Starter
sk4sk4
(@sk4sk4)
i also tried manually generating the folders that the error referrs to, and even then WP still gives me errors
Thread Starter
sk4sk4
(@sk4sk4)
this is the last error i get:
Warning: move_uploaded_file(/home/XXXXXX/public_html/wp-content/uploads/2006/01/downtimer1.jpg): failed to open stream: Permission denied in /home/XXXXX/public_html/wp-admin/admin-functions.php on line 1757
Warning: move_uploaded_file(): Unable to move ‘/tmp/phpjsNdU7’ to ‘/home/XXXXXX/public_html/wp-content/uploads/2006/01/downtimer1.jpg’ in /home/XXXXXX/public_html/wp-admin/admin-functions.php on line 1757
The uploaded file could not be moved to .
Thread Starter
sk4sk4
(@sk4sk4)
check this thread for the solution
http://wordpress.org/support/topic/53768
you have to set all the file folders from wp-content on down to full write permissions. it is a total pain in the butt.