Skip to content
Advertisement

Tag: permissions

EACES permission denied when trying to launch an installed Symfony “Akeneo PIM” with Docker

I started my first internship on monday and I’m working on a PIM created by Akeneo, which is build using Symfony. They have a nice guide to install it on their website and I figured i’d learn docker too. Here are the instructions i followed so far : https://docs.akeneo.com/latest/install_pim/docker/installation_docker.html I just didn’t configure my package manager before installing because after

PHP mkdir():Permission denied

I have a simple PHP/HTML/CSS app that creates a folder for newly registered users. It worked great on my test site, and not that I am ready to “go live” I get the “mkdir(): Permission denied” error. As far as I know, all settings are the same on both sites and the file permission for the root and uploads folder

Differentiate each apache user and give permissions

In a web application, I want to create a folder for each www-data user and give write permissions just on that folder, and just to that user. AFTER VALIDATION I can do: This will create a new directory with a random name, in the path $file->getPath() with all permissions to the owner user. But it would give permissions to all

Advertisement