Installazione Prestashop 1.7.3
Salve a tutti l'installazione sul mio spazio si ferma al 12% generando un errore nella creazione di tabelle.
Ecco nei dettagli l'errore:
Create database tables
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: Executing: CREATE TABLE ps_tab_lang (id_tab INT NOT NULL, id_lang INT NOT NULL, name VARCHAR(128) NOT NULL, INDEX IDX_CFD9262DED47AB56 (id_tab), PRIMARY KEY(id_tab, id_lang)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB
3:
4:
5: [Doctrine\DBAL\Exception\DriverException]
6: An exception occurred while executing 'CREATE TABLE ps_tab_lang (id_tab INT NOT NULL, id_lang INT NOT NULL, name VARCHAR(128) NOT NULL, INDEX IDX_CFD9262DED47AB56 (id_tab), PRIMARY KEY(id_tab, id_lang)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB':
7:
8: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'
9:
10:
11:
12: [Doctrine\DBAL\Driver\PDOException]
13: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'
14:
15:
16:
17: [PDO [/I]