Created
May 20, 2014 08:52
-
-
Save imvision/c8c7045689340c9d7621 to your computer and use it in GitHub Desktop.
Wordpress upload error fix: "Unable to create directory in uploads folder"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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