Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solved permissions problems with Avatars folder using secure 755. #861

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

joancipria
Copy link

@joancipria joancipria commented May 11, 2017

[VAGRANT]
I'was creating a system for uploading users' files to the server. For this purpose I coded a script that creates a personal folder with 755 permissions. This was working, but when I was trying to move a file via move_uploaded_file() to the folder I wasn't able to write anything.

So I decided to check the php user, and it was running by vagrant user. Also I checked the owner of the files and it was vagrant too. At the end, I decided to try adding the www-data user to vagrant's group. This let me upload files to the folders with 755 permissions. Of course, it also applies to other folders, including Avatars folder. In reference with issue #143.

sudo usermod -a -G vagrant www-data

joancipria added 2 commits May 12, 2017 00:07
…issions. It also applies to other folders/upload actions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant