Score:0

Your content folder in "/home/{????}/public_html/wp-content/uploads" is not writeable

ai flag

I am getting the same error on my both WordPress sites:

Your content folder in "/home/{my_user}/public_html/wp-content/uploads" is not writeable.

They both are hosting on a dedicated service using WHM.

I changed the permission on the ../uploads/ folder to 777 and it works but I don't think this is a valid exercise. The current setting on the folder is 775

Can you please give me some steps to diagnose this one?

Score:0
ai flag

Strange enough, the issue was that our LiteSpeed license was expired and the webserver was switched to Apache and it was missing the proper user configuration.

Everything fixed when we fixed the license issue with LiteSpeed.

Score:0
ng flag

You can read this article on how to set the correct permissions / hardening your wordpress installation, which states:

If you have shell access to your server, you can change file permissions recursively with the following command:

For Directories:
find /path/to/your/wordpress/install/ -type d -exec chmod 755 {} \;

For Files:
find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;

There's also a similar stackoverflow question which goes into a little bit more detail.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.