Thread: Setup a system
View Single Post
Old 08-15-2004, 03:36 PM   #14
Dave A
Purple Mole
 
Dave A's Avatar
 
Join Date: Aug 2004
Location: North Island New Zealand
Posts: 170
Thanks for your help,
my old config looked like this.

// Connection configuration
if (!defined('PHPDIG_DB_NAME')) { // do not change this line
define('PHPDIG_DB_PREFIX','');
define('PHPDIG_DB_HOST','sql-01.portlandpremium.co.uk');
define('PHPDIG_DB_USER','username');
define('PHPDIG_DB_PASS','password');
define('PHPDIG_DB_NAME','database');

I did find out that my old hosting service wouldn't allow outside connections so I have changed my hosting provider and I will now wait until the domain name sorts itself out at some stage later so I will update all the new settings and try again.

Your input was very appreciated

Many thanks
Dave Andrews
Dave A is offline   Reply With Quote