Issue installing fresh Mautic 3.0.0beta

Your software
My Mautic version is: 3.0.0beta
My PHP version is: 7.2

Your problem
My problem is: getting this error doing a fresh install of Mautic 3

An error occurred while attempting to add default data: An exception occurred while executing ‘CREATE INDEX instagram_search ON leads (instagram)’: SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs

These errors are showing in the log: None, not setup yet

Steps I have tried to fix the problem: created a topic in the forum

I’ve found your topic trough Google looking for the same problem I had.

The solution for me was to upgrade MySQL from version MariaDB 10.1 to the latest version: MariaDB 10.3

Hope this helps for others.