WordPress: media upload error , Unable to create directory – Is its parent directory writable
Unable to create directory – Is its parent directory writable by the server
fix
chmod -R 777 wp-content/uploads
do not chmod wp-content to 777 , only chmod the uploads folders and subfolders.
