Thank you for writing and submitting this plugin. I have a client who wants to use this so I installed it on a 1.5.8a test store.
I'm getting this error when trying to install it. I can provide the full log, if you need the additional details.
--> PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ebay_cache' (
'ebay_cache_id' int(20) NOT NULL,
'cache_key' varchar(256) NO' at line 1 :: CREATE TABLE IF NOT EXISTS 'ebay_cache' (
'ebay_cache_id' int(20) NOT NULL,
'cache_key' varchar(256) NOT NULL,
'cache_value' mediumtext NOT NULL,
'cache_date' date NOT NULL DEFAULT '2000-01-01',
'keep' tinyint(1) NOT NULL DEFAULT 0
PRIMARY KEY ('ebay_cache_id'),
UNIQUE KEY 'cache_key' ('cache_key'),
KEY 'keep' ('keep'),


Reply With Quote

