hdvparts Posted October 18, 2015 Share Posted October 18, 2015 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.. Quote Link to comment Share on other sites More sharing options...
bsmither Posted October 18, 2015 Share Posted October 18, 2015 Welcome hdvparts! Glad to see you made it to the forums.In this file that was copied over, /includes/global.inc.php, is the host correctly named for the GoDaddy servers? Quote Link to comment Share on other sites More sharing options...
hdvparts Posted October 18, 2015 Author Share Posted October 18, 2015 dear bsmither, please let me the steps. I´m really confuse.I showw my steps 1_ install fresh cubecart into go daddy2_ import al database from cubecartthe 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 thanksErnesto Quote Link to comment Share on other sites More sharing options...
bsmither Posted October 18, 2015 Share Posted October 18, 2015 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'; Quote Link to comment Share on other sites More sharing options...
hdvparts Posted October 19, 2015 Author Share Posted October 19, 2015 Hi dear bsmitherI restore the Database from Cpanel (backup) now i have 2 also I edit the globals.inc.php but the Cubecart still refering to the orginal database installed with the app. How can Change the database?sorry for the qtions.Thanks in advance.Ernesto Quote Link to comment Share on other sites More sharing options...
bsmither Posted October 19, 2015 Share Posted October 19, 2015 So now you have two databases. They must have different names. Be correct in globals.inc.php that the name of the database is the one that has the preferred data. Quote Link to comment Share on other sites More sharing options...
hdvparts Posted October 19, 2015 Author Share Posted October 19, 2015 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';?> Quote Link to comment Share on other sites More sharing options...
bsmither Posted October 19, 2015 Share Posted October 19, 2015 What are the names of the two databases? The name of the one that CubeCart created? The name of the one that you imported with Cpanel? Quote Link to comment Share on other sites More sharing options...
Al Brookbanks Posted October 20, 2015 Share Posted October 20, 2015 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!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.