Actions
Bug #9303
closedDatabases without a unicode collation cause install to fail
Description
Emoji are stored in the database and they're unicode. So if the collation isn't unicode this will error. Implement a preflight check to make sure unicode collation is being used and if not point them to CB > Tools to run the database check tool to fix collations.
Actions