Okay
  Public Ticket #1387945
New lookbook file upload error: Upload directory isn't writable.
Closed

Comments

  • drmzperx started the conversation

    Dear Support,

    When I would like to create a new lookbook in claue theme and try to upload an image a got the following error message: "Server error. Upload directory isn't writable."

    My magento 2.2.X folder and file permission is right, php 7 settings default. Raw installation. I try with full access to magento folder chmod -R 777 but the error message still popup.

    Magento folder and file settings:

    find . -type f -exec chmod 644 {} \;
    find . -type d -exec chmod 755 {} \;
    find ./var -type d -exec chmod 777 {} \;
    find ./pub/media -type d -exec chmod 777 {} \;
    find ./pub/static -type d -exec chmod 777 {} \;
    chmod 777 ./app/etc
    chmod 644 ./app/etc/*.xml
    chown -R www-data:www-data .
    chmod u+x bin/magento

    Whats going wrong?

    Thanks,

    Attila

  • [deleted] replied

    Hi

    Please provide admin account and ssh account, I will check for you

  • drmzperx replied

    After I upload the other necessary folders (/pub) as well, the file upload permission problem is disappeared. The error message confused me.

    Thanks,