Add file Attachment errors
  • Hi:

    I'm trying to upload a file attachment and I get this error:

    Unable to add attachment.
    The system is unable to write to the directory '/home/xxx/public_html/xxxx/files'. Please check if the user 'xxxx' has permission to write to the directory '/home/xxx/public_html/xxx/files'.

    "files" dir had permission 755, I changed to 777 and still the same error notice.


    Thanks

  • 2 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    hi,

    better to assign xxxx as user/group owner of a folder
  • Solved. I was quite sure I did change folder permissions to 777, somehow, it reverted to 755... changed again to 777 and is working now.

    Thanks!