anetacam Posted March 30, 2017 Share Posted March 30, 2017 Installation process - Create database tables It does not let me continue the installation - prestashop uses Engine immoDB when the key is way too long and not allowed An error occurred during installation...You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. 1: Updating database schema... 2: 3: 4: [Doctrine\DBAL\Exception\DriverException] 5: An exception occurred while executing 'CREATE TABLE translation (id_translation INT AUTO_INCREMENT NOT NULL, id_lang INT NOT NULL, `key` VARCHAR(255) NOT NULL, translation LONGTEXT NOT NULL, domain VARCHAR(255) NOT NULL, theme VARCHAR(255) DEFAULT NULL, INDEX IDX_B469456FBA299860 (id_lang), INDEX `key` (domain), UNIQUE INDEX theme (`key`, theme, id_lang, domain), PRIMARY KEY(id_translation)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB': 6: SQLSTATE[42000]: Syntax error or access violation: 1071 Zadan-Bý klíč byl příliš dlouhý, největší délka klíče je 1000 7: 8: 9: 10: [Doctrine\DBAL\Driver\PDOException] 11: SQLSTATE[42000]: Syntax error or access violation: 1071 Zadan-Bý klíč byl příliš dlouhý, největší délka klíče je 1000 12: 13: 14: 15: [PDOException] 16: SQLSTATE[42000]: Syntax error or access violation: 1071 Zadan-Bý klíč byl příliš dlouhý, největší délka klíče je 1000 17: 18: 19: doctrine:schema:update [--complete] [--dump-sql] [-f|--force] [--em [EM]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] 20: 21: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now