I'm trying to install epesi 1.7.0 on an old PC that I've migrated to Centos 7 and I suspect that I have a permissions issue, but am total baffled.
The permission for the epesi directory is:
drwxrwx---. 9 apache apache 4096 Dec 18 16:58 epesi
The permissions for the contents of the directory are:
drwxrwx---. 9 apache apache 4096 Dec 18 16:58 .
drwxr-xr-x. 4 root root 82 Dec 18 16:57 ..
drwxrwx---. 4 apache apache 4096 Dec 18 16:58 admin
-rw-rw----. 1 apache apache 9186 Mar 24 2015 check.php
-rw-rw----. 1 apache apache 5278 Mar 24 2015 cron.php
drwxrwx---. 2 apache apache 23 Dec 18 17:26 data
drwxrwx---. 2 apache apache 4096 Dec 18 16:58 docs
-rw-rw----. 1 apache apache 408 Dec 18 16:58 .htaccess
-rw-rw----. 1 apache apache 408 Mar 24 2015 htaccess.txt
drwxrwx---. 2 apache apache 4096 Dec 18 16:58 images
drwxrwx---. 2 apache apache 4096 Dec 18 16:58 include
-rw-rw----. 1 apache apache 1053 Mar 24 2015 include.php
-rw-rw----. 1 apache apache 7649 Mar 24 2015 index.php
-rw-rw----. 1 apache apache 1275 Mar 24 2015 init_js.php
-rw-rw----. 1 apache apache 56 Mar 24 2015 install.txt
drwxrwx---. 6 apache apache 4096 Dec 18 16:58 libs
-rw-rw----. 1 apache apache 1406 Mar 24 2015 mobile.css
-rw-rw----. 1 apache apache 7289 Mar 24 2015 mobile.php
drwxrwx---. 11 apache apache 4096 Dec 18 16:58 modules
-rw-rw----. 1 apache apache 35783 Mar 24 2015 PEAR.php
-rw-rw----. 1 apache apache 44 Mar 24 2015 php.ini
-rw-rw----. 1 apache apache 1125 Mar 24 2015 process.php
-rw-rw----. 1 apache apache 2376 Mar 24 2015 serve.php
-rw-rw----. 1 apache apache 5313 Mar 24 2015 setup.css
-rw-rw----. 1 apache apache 24729 Mar 24 2015 setup.php
-rw-rw----. 1 apache apache 13084 Mar 24 2015 update.php
I am able to use my browser to get to the screen where I enter information about the database, e.g., database name, username & password. But when I click "Next" all I get is a blank browser window with the URL "http://XXX.XXX.X.XX/epesi/setup.php?install_lang=en&submitted=1&license=1&htaccess=1".
After posting this I noticed another post from someone else with a similar issue. Someone suggested looking at the error log (which I didn't realized existed until I read that posting). Here is what the error log recorded:
[[Sat Dec 19 16:57:15.140596 2015] [autoindex:error] [pid 2743] [client 192.168.1.13:49184] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive
[Sat Dec 19 16:57:55.990221 2015] [:error] [pid 8217] [client 192.168.1.13:49220] PHP Fatal error: Call to undefined function mb_internal_encoding() in /var/www/html/epesi/include/config.php on line 62, referer: http://192.168.1.17/epesi/setup.php?ins ... 3=1&tos4=1
[Sat Dec 19 16:57:55.992777 2015] [:error] [pid 8217] [client 192.168.1.13:49220] PHP Warning: require_once(libs/adodb/adodb-errorhandler.inc.php): failed to open stream: No such file or directory in /var/www/html/epesi/include/database.php on line 17, referer: http://192.168.1.17/epesi/setup.php?ins ... 3=1&tos4=1
[Sat Dec 19 16:57:55.992799 2015] [:error] [pid 8217] [client 192.168.1.13:49220] PHP Fatal error: require_once(): Failed opening required 'libs/adodb/adodb-errorhandler.inc.php' (include_path='.:/usr/share/pear:/usr/share/php:/var/www/html/epesi/modules/Libs/QuickForm/3.2.11') in /var/www/html/epesi/include/database.php on line 17, referer: http://192.168.1.17/epesi/setup.php?ins ... 3=1&tos4=1
This, unfortunately doesn't mean anything to me.
I'm a duffer when it comes to computers. Just smart enough to be dangerous!
Any help would be much appreciated.
Cheers,
Paul