• Hello , i get the error which says “We cannot create the /wp-content/uploads/2018/01 folder. Does the server has permission to write the parrent doc” sorry i tried to closely translate the error. I mention that i get the error when i try to upload photos to header from the menu.

    Here is a screenshot: https://imgur.com/a/cHttn

Viewing 1 replies (of 1 total)
  • Open your Terminal and type

    
    cd to your wp-content folder
    mkdir uploads
    sudo chmod 777 uploads/*

    It changes the permission for WP to full controll to upload files.

    • This reply was modified 6 years, 9 months ago by longnguyen.
Viewing 1 replies (of 1 total)
  • The topic ‘Server unable to create /wp-content/uploads’ is closed to new replies.