This backup is placed on online server to install with kickstart-pro.
Local server is PHP7.1, local host is 5.6.25
I get different errors like:
Database server error reply: ErrNo #1071
Specified key was too long; max key length is 767 bytes
Because I tried different times and get several of these errors, I have used Admintools Pro on localhost to Change Database Collation and Repair & Optimise Tables. After that I made a backup and tried again with Kickstart.
The webhost is using mariaDB and has innodb_large_prefix=1
and also: innodb_file_format=BARRACUDA
After that :
During the proces I get a Database error processing line 9
Database server error reply: ErrNo #1709
Index column size too large. The maximum column size is 767 bytes.
SQL=CREATE TABLE `mvp_jd_store` ( `idJdStore` int(11) NOT NULL AUTO_INCREMENT, `idLang` tinyint(4) NOT NULL COMMENT 'language id #__languages', `idReference` int(11) NOT NULL COMMENT 'Primary key for translation', `referenceTable` varchar(255) NOT NULL COMMENT 'Table of the translation', `referenceOption` varchar(50) NOT NULL, `referenceView` varchar(50) NOT NULL, `referenceLayout` varchar(50) NOT NULL, `value` longtext NOT NULL COMMENT 'serialized table value', `modified` datetime NOT NULL, `modified_by` int(11) NOT NULL, `state` tinyint(4) NOT NULL, PRIMARY KEY (`idJdStore`), UNIQUE KEY `idLang` (`idLang`,`idReference`,`referenceTable`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
What can I do to get this website running?
And what is the mvp_jd_store in the database (I think I do not need that)