Unable to locate WordPress Content directory (wp-content)

I had the same issue, this is usually a permission of writing in specific folder, in my case I had to change the owner of the uploads/ directory, here is what I did in wp-content directory:

sudo chown -R daemon uploads/

where the user daemon is the owner of the process httpd.

Hope this helps.

Leave a Comment