I am running nginx/1.6.2, mysql 5.6.24, PHP 5.6.4-4ubuntu6
During the installation I had all the green lights that all requirements were good.
The install is within /var/www/html/epesi/
First I got this error in Nginx web log.
2015/06/27 18:19:32 [error] 4138#0: *504 FastCGI sent in stderr: "PHP message: PHP Fatal error: Detection of epesi directory failed. Please define EPESI_DIR variable in config.php in /var/www/html/epesi-1.6.5-20150324/include/config.php on line 80" while reading response header from upstream, client: 192.168.1.84, server: _, request: "GET /epesi/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "192.168.1.16"
So I manually added into config.php file:
define('EPESI_DIR','/var/www/html/epesi');
This got me past the database settings page but then I got a blank screen. Finding a previous post about this I changed this line to:
define('EPESI_DIR','/');
This got me a bit further but then I got a 504 error when trying to download modules:
From my weblog:
2015/06/27 18:21:59 [error] 4138#0: *608 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.84, server: _, request: "POST /epesi/process.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.1.16", referrer: "http://192.168.1.16/epesi/"
I added "fastcgi_read_timeout 120;" to my nginx config and now I just get an Epesi Logo and copyright and nothing else.
I know this just used to install on Centos 6.5 but for some reason I ham having problems on Ubuntu 15.05 which is a fresh install.
Any ideas where to from here?
Regards
Glenn @ Printec