• I’m getting this error message when uploading images:

    Unable to create directory /var/www/vhosts/xxx/httpdocs/wp-content/uploads/2009/01. Is its parent directory writable by the server?

    wp-content has the permission 777 and uploads has 777 as well. I don’t see it even creating the directory ‘2009’ inside ‘wp-content/uploads’. The settings are all default.

Viewing 8 replies - 1 through 8 (of 8 total)
  • I have exactly the same problem, is there any solution to this?

    Benz1

    Me too . Have you two now solved this problem ?

    I’ve same problem too. I tried everything. Any solution please?

    Me too!!!!!

    and I’ve just spent an hour reading all manner of solutions which don’t seem to work.

    Come on guys, lots of you are doing it. Where are we going wrong?

    Jo

    Has anyone had any luck with this.

    One thing I notice about this forum is that some posts are completely ignored! Even when it is an issue as basic BUT IMPORTANT as this question.

    This seems to be a serious issue that we’re experiencing but support is sadly lacking!!!

    I was getting this on a client’s site, and found that the upload directory in Settings / Media was incorrect.

    I think leaving this empty should usually work, otherwise you might have to ask your hosting provider what it should be.

    I’m having the same problem. I had previously moved wp out of a wp directory to the root level. After hours and hours I discovered a hack to fix my problem – set my miscellaneous (settings) path back to the wp/wp-content/uploads and magically, I was able to upload! Not ideal, but I was tearing my hair out !

    I am not even up to trying to insert an image now !

    “Error saving media attachment” when using browser mode
    “Is its parent directory writable by the server? ” when using flash mode
    wordpress: 2.8.4
    theme: lifestyle 4.0 (current)
    permissions on wp-content: rwxrwxr-x
    permissions on uploads: rwxrwxr-x
    uploads directory owner: same as my account name
    upload path set to: wp-content/uploads

    Tried:
    reinstalling all wordpress 2.8.4 files
    making new upload2 directory and setting the path to wp-content/upload2
    Turning all plugins off at the same as switching to default theme
    deleted cache files from wp-content directory, emptied brower caches (2 different browsers)
    putting the following code in .htaccess – what happens the error message changes to: Is its parent directory writable by the server? Answer – yes, wp-content is. Should public-html be ? (I don’t think so !)
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Background:
    site was originally in wp directory, I moved it root level, and upgraded to 2.8.4.
    Someone had to go into the database to fix the paths for the images, but after they did that the images showed properly and were not called from the wp directory.
    At some point the thumbnail images in the library stopped showing. I think it was after I edited a post where I added a youtube video, but did not add any pictures (because the library hasn’t been accepting files!).
    So I renabled my old wp directory, so that the thumbnails show in the library (from the wp directory).

    The fix:

    go to https://yoursite.com/wordpress/wp-admin/options.php

    scroll down until you fine upload_path (on the left-hand side)

    make sure the entire path is correct. If it isn’t then change it and save.

    Now it should be fixed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Could not upload image — Is its parent directory writable by the server?’ is closed to new replies.