Something went wrong while setting issue due date.
Gallery field can't be installed at utf8mb4 database collation
Closed
Gallery field can't be installed at utf8mb4 database collation
Like in the title, when database is set to utf8mb4 collation installation attempt over with following error:
0 Specified key was too long; max key length is 767 bytes
solution to this is changing all varchar(250) parameters to varchar(191) in the sql installation query.
assigned to @TrinitySu
added fixed in vc and removed new labels
changed milestone to %1.1
added test passed and removed fixed in vc labels
Please register or sign in to reply