Re-installing module, mysql error

i did uninstall some of my modules and then when i  tryed to install them again the store module and membership modules  gave errors..

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');
Quote · 18 Jan 2010

you need to install the payment module first.   its basicly saying it cant find the table for payments...

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 18 Jan 2010

Yea. Agreed.

But that is a bug. The module install should have detected that and reported the payment module needs to be installed.

https://www.deanbassett.com
Quote · 18 Jan 2010

i think it will on first install after a clean setup.  i noticed alot of them just give an error like that  when you remove then add it back after first install.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 18 Jan 2010

i had actually uninstalled both payment and store modules but it gave errors on uninstalling payment module

Now it says that payment module is installed  but i cannot uninstall it .

And store module is not installed and i do get error if i try to install it.. so ıt doesnt work neither way

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;

Quote · 18 Jan 2010

/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;




Quote · 18 Jan 2010

For some reason your database collations got messed up.

Your not going to be able to get the membership module installed until the payment module is properly installed. So the payment module needs to come out first so it can be reinstalled.

So, because of these errors, the payment module will need to be removed from the database by hand using phpmyadmin.


I can come up with a procedure to do that. I'll need a little time to work it all out.

https://www.deanbassett.com
Quote · 18 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.