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

Permissions issue on upload #2

Open
laceysanderson opened this issue Feb 12, 2021 · 1 comment
Open

Permissions issue on upload #2

laceysanderson opened this issue Feb 12, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@laceysanderson
Copy link
Member

When I try to create a new Bee Organism and I want to add a bee image, the image will not load.
errImg

Seems it's because of this problem, how could I fix it (Docker image)?
Screenshot from 2021-02-11 16-50-38

@laceysanderson
Copy link
Member Author

As the user suspected this is due to the files directory not being writable by the web user. This will be fixed in future versions of Tripal Crop Docker.

Use the following commands to fix this issue on existing Tripal Crop Dockers:

docker exec tcrop chmod 02775 -R /var/www/html/sites/default/files
docker exec tcrop chown -R www-data:www-data /var/www/html
docker exec tcrop usermod -g www-data root

@laceysanderson laceysanderson added the bug Something isn't working label Feb 12, 2021
@laceysanderson laceysanderson self-assigned this Feb 12, 2021
@laceysanderson laceysanderson removed their assignment Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant