Hallo zusammen
ich wollte mal testen ob ich die neue Version bei meinem Hoster (Novatrend.ch) zum laufen bringe.
Momentan stecke ich bei folgendem Problem fest, dass mir das Installtool nach kurzer Zeit beim installieren der DB abbricht.
Im Log steht dann folgende Fehlermeldung:
Code:
[2017-12-12 14:42:25] app.CRITICAL: An exception occurred. {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred while executing 'CREATE TABLE tl_files (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid BINARY(16) DEFAULT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, uuid BINARY(16) DEFAULT NULL, type VARCHAR(16) DEFAULT '' NOT NULL, path VARCHAR(1022) DEFAULT '' NOT NULL, extension VARCHAR(16) DEFAULT '' NOT NULL, hash VARCHAR(32) DEFAULT '' NOT NULL, found CHAR(1) DEFAULT '1' NOT NULL, name VARCHAR(255) DEFAULT '' NOT NULL, importantPartX INT DEFAULT 0 NOT NULL, importantPartY INT DEFAULT 0 NOT NULL, importantPartWidth INT DEFAULT 0 NOT NULL, importantPartHeight INT DEFAULT 0 NOT NULL, meta BLOB DEFAULT NULL, INDEX pid (pid), UNIQUE INDEX uuid (uuid), INDEX path (path(250)), INDEX extension (extension), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB ROW_FORMAT = DYNAMIC':\n\nSQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes. at /home/illustr1/public_html/stammtisch/managed-edition/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:121, Doctrine\\DBAL\\Driver\\PDOException(code: HY000): SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes. at /home/illustr1/public_html/stammtisch/managed-edition/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: HY000): SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes. at /home/illustr1/public_html/stammtisch/managed-edition/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} []
und in phpMyAdmin habe ich dann folgende Einträge:
Screenshot DB.JPG
Die DB ist auf der Version 5.6.37 und der Hoster hat mir "innodb_large_prefix" aktiviert. Bei PHP bin ich auf Version 7.1.
Kann oder muss ich bzw. der Hoster noch irgendwo schrauben damit das ganze funktioniert?
Danke für Euren Feedback
lg
Christian