Unable to create directory wp-content/uploads


Unable to create directory wp-content/uploads

This may indicate a permissions problem with your WordPress uploads directory.

Firstly please make sure that you have the right permissions on /uploads folder.

$ sudo chmod -R 755 uploads/

Then if still nothing happens, please check the owner permissions.

$ ls -l
total 24
-rw-r--r--  1 root     root       28 Jan 26 13:44 index.php
drwxr-xr-x 16 root     root     4096 Jan 26 14:50 plugins
drwxr-xr-x  7 root     root     4096 Jan 26 13:44 themes
drwxr-xr-x  2 root     root     4096 Jan 26 13:44 upgrade
drwxr-xr-x 11 root     root     4096 Jan 26 13:44 uploads

Let’s offer the right permissions. As we can see the uploads folder has the root owner. The owner of Nginx/Apache servers is www-data

$ sudo chown -R www-data:www-data ./uploads/

Now if you check again, the owner is changed and the permissions 755 are set.

$ ls -l
total 24
-rw-r--r--  1 root     root       28 Jan 26 13:44 index.php
drwxr-xr-x 16 root     root     4096 Jan 26 14:50 plugins
drwxr-xr-x  7 root     root     4096 Jan 26 13:44 themes
drwxr-xr-x  2 root     root     4096 Jan 26 13:44 upgrade
drwxr-xr-x 11 www-data www-data 4096 Jan 26 13:44 uploads

That’s it!

Newsletter


Related Posts

What is my Internet IP Address?

Discover your IP address over the internet

Validate Romanian CNP

How to validate the Romanian CNP with a JS function

Validating CIF for Romanian Company in JS

Validate CIF for Romanian companies in JS. Easily verify company information with our user-friendly tool. Ensure accuracy and reliability.

How to install Kali Linux in UTM Virtual Machine on M2 Macbook

How I installed a UTM virtual machine with Kali Linux on a Macbook PRO M2 chip

My cat ruin my SaaS LoyalXpert

After half year, LoyalXpert, the loyalty system builder for coffee shop oweners is shutdown

TikTok Ads Strategy from a SaaS founder

Here's a short tutorial from my disrupting strategy of doing Tiktok Ads as a SaaS Founder

Curated SEO Resources: Essential Tools and Tips

Discover a handpicked selection of indispensable SEO resources, including tools and tips, to optimize your website's performance.

A Week in the Life of an Invoice Wrangler: Navigating Ridesharing and Food Delivery Chaos

As an app founder in the ridesharing and food delivery industry, I found myself knee-deep in invoice reports from companies like Bolt, Uber, Glovo, and Bolt Food

Free HTML templates list for Startups

Free HTML templates list for startup. A complete list with free resources to build your next startup's website and gain the traction to the sky.

Deal with client requests in SaaS

How to deal with client requests in Saas which are seeing only their interests, not the product interest.