I'm testing the Survey Module, and have run into a problem that is probably more general than just that module. Here's my workflow that creates the bug:
Fresh install.
Do a full database backup.
Restore the Database to what was just saved.
Install the Survey Module
Uninstall the Survey Module.
At this point, you get
-- -- 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 @iActionId := (SELECT `ID` FROM `sys_acl_actions` WHERE `Name` = @sActionId LIMIT 1);-- -- Error: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
DELETE FROM `sys_acl_actions` WHERE `Name` = @sActionId;
Again, I doubt this is a problem specific to the surveys, but rather more general to the database restore.
Tac
