[2017-06-17 19:40:43] local.ERROR: * System error building event map for service ‘files’.
mkdir(): Permission denied
Would anyone know why the above could be happening? I have given whatever permissions are necessary to the
/opt/dreamfactory-2.7.0-1/apps/dreamfactory/htdocs/storage/app
folder as this is where the file storage is.
It’s Bitnami Dreamfactory 2.7.0-1 ( the latest one as on date ). The below 2 steps I have already executed
sudo chown -R daemon:daemon storage/ bootstrap/cache/
sudo chmod -R 2775 storage/ bootstrap/cache/
Any pointers? Thanks