• Resolved satimis02

    (@satimis02)


    Hi all,

    Add media -> Upload files
    -> Select Files

    selecting media file -> Open

    UPLOADING

    coffee_break.jpeg
    Unable to create directory uploads/2022/09. Is its parent directory writable by the server?

    Please help. Thanks

    Remark: several websites having similar problem

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Error message is clear. Your web server is not able to create a directory under uploads directory. Where you have hosted your website? Is it your own hosting or 3rd party? If you have support from hosting provider, just share them this message. They will help you solve it. If it is hosted by yourselves, give your webserver’s user write permission to the parent directory.

    Thread Starter satimis02

    (@satimis02)

    Hi,

    Thanks for your advice.

    I’m administrator

    Permission
    wp-content 755
    uploads 755

    I don’t know why the folder 2022 09 can’t be created automatically ?

    Shall I create it manually on File Manager of cPanel ?

    Thanks

    Regards

    • This reply was modified 3 years, 9 months ago by satimis02.
    Thread Starter satimis02

    (@satimis02)

    Hi,

    Problem solved as follow;

    On wp-config.php

    add following line;
    define( 'UPLOADS', 'wp-content/uploads' );

    before;
    require_once(ABSPATH . 'wp-settings.php');

    Regards

    Thank you satimis02. I just resolved the same error from your comment.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem uploading image’ is closed to new replies.