Ich bekomme beim öffnen des Business Essensials Plugins folgenden Fehler:
Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. An exception occurred while executing 'SELECT COUNT(groups.id) FROM s_core_customergroups groups LEFT JOIN s_core_plugins_b2b_cgsettings cgSettings ON cgSettings.customergroup = groups.groupkey WHERE cgSettings.allowregister = 1 OR groups.groupkey = "H" LIMIT 25 OFFSET 0': SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' in vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 119
Verwendet wird die aktuellste Shopware Version, als auch das aktuelleste BE Plugin.
Hierzu fand ich folgenden Stack Artikel: http://stackoverflow.com/questions/3029321/troubleshooting-illegal-mix-of-collations-error-in-mysql
Nun frage ich mich allerdings, ob das ganze ein Bug im BE Plugin ist?
Gehört die Tabelle s_core_plugins_b2b_cgsettings zum BE Plugin, oder ist es irgendein Custom Plugin? Habe noch nie mit dem Plugin gearbeitet