I'm having a 'mare getting my zencart to work having moved my domain to a different host, culminating in the following error:
Code:
1146 Table 'shedtrad_zc1.zen_db_cache' doesn't exist
in:
[db_cache table]
So I did a bit of searching on here and came across a couple of threads which pointed me at the configure files in 'includes/' and 'admin/includes'. The error says that "zen_db_cache" doesn't exist and its right, it doesn't. But "db_cache does exist (i.e. no prefix). Hmmm. The thread indicated then that I'd need to remove the "zen_" from define('DB_PREFIX', but here's the rub - there is no prefix set there in either file!

I did make a further mistake in not noting down whether my database was called 'store' or 'shop' on my old installation, and because the domain has moved I haven't got that for reference anymore, but I dealt with that by creating blank databases with both names and importing my database files into each of them, so I should be covered regardless! So I now have three identical databases, called zc1 (the auto-installed one when I used Fantastico to create me a new zencart), shop, and store.

Any advice on what to try next? Pretty please?