Unable to install
I am trying to do a fresh install by installing enthusiast 3.1.5 and then upgrading to 1.0.5 and I have PHP 7.4 installed and as soon as I type everything in and press "install" it gives me a MYSQL length error.
It seems to be getting stuck at the create statements in the file.
Error executing query: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes; CREATE TABLE
settings (
setting varchar(255) NOT NULL default '',
title varchar(255) NOT NULL default '',
value text NOT NULL,
help text NOT NULL,PRIMARY KEY (
setting)) ENGINE=MyISAM
I was able to install previously by running all of the create statements manually and separately but it doesn't work when I try to do it automatically with the files provided. This is on a brand new database with enthusiast never installed before.