- This topic has 2 replies, 2 voices, and was last updated 10 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Migrated WP site from local xamp to webserver – No Products Found
Hello,
I developed the WordPress site locally and added my products to eStore and everything worked as expected.
After using the WordPress Duplicator plug-in to migrate the site to the web, no products are found when looking at the Pages or when in wp-adminWP eStoreManage Products.
I checked the DB and the eStore tables exist and have the expected data.
If I deactivate/reactivate the WP eStore plug-in, all of the eStore tables become duplicated in the database. I have tried manually exporting my local eStore tables, dropping the eStore tables from the web then importing the data and get the same results.
Thank you,
Lisa
RESOLVED
The local version of the eStore database tables were all lowercase (win7 box using xampp).
Running on a Linux webserver, eStore was re-creating the tables with mixed case names:
wp_wp_eStore_products_meta_tbl
I modified the local export .sql file to change the table names to mixed case, dropped the tables from the webserver, re-imported the eStore tables and all was well.
Real operating systems are case sensitive!
0:)