Evidently your store is configured to use a "prefix" of "zen_" on all tablenames.
Install scripts for mods only know about official Zen Cart tablenames, without prefixes.
So, you have two options:
a) If you're going to use phpMyAdmin to run the SQL script, then you must manually insert your "zen_" prefix in front of EVERY tablename in your SQL scripts before running them there.
or
b) Use the Admin->Tools->Install SQL Patch tool in your Zen Cart admin to run the SQL, since it will automatically insert the prefix ... as long as the SQL is written in the correct format that Zen Cart can process and correctly identify the tablenames.


Reply With Quote
