Jump to content

move to new host


hdvparts

Recommended Posts

Hi dear all, I try several ways to move the entire store from my actual host to go daddy and if install a fresh copy then update database, not work, creating same name database after copy entire site by Filezilla, does not work. Please help..

Link to comment
Share on other sites

dear bsmither,  please let me the steps. I´m really confuse.

I showw my steps 

1_ install fresh cubecart into go daddy

2_ import al database from cubecart

the step 3 would be your recomendation?

would I need to paste all older web by filezzila before? or not...

At Least. would you send me a link with detailed steps?

I have an PAY version.

 

Many thanks

Ernesto  

Link to comment
Share on other sites

A fresh installation of CubeCart does not know about any database at GoDaddy.

You have imported an existing database into GoDaddy. Within the GoDaddy hosting account control panel, make sure a "user" has been assigned to this database.

Make a note of the database server name, database name, user, and password that you find on GoDaddy's control panel.

Create a file in the /includes/ folder named globals.inc.php, and the contents is:

// From the database details:
$glob['dbhost'] = 'godaddy_server';
$glob['dbdatabase'] = 'database_name';
$glob['dbusername'] = 'database_user';
$glob['dbpassword'] = 'database_pass';
$glob['dbprefix'] = 'letters_before_CubeCart';

 

Link to comment
Share on other sites

more info: (the name saerver is correct but the cubecart still refering to other)

<?php
$glob['dbdatabase'] = 'hdv1_cubecar';
$glob['dbhost'] = 'godaddy_server';
$glob['dbpassword'] = 'password';
$glob['dbprefix'] = 'cc_';
$glob['dbusername'] = 'hdv1_cubecar';
$glob['installed'] = '1';
$glob['adminFolder'] = 'admin';
$glob['adminFile'] = 'admin.php';
$glob['install_source'] = 'installatron';
$glob['encoder'] = 'ioncube';
$glob['demo_mode'] = '0';
?>

Link to comment
Share on other sites

Hi Ernesto, I have refunded your "Technical Support" payment even though advice was given.

If you still have difficulties with this and would like someone to perform the upgrade for you please checkout our "Techical Support & Management" plan which is designed for the less technically minded users.

Have a great day!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...