/BUMP/
İ will try to explain it clearer..
i did uninstall several modules including payment and store..
Store module got uninstalled but payment failed..
i tryed to uninstall payment again but it always failed and installation of store/membership modules gives me also error.
My problem is that i cannot uninstall-payment and i cannot install-store/membership
Installation of: Membership Failed
-- Changing database: -- -- There are errors in the following MySQL queries: -- -- Error: Table muzo_muz8.bx_pmt_modules' doesn't exist
INSERT INTO `bx_pmt_modules`(`uri`) VALUES ('membership');
|
Uninstallation of: Payment Failed
-- Changing database: -- -- There are errors in the following MySQL queries: -- -- Error: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
SET @iCategoryId = (SELECT `ID` FROM `sys_options_cats` WHERE `name`=@sModuleName LIMIT 1);
-- -- Error: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
DELETE FROM `sys_options_cats` WHERE `name`=@sModuleName LIMIT 1;
|