Quote Originally Posted by Annie_zaz View Post
I ended up making the site work. I still don't know what was wrong, maybe a table or configure.php file thing.
But what I did to correct it was upload a zc_install and reinstall it using the files from the old site and voila it worked.
Aaah nuts. Spoke too soon.
Ok, so I did a fresh install using same version, uploaded my files and selected the template I'm using through the admin dashboard.
However it seems that all changes that I've made via the dashboard are not reflected. So I am presuming that the database didn't import.
I did an import with the CREATE DATABASE IF NOT EXISTS statement and I get an 1044 error.
If I do an import without the CREATE DATABASE IF NOT EXISTS statement it says it's imported successfully but no changes reflect.
I have a feeling this is because of the two different prefixes from each host.
So how do I overcome this?