4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: SHANKS on February 17, 2024, 02:22:59 PM

Title: Installation problem
Post by: SHANKS on February 17, 2024, 02:22:59 PM
Good evening, how are you?
I am trying to install the program, but I encounter a problem at the beginning of the installation
(https://i.imgur.com/JlwDgYR.png)
What's the solution
Title: Re: Installation problem
Post by: php8 on February 19, 2024, 11:16:30 PM
Hello,

you can fix this by opening the files under "data/database/default"
Search:

Code: [Select]
ENGINE=MyISAM;
Replace with

Code: [Select]
ENGINE=InnoDB;
Ref.:
1) https://www.4homepages.de/forum/index.php?topic=33114.msg168413#new
2) Microsoft Copilot:
Quote
Change the table engine: Some MySQL engines have different limits for the index length. You could change the table engine from MyISAM to InnoDB to work around the problem

Best regards.