Cannot uninstall membership module
QuoteAug 29, 2010 12:400 likesLike
 

I get following database error when I try to uninstall the membership module :

 

membership.jpg

 

Can someone tell me what I need to do to uninstall this module ?

 

QuoteAug 29, 2010 13:080 likesLike
 

The collation of the name field for Membership sys_options_cats does not match the collation of the table itself.

You need to check the current collation settings for sys_options_cats. Something has changed it.

Dolphin Mods - http://www.boonex.com/unity/extensions/posts/deano92964
QuoteAug 29, 2010 19:170 likesLike
 

This is what I find in sys_options_cats :

 

membership2.jpg

 

It doesn't give me any idea of what is wrong

QuoteAug 29, 2010 19:320 likesLike
 

But I also see this one :

 

membership3.jpg

 

QuoteAug 29, 2010 19:370 likesLike
 

Your looking for this. The name field for the table. and it collation. Which applies to all names, not just the Membership one. My mistake.


8-29-2010%208-26-13%20PM.png





You also need to look at the collation of the table itself. Found here.

8-29-2010%208-27-20%20PM.png



One of those i believe you will find is set to utf8_unicode_ci when it should be utf8_general_ci

Dolphin Mods - http://www.boonex.com/unity/extensions/posts/deano92964
QuoteAug 31, 2010 04:050 likesLike
 

This was indeed utf_general_ci

 

Any idea how this could have been changed ?