Hi, i dont know about that "issue" but if i want to install tb i get this notice:
Recursive write permissions for Apache user on ~/config/
Recursive write permissions for Apache user on ~/cache/
Recursive write permissions for Apache user on ~/log/
Recursive write permissions for Apache user on ~/img/
Recursive write permissions for Apache user on ~/mails/
Recursive write permissions for Apache user on ~/modules/
Recursive write permissions for Apache user on ~/themes/community-theme-default/lang/
Recursive write permissions for Apache user on ~/themes/community-theme-default/pdf/lang/
Recursive write permissions for Apache user on ~/themes/community-theme-default/cache/
Recursive write permissions for Apache user on ~/translations/
Recursive write permissions for Apache user on ~/upload/
Recursive write permissions for Apache user on ~/download/
But i run nginx
i think its better to show the code i have to run to fix it.
I think some users can help it and it saves muchs questions about "how i can set write permissions" etc.
Just Display:
chown -R www-data:www-data /etc/nginx/html/*
```
or better:
Question
Lausli
Hi, i dont know about that "issue" but if i want to install tb i get this notice:
Recursive write permissions for Apache user on ~/config/ Recursive write permissions for Apache user on ~/cache/ Recursive write permissions for Apache user on ~/log/ Recursive write permissions for Apache user on ~/img/ Recursive write permissions for Apache user on ~/mails/ Recursive write permissions for Apache user on ~/modules/ Recursive write permissions for Apache user on ~/themes/community-theme-default/lang/ Recursive write permissions for Apache user on ~/themes/community-theme-default/pdf/lang/ Recursive write permissions for Apache user on ~/themes/community-theme-default/cache/ Recursive write permissions for Apache user on ~/translations/ Recursive write permissions for Apache user on ~/upload/ Recursive write permissions for Apache user on ~/download/
But i run nginx
i think its better to show the code i have to run to fix it.
I think some users can help it and it saves muchs questions about "how i can set write permissions" etc. Just Display:
chown -R www-data:www-data /etc/nginx/html/*
``` or better:chown -R www-data:www-data /config/ chown -R www-data:www-data /cache/ chown -R www-data:www-data /log/ chown -R www-data:www-data /img/ chown -R www-data:www-data /mails/ chown -R www-data:www-data /modules/ chown -R www-data:www-data /themes/community-theme-default/lang/ chown -R www-data:www-data /themes/community-theme-default/pdf/lang/ chown -R www-data:www-data /themes/community-theme-default/cache/ chown -R www-data:www-data /translations/ chown -R www-data:www-data /upload/ chown -R www-data:www-data /download/
I dont know the rigth permission but the last one to run :
chmod 777 /etc/nginx/html/*
BAD 777 rights but is only an example just an idea :)1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now