Moving the shopping cart from one server to another (URL is also changing) I've been following the step by step instructions at:

https://www.zen-cart.com/tutorials/i...hp?article=100

The last step is:
6. Grab the "Fix_Cache_Key" utility to reset your Admin->Sessions->Session Directory key so that it uses the proper folder path for your new server:
http://www.zen-cart.com/index.php?ma...products_id=82

Simply upload the file to your NEW Zen Cart folder and open fix_cache_key.php in your browser. It will give you status messages. Delete fix_cache_key.php when you're finished.


When I do this I get a screen that says nothing but the following:

1146 Table 'MYDATABASE.configuration' doesn't exist
in:
[select configuration_key as cfgkey, configuration_value as cfgvalue from configuration]

(I've replaced my actual database name in the above with MYDATABASE)


I'm lost here, can you help?