Had Zen-Cart running fine on my local pc. I moved it up to my host and now two things happen:
1) Accessing admin: it immediately comes up with the "Hello. Thank you for loading Zen Cart ... " screen,
and
2) Accessing the store gives me an empty page.

I have double-checked the two config files and they look fine.

Here is how I moved to production:

1) On my local pc, my store was in /store. I uploaded the entire directory to my host.

2) I exported my local database and imported it on the host. It looks fine. All the tables are there, data is there, etc.

3) I edited includes/configure.php and admin/includes/configure.php as appropriate. I have checked these over multiple times and everything looks fine.

4) In the database on the host, in the zc_configuration table (my prefix is zc_), I changed the value of "configuration_value" for configuration_key = 'SESSION_WRITE_DIRECTORY' to be the path to my cache (/vservers/mywebsite/htdocs/store/cache).

Did I miss something?