broniors
Member
Posted 5 months ago #
I am trying to upload documents using the plugin. The files appear to upload and then return with the error
Unable to create directory uploads/2012/11. Is its parent directory writable by the server?
I know that this drive is writable as this is where the media library is and there are files already there.
http://wordpress.org/extend/plugins/wp-document-revisions/
This error is usually thrown when wp-content is not writable (or any of its sub folders). You'll want to chmod -r 0777 wp-content to recursively set permissions. Alternatively, verify that if you've moved your document upload directory, that that spot is writable as well.