Thanks for replying but I must be doing something wrong
http://imgur.com/a/Eq4IQfrom console
/var/www/html$ php -f install.php
PHP Notice: Undefined index: doInstall in /var/www/html/install.php on line 9
PHP Notice: Undefined index: doInstall in /var/www/html/install.php on line 151
PHP Notice: Undefined index: SCRIPT_URL in /var/www/html/inc/General.php on line 14
PHP Notice: Undefined index: SCRIPT_URL in /var/www/html/inc/General.php on line 14
PHP Fatal error: Uncaught Error: Call to a member function query() on null in /var/www/html/inc/General.php:15
Stack trace:
#0 /var/www/html/install.php(246): General->__construct()
#1 {main}
thrown in /var/www/html/inc/General.php on line 15
2 things:
1. I just uploaded another quick hotfix because I forgot to add something to the installer for the new version. The hotfix isn't your issue though (but you will want to download it).
2. For some reason your server isn't correctly loading $_SERVER['SCRIPT_URL']
(PHP Notice: Undefined index: SCRIPT_URL in /var/www/html/inc/General.php on line 14).
This is strange. Never run into that issue before, but I changed it to $_SERVER['PHP_SELF'] which is a little more universal in the latest update. If that still isn't working for you, I'll need to figure out another way to trap for what script is running.