Hello,
I have problems installing the demo content of the CAITLIN Template. Other demos and Joomla basic install work on my server.
Trying with the demo of Caitlin, I get a very long list (see below). Any possible help for this from you?
Table 'usrdb_t85xxabo_caitlin.#__viewlevels' doesn't exist SQL=/*!40000 ALTER TABLE `#__viewlevels` ENABLE KEYS */
Table 'usrdb_t85xxabo_caitlin.#__viewlevels' doesn't exist SQL=INSERT INTO `#__viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]'),(4,'Customer Access Level (Example)',3,'[6,3,12]')
Table 'usrdb_t85xxabo_caitlin.#__viewlevels' doesn't exist SQL=/*!40000 ALTER TABLE `#__viewlevels` DISABLE KEYS */
Table 'usrdb_t85xxabo_caitlin.#__viewlevels' doesn't exist SQL=LOCK TABLES `#__viewlevels` WRITE
Unknown collation: 'utf8mb4_unicode_ci' SQL=CREATE TABLE `#__viewlevels` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ordering` int(11) NOT NULL DEFAULT '0', `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY (`id`), UNIQUE KEY `idx_assetgroup_title_lookup` (`title`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Table 'usrdb_t85xxabo_caitlin.#__utf8_conversion' doesn't exist SQL=/*!40000 ALTER TABLE `#__utf8_conversion` ENABLE KEYS */
Table 'usrdb_t85xxabo_caitlin.#__utf8_conversion' doesn't exist SQL=INSERT INTO `#__utf8_conversion` VALUES (2)
Table 'usrdb_t85xxabo_caitlin.#__utf8_conversion' doesn't exist SQL=/*!40000 ALTER TABLE `#__utf8_conversion` DISABLE KEYS */
Table 'usrdb_t85xxabo_caitlin.#__utf8_conversion' doesn't exist SQL=LOCK TABLES `#__utf8_conversion` WRITE
Unknown character set: 'utf8mb4' SQL=CREATE TABLE `#__utf8_conversion` ( `converted` tinyint(4) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
Table 'usrdb_t85xxabo_caitlin.#__usergroups' doesn't exist SQL=/*!40000 ALTER TABLE `#__usergroups` ENABLE KEYS */
Table 'usrdb_t85xxabo_caitlin.#__usergroups' doesn't exist SQL=INSERT INTO `#__usergroups` VALUES (1,0,1,20,'Public'),(2,1,6,17,'Registered'),(3,2,7,14,'Author'),(4,3,8,11,'Editor'),(5,4,9,10,'Publisher'),(6,1,2,5,'Manager'),(7,6,3,4,'Administrator'),(8,1,18,19,'Super Users'),(10,3,12,13,'Shop Suppliers (Example)'),(12,2,15,16,'Customer Group (Example)')
Table 'usrdb_t85xxabo_caitlin.#__usergroups' doesn't exist SQL=/*!40000 ALTER TABLE `#__usergroups` DISABLE KEYS */