Having spent some considerable time tracking down a problem with an installation hanging up, the following may help others...
1. When you run the installation, a log file is added to the cache directory.
2. If you have commented out old defines in the configure files - at least in the database section - you may well have problems. For example, I hadAccording to the error log, there was trouble connecting to the database at "localhostmysql.jswebconsole.co.uk127.0.0.1:3306" !Code://define('DB_SERVER', 'localhost'); define('DB_SERVER', 'mysql.jswebconsole.co.uk'); //define('DB_SERVER', '127.0.0.1:3306');
It seems that these commented out lines are ignored during the installation inspection process



