Hello,
So, I'm trying to move a store from one web account to another. The store was previously set up using Arvixe and I am moving it to a different hosting provider. I want to basically copy the entire store from Arvixe and move it to the new host, but I can't figure out how. I am running 1.5.1.3.1 and have installed that version on the new host...how do I go about copying my products, categories, and customers over to the new store? Any help you can provide is appreciated!
Thanks,
Garret
So, I'm trying to move a store from one web account to another. The store was previously set up using Arvixe and I am moving it to a different hosting provider. I want to basically copy the entire store from Arvixe and move it to the new host, but I can't figure out how. I am running 1.5.1.3.1 and have installed that version on the new host...how do I go about copying my products, categories, and customers over to the new store? Any help you can provide is appreciated!
Thanks,
Garret
Thanks for the info. I already tried doing that but keep getting this error:
Notice: Error: Table 'localho3_wingmanrc.oc_address' doesn't exist
Error No: 1146
TRUNCATE TABLE `oc_address` in /home2/localho3/public_html/wingmanrc.com/system/database/mysql.php on line 49
Do the databases need to both have the same name, username, and password?
Garret
Notice: Error: Table 'localho3_wingmanrc.oc_address' doesn't exist
Error No: 1146
TRUNCATE TABLE `oc_address` in /home2/localho3/public_html/wingmanrc.com/system/database/mysql.php on line 49
Do the databases need to both have the same name, username, and password?
Garret
No , just creat a new database then import an old database to new db.Garret H wrote:Thanks for the info. I already tried doing that but keep getting this error:
Notice: Error: Table 'localho3_wingmanrc.oc_address' doesn't exist
Error No: 1146
TRUNCATE TABLE `oc_address` in /home2/localho3/public_html/wingmanrc.com/system/database/mysql.php on line 49
Do the databases need to both have the same name, username, and password?
Garret
Check your config.php and admin/config.php
Code: Select all
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'root'); //change to new db user.
define('DB_PASSWORD', 'root');//change to new db pwd.
define('DB_DATABASE', '152f');//change to new db name.
define('DB_PREFIX', '');//relate to old config.php
ร้านค้าออนไลน์
OpenCart Thailand Support Forum
How to Upgrade oc1.5 to 2.0.1.1
Upgrading OpenCart From v.1.4 or v.1.5 to V.2.2 Step by step
amdev wrote:No , just creat a new database then import an old database to new db.Garret H wrote:Thanks for the info. I already tried doing that but keep getting this error:
Notice: Error: Table 'localho3_wingmanrc.oc_address' doesn't exist
Error No: 1146
TRUNCATE TABLE `oc_address` in /home2/localho3/public_html/wingmanrc.com/system/database/mysql.php on line 49
Do the databases need to both have the same name, username, and password?
Garret
Check your config.php and admin/config.php
Code: Select all
// DB define('DB_DRIVER', 'mysql'); define('DB_HOSTNAME', 'localhost'); define('DB_USERNAME', 'root'); //change to new db user. define('DB_PASSWORD', 'root');//change to new db pwd. define('DB_DATABASE', '152f');//change to new db name. define('DB_PREFIX', '');//relate to old config.php
What if you have several mods installed can you just copy the Open cart directory across to the new server after installing a new basic installation??
Am getting following error:
Notice: Error: Table 'newopencart.address' doesn't exist
Error No: 1146
TRUNCATE TABLE `address` in /var/www/clients/client7/web7/web/opencart/system/database/mysql.php on line 50
I have tried moving opencart to new database but no success. Any suggestion would be great. Thanks
Notice: Error: Table 'newopencart.address' doesn't exist
Error No: 1146
TRUNCATE TABLE `address` in /var/www/clients/client7/web7/web/opencart/system/database/mysql.php on line 50
I have tried moving opencart to new database but no success. Any suggestion would be great. Thanks
Who is online
Users browsing this forum: No registered users and 24 guests