Errore database processando la riga 0
Risposta di errore del server database:
ErrNo #0
SQL=CREATE TABLE `gvony_ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `configuration` longtext COLLATE utf8mb4_unicode_ci, `filters` longtext COLLATE utf8mb4_unicode_ci, `quickicon` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Testo grezzo della query:
CREATE TABLE `#__ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `configuration` longtext COLLATE utf8mb4_unicode_ci, `filters` longtext COLLATE utf8mb4_unicode_ci, `quickicon` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci