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

File and Folder Permissions #171

Open
Modrx opened this issue Feb 14, 2023 · 0 comments
Open

File and Folder Permissions #171

Modrx opened this issue Feb 14, 2023 · 0 comments

Comments

@Modrx
Copy link

Modrx commented Feb 14, 2023

I am getting the following errors when liking, commenting, or uploading images.

When liking:
500 Internal Server Error

When commenting:
Request failed with status code 500

Uploaded image:
Not showing due to file and folder permissions

If I set the permissions using the following commands, then the uploaded image shows but liking and commenting still doesn't work:
sudo find . -type d -exec chmod 755 {} ; # set all directories to rwx by user/group
sudo find . -type f -exec chmod 644 {} ; # set all files to rw by user/group

@trwnh trwnh transferred this issue from pixelfed/pixelfed Feb 14, 2023
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

No branches or pull requests

1 participant