Categories

Featured templates

WordPress Troubleshooter. How to deal with “Unable to create directory” error

Sarah Vaynbaum April 14, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial will show you how to deal with “Unable to create directory” error in WordPress.

WordPress Troubleshooter. How to deal with “Unable to create directory” error

We will check two possible solutions which can help you to solve the issue.

First, the issue can be possibly related to the permissions of the wp-content or wp-content/uploads folder itself. You will need to check them and in this particular case you need to check the following tutorial:
How to manage files/folders permissions.

There is one more solution which can be connected to the incorrect link indicated in the WordPress itself, though in order to check it, you will need to do few steps indicated further.

  1. Enter WordPress admin panel, navigate to Appearence->Editor and find custom-function.php.

  2. Here you need to paste the following part of code just before the closing ?> tag at the end:

    if(get_option('upload_path')=='wp-content/uploads' || get_option('upload_path')==null) {
    update_option('upload_path',WP_CONTENT_DIR.'/uploads');}

    Wordpress. Unable to create directory

  3. Save the file up.

  4. After that go to the Settings > Media. There you can see new point called Store uploads in this folder. That is the place where you can check the correctness of the link itself.

Feel free to check the detailed video tutorial below:

WordPress Troubleshooter. How to deal with “Unable to create directory” error

Top Paid Wordpress Themes
This entry was posted in WordPress Tutorials and tagged create, directory, error, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket