4images Issues / Ausgaben > Installation, Update & Configuration

Installation problem

(1/1)

SHANKS:
Good evening, how are you?
I am trying to install the program, but I encounter a problem at the beginning of the installation

What's the solution

php8:
Hello,

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


--- Code: ---ENGINE=MyISAM;
--- End code ---

Replace with


--- Code: ---ENGINE=InnoDB;
--- End code ---

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
--- End quote ---

Best regards.

Navigation

[0] Message Index

Go to full version