- This topic has 3 replies, 2 voices, and was last updated 11 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Migration to new server – WP-eStore
Tagged: Database Migration, migration, new server migration, Transfer
Hi,
I have recently moved away from a windows server to a LAMP solution.
I copied all of my clients site files over and also I exported the MySQL DB and then imported it onto the new server. I have wordpress running fine with the plugins installed and activated and a good connection to the MySQL DB.All is working well on the site. The only issue i have since the migration is that i cannot see any of the data – products, customers, sales etc within the dashboard. From looking at the MySQL db tables i can see all the information there – its just not being pulled into the dashboard. any ideas!?
Thanks for any help anyone can provide
Usually this issue happens when the database tables names do not match. eStore will expect the table names to be like the following (CASE SENSITIVE):
wp_eStore_tbl
wp_eStore_customer_tbl
wp_eStore_coupon_tbl
......
So make sure the table names in your MySQL database on the new site exactly match the ones it is expecting.
The following posts should also be very helpful for you:
The following post should be useful too:
https://www.tipsandtricks-hq.com/move-your-wordpress-blog-to-a-new-host-5279
Thanks so much for this – it worked!
Would i also need to do the same for eMember and the other plugins would you think?
Thanks again for your help!
First check and see if the same issue is present for the others. If it is then apply the same solution.