Actions
Bug #93329
closedFresh install not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Today I wanted to install a fresh typo3 system over composer, I setting up the system over the backend installer, after I set up the account settings a error was thrown when it was trying to create all the tables
I got following error:
Database query failed! Query: CREATE TABLE `fe_sessions` (`ses_id` VARCHAR(255) DEFAULT '' NOT NULL, `ses_iplock` VARCHAR(39) DEFAULT '' NOT NULL, `ses_userid` INT UNSIGNED DEFAULT 0 NOT NULL, `ses_tstamp` INT UNSIGNED DEFAULT 0 NOT NULL, `ses_data` MEDIUMBLOB DEFAULT NULL, `ses_permanent` SMALLINT UNSIGNED DEFAULT 0 NOT NULL, `ses_anonymous` SMALLINT UNSIGNED DEFAULT 0 NOT NULL, INDEX `ses_tstamp` (ses_tstamp), PRIMARY KEY(ses_id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB Error: Specified key was too long; max key length is 767 bytes
i was trying to install TYPO3 10.4.12 I think this error happends because `ses_id` VARCHAR was changed from `ses_id` VARCHAR also the table be_sessions throws this type of error
Actions