Resolved
Reported for: Toolset Maps 1.8
Resolved in: 2.0.1
When using Toolset Maps, actually, when activating it, you might see the following error on the screen or in the error logs:
WordPress database error COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4' for query CREATE TABLE wp_toolset_maps_address_cache
This means that the wp_postmeta table on your site is using the utf8_general_ci collation, which cannot use utf8mb4 character set.
Toolset’s code adjusts to different collations of the wp_postmeta table when creating a Toolset-related table, but it doesn’t adjust to different character sets.
Because WordPress should, at least in theory, always use utf8mb4, collations which don’t support that character set can’t work.
Our developers are looking into possible solutions.
If you are experienced in SQL Database Editing, you can use the following steps to alter the charset: