Zen Cart Logo
Forums / General Questions / moving to another web host help

moving to another web host help

Locked

Views: 779

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
31 Aug 2010, 12:42 PM
#1
zas avatar

zas

Zen Follower

Join Date:
Oct 2006
Posts:
138
Plugin Contributions:
0

moving to another web host help

Hi,
I have just tried to move my cart to another web host using these instructions - https://helpdesk.host-99.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=147

Once I got to the step to import my previous database after dropping all tables on new SQL database, I got the attached error message is phpmyadmin

now If I navigate to my store I see -
1146 Table 'tanyasma_zc1.zen_configuration' doesn't exist
in:
[select configuration_key as cfgkey, configuration_value as cfgvalue from zen_configuration]

what have I done wrong?? :wacko:

31 Aug 2010, 12:52 PM
#2
vger avatar

vger

Past Contributor

Join Date:
Nov 2004
Location:
Norfolk, United Kingdom
Posts:
3,189
Plugin Contributions:
0

Re: moving to another web host help

Near to the start of your db backup file you have a line which tries to create the database, which you have already created, and that's why you get that error.

Remove that line from the db using a plain text editor.

Vger

31 Aug 2010, 12:55 PM
#3
zas avatar

zas

Zen Follower

Join Date:
Oct 2006
Posts:
138
Plugin Contributions:
0

Re: moving to another web host help

thanks so much, found it, removed it and it worked :)