Zen Cart Logo
Forums / Installing on a Linux/Unix Server / database table project version not found after moving to new GoDaddy server

database table project version not found after moving to new GoDaddy server

Views: 1,897

Results 1 to 2 of 2
2 Apr 2012, 1:23 AM
#1
soaringeagle avatar

soaringeagle

New Zenner

Join Date:
Apr 2012
Posts:
32
Plugin Contributions:
0

database table project version not found after moving to new GoDaddy server

i moved zencart from shared hosting to a virtual dedicated server (godaddy) and after restoring the database multiple times usung 2 diferent backups as well as 3 fresh databases (and restoring by ssh as well as bigdump) i get the below error when accessing admin page
i verified the tables exist in the database too

1146 Table 'sho1115207160150.project_version' doesn't exist
in:
[select * from project_version WHERE project_version_key = 'Zen-Cart Database' ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

2 Apr 2012, 9:18 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: database table project version not found after moving to new GoDaddy server

The error message means exactly what it says: the table named "project_version" doesn't exist in the "sho1115207160150" database.

So, either you've given it the wrong database, or you've configured it to use a different DB_PREFIX than what your old database was using.

If you follow the instructions on moving between servers, those kinds of issues are averted: https://www.zen-cart.com/tutorials/index.php?article=100