fishchairs:
ok, i found the lines in the config file and added the correct table prefix,
Although probably not related to your immediate problem, do keep in mind that this change needs to be made in BOTH configure.php files.
fishchairs:
but when i did, i get this error for the admin area, the admin area was working fine before i added the correct table prefix. also, i dumped all the old tables that were not popluted from the install -
Dumping the old tables was a good idea, because it ensures you only have one set of data to work with.
fishchairs:
1146 Table 'addyfish_addy.project_version' doesn't exist
in:
This looks wrong to me. zencart generally uses the underscore character as the prefix/name separator, so assuming your prefix is "addyfish_" the table name should be 'addyfish_project_version'
For some reason or another, your prefix appears to be "addyfish_addy." so perhaps you messed up when you edited your config file?
fishchairs:
[select * from project_version WHERE project_version_key = 'Zen-Cart Database' ]
This also looks 'wrong' in that it implies a prefix isn't used at all (Not that that is wrong in itself, but if a prefix is expected then this select command won't find the table named "project_version"
fishchairs:
all my products and descriptions from before showed up so i'm almost there, can anyone help me fix that error i'm getting for the admin folder?
THANKS!
Double check your prefixes, and ensure you make the same changes in both configure.php files, because this really does look like you may have made a typo with your edits. Something is definiterly fishy with "addyfish_addy." being used as a prefix in one place, and no apparent prefix being used in another.
Cheers
Rod