Categories: Blog

Fix “Unable to create directory” WordPress error

If you ever encounter the "Unable to create directory" error while trying to upload images on your post or using your media manager then you probably have setup the wrong image upload path to your Media Setting so the only thing to do in order to fix this error is to navigate to your Media Settings(found under the Settings tab on WP Dashboard) and insert "wp-content/uploads" in the "store uploads in this folder" box.

Video Guide for "Unable to create directory" WP error



NOTICE:
It seems that newest versions of WP(3.6 and upwards) removed that option from the backend so I suggest to use the following directive in your wp-config.php file:
define( 'UPLOADS', trailingslashit( WP_CONTENT_FOLDERNAME ).'custom_uploads_name' );

for example:

define( 'UPLOADS', 'wp-content/'.'files' );
Makis Mourelatos

WC Athens 2016 co-organizer, WP Support and Security Aficionado, Wannabe Kitesurfer.

View Comments

Share
Published by
Makis Mourelatos

Recent Posts

WordPress Theme Development

WordPress is a widely popular Content Management System (CMS) that powers over 40% of all…

12 months ago

WordPress Solutions

WordPress is a popular platform that empowers more than 60 million websites worldwide. Millions of…

12 months ago

WordPress Site Maintenance

In this article, we will cover ten crucial WordPress site maintenance tasks that every website…

12 months ago

WordPress Security Solutions

In this blog article, we will explore the various WordPress security solutions you can implement…

12 months ago

WordPress Plugin Solutions

Plugins are an integral part of WordPress, as they offer countless benefits and features that…

12 months ago

WordPress Optimization and Performance Improvement

In this article, we will explore various strategies that can help you enhance your WordPress…

12 months ago