Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Lose eStore and eMember info on Server Move
- This topic has 8 replies, 4 voices, and was last updated 12 years, 4 months ago by joeldewitt.
-
AuthorPosts
-
July 11, 2012 at 9:45 pm #6863joeldewittMember
I initially set up my wordpress blog locally with eStore and eMember…when I moved my blog to a Linux server I lost all product and member information within the admin. When I check out the database table those values are still there, but there is a disconnect somewhere. Can someone point me in the right direction?
Thanks.
Joel
July 12, 2012 at 12:25 am #47228PeterMemberHi,
Make sure your DB prefix is the same as it was before you moved the data.
Did you account for any domain name changes if applicable?
Also please check out these links which have useful info regarding moving sites:
http://codex.wordpress.org/Moving_WordPress
https://support.tipsandtricks-hq.com/forums/topic/copy-prodcuts-from-one-site-to-another
July 12, 2012 at 1:17 pm #47229joeldewittMemberThanks for your response…a couple of follow ups:
When you say ensure your DB prefix is the same as it was before, do you mean the connection settings in wp-config.php, or is there another file that I’m missing?
Also – the product and member info appeared to transfer on my dump/import so I’m not sure reexporting/importing those tables would make much of a difference.
July 12, 2012 at 1:54 pm #47230joeldewittMemberOne additional thing I just noticed…when I go into the admin and try to create a new member manually, I get this message:
Couldn’t create new member.
To me it appears to be a db config issue within the plugin but I have not been able to locate.
Thanks.
July 13, 2012 at 2:20 am #47231PeterMember“When you say ensure your DB prefix is the same as it was before, do you mean the connection settings in wp-config.php”
I mean the value of the “WordPress Database Table prefix” in the wp-config.php file:
eg,
$table_prefix = ‘wp_’;
Yours may be different to the above example but make sure that it is the same as your previous installation.
July 13, 2012 at 3:06 am #47232joeldewittMemberYes – the value is the same. It doesn’t appear that WordPress is having issues with the move, but eMember and eStore extensions have stopped working. I’m unsure where the disconnect is within the plugins so I’m hoping to get some directions on that.
Thanks.
July 13, 2012 at 3:54 am #47233IvyMemberJust to be sure… did you deactivate and reactivate the plugins after the move?
Please see this forum post for more information.
July 13, 2012 at 4:16 am #47234adminKeymasterIf nothing else work then do what is suggested in this post:
https://support.tipsandtricks-hq.com/forums/topic/changed-hosting-db-is-screwy
July 15, 2012 at 3:16 am #47235joeldewittMemberadmin –
Thanks for your response…I had to manually delete tables and reload the plugin. All appears to be good now. Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.