Questions tagged [permissions]

This tag is ambigouos. Use "file-permissions" for questions about permissions on the file system and "acl" (Access Control List) for permission management in the Magento admin panel

279 questions
5
votes
6 answers

Client denied by server configuration /app/etc/config.php

I just installed Magento 2 on HostGator with Linux+Cpanel. Everything seems to work fine, however, any change I do on the Configuration it keeps loading and loading and never applies. I checked the server logs and it shows: [Thu Mar 03 11:40:43…
user37025
  • 1,383
  • 3
  • 19
  • 32
1
vote
0 answers

Root taking ownership of generated files. Plesk CP

I hope someone here can offer me some guidence. I have recently switched all my accounts from cPanel / WHM to Plesk and part of this was an active development of a Magento 2.3.2 site. Since moving onto the new system I am having issues with the…
Andrew
  • 11
  • 1
1
vote
1 answer

Recurrent Error when updating products in Magento Db

Wondering what this error could be in 1.9.3.6 cms: The db field size is 'nn' bytes to small to save the group permissions. Please enable the configuration setting to dynamicaly grow the field length and try again. and if it will affect the day to…
1
vote
0 answers

Set default role permissions during Magento installation (magerun ?)

I have Magento installation script (running php install.php (...)) that reinstalls Magento. However - everytime when I reinstall Mage during the development - I have to set permissions for each role individually again. I would like to make something…
Łukasz
  • 61
  • 8
0
votes
1 answer

chcon -R -t httpd_sys_rw_content_t /var/www/html/magento/ SAFE?

to fix an issue in Magento I found this solution here on Stackexchange: I used this command line in Putty: So after that I could fix the issue.
Jason Dana
  • 27
  • 6
0
votes
1 answer

Permissions on /var and /var/log

I set all the permissions and recommended by the documentation. However, anyone can still see the log files from the browser since the var/log folder has read permission. How is that handled ? by .htaccess? I have that file in place Maybe is not…
0
votes
1 answer

Magento permissions

I've just managed to get the localhost version of a website I'm working on, onto our live server. I'm having issues when it comes to permissions and who should own what etc. When visiting the website it doesn't load the homepage, it brings up a…
cz84
  • 69
  • 2
  • 15
0
votes
1 answer

changing permissions has locked me out of the site

I changed my site (shared hosting) permission following the link here: http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html find . -type f -exec chmod 400 {} \; find . -type d -exec chmod 500 {} \; find var/ -type f -exec…
egg
  • 499
  • 7
  • 26