Thanks for the quick reply. Yes, database.php was created and contains the following details (as this is a public forum I have removed the data between the "":
<?php
/**
*
* database page, has the settings for database connection
*
* @author Patrick Lockley
* @version 1.0
* @package
*/
/*
* Database type
*/
$xerte_toolkits_site->database_type = "mysql";
/*
* Host where database is
*/
$xerte_toolkits_site->database_host = "127.0.0.1";
/*
* Username for database
*/
$xerte_toolkits_site->database_username ="xxxx";
/*
* Password for database
*/
$xerte_toolkits_site->database_password ="xxxx";
/*
* Database name
*/
$xerte_toolkits_site->database_name ="xxxx";
/*
* Database table prefix
*/
$xerte_toolkits_site->database_table_prefix ="xxxx";
Before my initial post I deleted the database.php and ran the installation again with the same result.
Regards,
James