Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving From A Server To Another!?


nina82

Recommended Posts

Posted

hello,

 

i have a problem, I want to move my website from a server to another. I used ftp to upload all my files. I created a database. but I'm new at this. I don't know what to do next?. I contacted the hosting company "hostnexus" to help me but they point me to seek help here. please if any one is kind enough to contact me and help me with this problem I will be so thankful and I am willing to pay. I'm dealing with this problem since 24 june. I want to succefully open store!.

Posted

If the database is setup correctly, then you should just have to set up your configure files at this point to have it work. You will need to know the name of the database and its username and password to do that. Do you have that information?

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
hello,

 

i have a problem, I want to move my website from a server to another. I used ftp to upload all my files. I created a database. but I'm new at this. I don't know what to do next?. I contacted the hosting company "hostnexus" to help me but they point me to seek help here. please if any one is kind enough to contact me and help me with this problem I will be so thankful and I am willing to pay. I'm dealing with this problem since 24 june. I want to succefully open store!.

 

Hi nina,

 

Don't worry. Just u have a need to change:

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'root');

define('DB_SERVER_PASSWORD', '');--------------------------If any. u have must it.

define('DB_DATABASE', 'abc');-----------------------------db name .

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

Also -------define('HTTP_SERVER', 'http://localhost');

& define('DIR_FS_CATALOG', 'C:/wamp/www/book4bw/');

 

If u can not done then u tell.

 

bye

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...