Buongiorno a tutti. Sto provando a installare il componente k2 e ho il seguente errore:
JInstaller: :Install: Errore SQL Index column size too large. The maximum column size is 767 bytes. Estensione Installazione: richiesta di elaborazione degli errori di SQL: DB function fallita con errore numero 1709
Index column size too large. The maximum column size is 767 bytes.
SQL = CREATE TABLE IF NOT EXISTS `#__k2_tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `published` smallint(6) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_name` (`name`), KEY `idx_published` (`published`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;
La versione di Joomla è la 3.9.12
Qualcuno sa indicarmi come procedere? Grazie