Skip to content

Instantly share code, notes, and snippets.

@imvision
Created May 20, 2014 08:52
Show Gist options
  • Save imvision/c8c7045689340c9d7621 to your computer and use it in GitHub Desktop.
Save imvision/c8c7045689340c9d7621 to your computer and use it in GitHub Desktop.
Wordpress upload error fix: "Unable to create directory in uploads folder"
sudo chown -R apache:apache /var/www/html/site_name/
That was it!!! I've spent many hours on this problem. Thank you!!
For those of you where changing the directories to 777 does not work, then this may be your problem. I just replaced the path with my own and then: service httpd restart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment