Zen Cart Logo
Forums / Upgrading to 1.5.x / database link problem after migrate to v1.5.4

database link problem after migrate to v1.5.4

Locked

Views: 602

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
18 Jun 2015, 8:25 AM
#1
jojo_cool avatar

jojo_cool

New Zenner

Join Date:
Jun 2009
Location:
malaysia
Posts:
41
Plugin Contributions:
0

database link problem after migrate to v1.5.4

Hi,

I migrate my old zencart v1.3a to a new sever which with v1.5.4. After I uploaded my old database (file size is 3GB), I changed the configuration.php link to the old database.

Everything seem linked in the front door (can see all the old products listing) but the admin site still pointing to the new database (0 product and no customer list).

In the front door it has a error "Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels." too.

May I know what else I can do? really have no idea already...

Thank you.

18 Jun 2015, 9:02 AM
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: database link problem after migrate to v1.5.4

There are two files that need to be modified when moving from one server to another or when changing databases.

Includes/configure.php and
Admin/includes/configure.php

The database information needs to be updated on the new admin file.

As for the store front error message, that is resolved through using zc_install to do a database only upgrade. That would be understood if one of the upgrade/transfer instructions were reviewed, but it seems that neither was referenced considering it appears by the above statement that the site was both moved and upgraded together rather than one at a time.

Suggested upgrade instructions: http://www.zen-cart.com/entry.php?3-How-do-I-rebuild-my-site-on-the-new-version-instead-of-upgrading

18 Jun 2015, 10:40 AM
#3
jojo_cool avatar

jojo_cool

New Zenner

Join Date:
Jun 2009
Location:
malaysia
Posts:
41
Plugin Contributions:
0

Re: database link problem after migrate to v1.5.4

Hi,

thank you. Finally I see the old database content. :)