Hi,

I have an issue when I try to install 2Checkout on my store!

WARNING: An Error occurred, please refresh the page and try again.
I have read some threads on the forum and did find the latest debug_log from 2checkout.

So the question is; what to do now? Delete the table from PHPMyadmin?


[14-Jun-2015 09:58:39 UTC] PHP Fatal error: 1050:Table 'zen_2checkout' already exists :: CREATE TABLE zen_2checkout (
`2co_id` int(11) NOT NULL auto_increment,
`start_time` datetime NOT NULL default '0000-00-00 00:00:00',
`finish_time` datetime NOT NULL default '0000-00-00 00:00:00',
`status` varchar(50) collate latin1_general_ci NOT NULL default '',
`amount` float NOT NULL default '0',
`2co_order_id` int(11) NOT NULL default '0',
`session_id` varchar(50) collate latin1_general_ci NOT NULL default '',
PRIMARY KEY (`2co_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; ==> (as called by) /home/tomatoca/public_html/brudensmor.eu/includes/modules/payment/as2checkout.php on line 391 <== in /home/tomatoca/public_html/brudensmor.eu/includes/classes/db/mysql/query_factory.php on line 155