Before doing migrate, /files/imagecache/ looked like this:
drwxrwxr-x 2 www-data www-data 4096 jan 29 12:52 thumbnail_small
After migration, it became like this:
drwxrwxr-x 2 aegir aegir 4096 jan 29 12:52 thumbnail_small
'www-data' not being able to save files in there anymore, it's breaking imagecache file processing.
Comments
Comment #1
anarcat commentedI suspect this is yet another regression on my part, checking.
Comment #2
anarcat commentedThis is actually fixed in head, but I hadn't deployed the fix in production. See #693966: Fix to not follow symlinks causes PHP readdir/closedir warnings.