- This topic has 3 replies, 3 voices, and was last updated 7 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 › WP eStore Troubleshooting › eStore: Importing db from localhost to live
Hi,
I exported the database from my localhost and imported it into online site today, but for some reason the products will not show in “Manage Products” (categories also won’t show).
The entries for both products and categories are imported and present in the database, just doesn’t want to display in wordpress admin.
I tried exporting and importing these combinations:
All tables – No products or categories display.
All tables except wp_options, wp_users and wp_usermeta – No products or categories display.
Is there any relationship check (like what user added the product) or any other check that is performed somewhere that could prevent the admin panel to display the products in the db?
Did you follow this procedure?
Is there any relationship check (like what user added the product) or any other check that is performed somewhere that could prevent the admin panel to display the products in the db?
Product & Catagory ID use the database index numbers. You cannot “append” imported data to an existing database.
Is your eStore database tables names EXACTLY the same in your localhost and live site?
Check if one uses uppercase “S” and the other doesn’t. If it doesn’t match then it will look for a wrong table and see the entries.
Thanks for getting back to me.
Yeah the problem was indeed the uppercase S. local mysql lowercased the table names.
Thank you.