Hello
I have just transferred my web site from one hosting plan to another.
My previous hosting plan was basic but is now virtual.

For some reason the admin management log in screen will not load. When I access the page to log in I get this notice.

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.

Should I change the word false to true?

here are the paths to the code

includes/configuree.php
adminurrhtcqq/includes/configure.php

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'true');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

thanks for any help