I'm running Zen 1.3.8 and installed the Transaction Central (MerchantAnywhere) module for 1.3.8 (v.2.3). Admin/Modules/Payment install appeared to go ok with no problems.
However when I go to Admin/Customers/Transaction Central Orders I receive the following error:
----------------
1050 Table 'tc_transactions' already exists
in:
[CREATE TABLE tc_transactions (zen_tct_id mediumint(9) NOT NULL auto_increment,zen_tct_oid mediumint(9) NOT NULL default '0',zen_tct_transid bigint(20) NOT NULL default '0',zen_tct_AuthCode mediumint(9) NOT NULL default '0',zen_tct_AVSResponse varchar(255) NOT NULL default '0',zen_tct_CVV2Response varchar(255) NOT NULL default '0',zen_tct_Notes varchar(255) NOT NULL default '0',zen_tct_status varchar(255) NOT NULL default '0',PRIMARY KEY (zen_tct_id))]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
-----------------
For the heck of it I deleted the offending table (tc_transactions) and received a similar error, now beginning with the the phrase "1050 Table 'tc_transactions' does not exist."
Any ideas? I'm a little hesitant to go live until I can nail this down - thanks!



