I am using filecache
the directory is created but not written to
the directory has permissions and owner: drwxrwxrwx 2 www-data www-data
I am using filecache
the directory is created but not written to
the directory has permissions and owner: drwxrwxrwx 2 www-data www-data
Comments
Comment #2
damienmckennaComment #3
damienmckennaI've never used filecache and wonder if there's a problem with that module?
Comment #4
socialnicheguru commentedOk so the issue is one of permissions.
on the admin/config/media/file-system I defined /tmp as my directory
it has ownership of www-data:www-data
but Drupal is running as aegir user
So the directories could not be made.
I changed my temp directory to
sites//private/tmp
This allows for a little more security if you have multiple sites running on your system
I did have to chown -R aegir:www-data private/tmp
then it all worked
Comment #5
socialnicheguru commentedaarrgghhh
no instead i could keep the owners the same, www-data:www-data, andin addition to changing it above I had to chmod 770 sites//private/tmp directory
Comment #6
joelpittetComment #7
pfrenssenDrupal 7 is end-of-life, closing.