Thanks for that.

Ok here is the issue so far.

My Old Server has the Database on the Same server, where as the new Host has the Database on a different Server.

To test this new Host, I need to test to make sure everything works on the new host before I change the Name Servers for the actual domain over. So I have registered a NEW Domain for this testing.

My Host uses cPanel, and I have added the new domain as a Parked domain so it will use the same files as normal.

The Domain where I am testing the Zen Cart on the New Server is www.jn1.com.au/shop

When you go here it says there is problems connecting to the database, below is what i edited in the php files

/includes/configure.php

((( This is where I changed for the Domain Name Change)))

define('HTTP_SERVER', 'http://jn1.com.au/shop');
define('HTTPS_SERVER', 'https://seure.jumpnetwork.com.au/~becs1/shop/');


(((Below is what I changed for the Local Host to IP Change)))

define('DB_SERVER', '192.168.2.7'); // eg, localhost - should not be empty

And in /admin/includes/configure.php

((( This is where I changed for the Domain Name Change)))

define('HTTP_SERVER', 'http://jn1.com.au/shop');
define('HTTPS_SERVER', 'https://secure.jumpnetwork.com.au/~becs1/shop');
define('HTTP_CATALOG_SERVER', 'https://jn1.com.au/shop');
define('HTTPS_CATALOG_SERVER', 'https://secure.jumpnetwork.com.au/~becs1/shop');

(((Below is what I changed for the Local Host to IP Change)))

define('DB_SERVER', '192.168.2.7'); // eg, localhost - should not be empty


I have checked the Database in cPanel and made sure the user is correctly setup.

Any help would be great.

Thanks

Chris.