Hello guys,
I'm trying to install on a VM (CentOS7 + PHP 7.1) the application but I always have this error message: incorrect value for 'Log file name', cannot write to such a file : check access rights.
I tried to:
> Give the full access rights (777) to apache user but it's not working.
Your help would be really aprreciated
Thanks
If access rights are correct on folder, then possibly a security application locks access
In most cases, it is Selinux.
Hej,
what are "the correct rights" on that folder? Which user want to write?
You must give write access rights to PHP user.
On linux Debian based (Ubuntu, Fedora)
chown -R www-data: /var/wwww/html/projeqtor/files chmod -R 755 /var/wwww/html/projeqtor/files
On linux RedHat based (CentOs)
chown -R apache: /var/wwww/html/projeqtor/files chmod -R 755 /var/wwww/html/projeqtor/files
Hello guys,
Found the problem thanks for your help:
> Made apache user the owner of the folders
> Gave the proper right to the folder
> Allowed in SELinux
Subject can be closed