Write access required for settings.php and install.php

Hi,

I’m working to install xibo 1.7.5 on centos 7.
all requirements are perfect excepted the file system permissions seem my issue.

I have already permit the permission on the install.php as following command
chmod -R 755 /var/www/html/xibo-cms-1.7.5

[root@mgpteemip01 html]# cd xibo-cms-1.7.5/
[root@mgpteemip01 xibo-cms-1.7.5]# ls -ll
total 100
drwxr-xr-x. 9 apache apache 157 Oct 19 2015 3rdparty
drwxr-xr-x. 2 apache apache 94 Oct 19 2015 config
-rwxr-xr-x. 1 apache apache 739 Oct 19 2015 CONTRIBUTING.md
-rwxr-xr-x. 1 apache apache 892 Oct 19 2015 index.php
drwxr-xr-x. 4 apache apache 83 Oct 19 2015 install
-rwxr-xr-x. 1 apache apache 4836 Oct 19 2015 install.php
drwxr-xr-x. 10 apache apache 193 Oct 19 2015 lib
-rwxr-xr-x. 1 apache apache 34501 Oct 19 2015 LICENSE
drwxr-xr-x. 2 apache apache 4096 Oct 19 2015 locale
-rwxr-xr-x. 1 apache apache 12937 Oct 19 2015 maintenance.php
drwxr-xr-x. 5 apache apache 4096 Oct 19 2015 modules
-rwxr-xr-x. 1 apache apache 1158 Oct 19 2015 README.md
-rwxr-xr-x. 1 apache apache 8263 Oct 19 2015 services.php
drwxr-xr-x. 4 apache apache 54 Oct 19 2015 theme
-rwxr-xr-x. 1 apache apache 457 Oct 19 2015 Vagrantfile
-rwxr-xr-x. 1 apache apache 839 Oct 19 2015 xmds.php

on my understanding my configuration seems good but my xibo CMS installation could not start cause by this File System Permissions!!!

can you propose me some ideas to troubleshoot this issue.

thks
Manu

Permission to create a file depends on the parent directory permissions. You don’t show them in your screenshot, but likely the CMS doesn’t have permission to write to /var/www/html/xibo-cms-1.7.5 directory itself.

Making everything executable as you’ve done is really not a good idea. You should fix those permissions so that normal files aren’t executable.