Hello,
i'm trying to install new V11.0.1 on a new VM (Centos 7.9).
Everything is fine (php, modules, mysql,...) but i'm stuck on "incorrect value for 'parameter file name', cannot write to such a file : check access rights".
parameters.php is not located at standard place (for security reasons), but the place is correct /var/repertoire/parameters.php.
For testing rights, i do a ls -l /var/repertoire/parameters.php and get a good :
-rwxrwxr--. 1 apache:apache XXXXXX /var/repertoire/parameters.php
Any idea ?
Regards,
You must specify location of prameters.php file in file projeqtor/tool/parametersLocation.php
Unable to create parametersLocation.php.
Even with standard location, it doesn't work.
Rights are 775 for apache:apache on whole /var/www/html directories...
An idea ?
Even log files are in trouble...
The problem is from SELINUX.
The VM was secured via SeLinux and context is not allowing writing on files.
Need a httpd_sys_rw_content_t context to work 🙂 !