
Originally Posted by
traci
SavaTom, I have run into the same problem you had. I am getting the error message - 1062

uplicate entry 'MIN_DISPLAY_XSELL' for key 2 :: etc...
Sorry for being so slow to a response. Problem is most likely you have (or in the past had) another XSELL module installed. The fix is generally to remove the other module (or older version of this module) before trying to install the current version of this module.
Alternately one could try to remove the old configuration key from the database manually, but one may run into additional issues unless the old module (database entries and files) are removed (and any modified files have the changes reverted).
Removing the configuration key (SQL - assumes no db_prefix in configure.php):
Code:
DELETE FROM `configuration` WHERE `configuration_key`='MIN_DISPLAY_XSELL';
Bookmarks