Phinx by CakePHP - https://phinx.org. using config file core/migrations/phinx.php using config parser php using migration paths - /home/legendar/web.legendarymc.xyz/forums/core/migrations warning no environment specified, defaulting to: nameless using adapter mysql using database legendar_namelessmc ordering by creation time == 20220517030607 CreateLanguagesTable: migrating == 20220517030607 CreateLanguagesTable: migrated 0.0056s == 20220517030609 CreateTemplatesTable: migrating == 20220517030609 CreateTemplatesTable: migrated 0.0054s == 20220517030611 CreateUsersTable: migrating == 20220517030611 CreateUsersTable: migrated 0.0499s == 20220517030657 CreateReactionsTable: migrating == 20220517030657 CreateReactionsTable: migrated 0.0054s == 20220518024302 CreatePanelTemplatesTable: migrating == 20220518024302 CreatePanelTemplatesTable: migrated 0.0055s == 20220518024945 CreateBlockedUsersTable: migrating == 20220518024945 CreateBlockedUsersTable: migrated 0.0160s == 20220518025652 CreateGroupsTable: migrating == 20220518025652 CreateGroupsTable: migrated 0.0055s == 20220518025817 CreateUsersGroupsTable: migrating == 20220518025817 CreateUsersGroupsTable: migrated 0.0150s == 20220518031216 CreateAlertsTable: migrating == 20220518031216 CreateAlertsTable: migrated 0.0148s == 20220518032305 CreateCustomAnnouncementsTable: migrating == 20220518032305 CreateCustomAnnouncementsTable: migrated 0.0083s == 20220518032919 CreateCustomPagesTable: migrating == 20220518032919 CreateCustomPagesTable: migrated 0.0046s == 20220518033833 CreateCustomPagesPermissionsTable: migrating == 20220518033833 CreateCustomPagesPermissionsTable: migrated 0.0148s == 20220518034729 CreateEmailErrorsTable: migrating == 20220518034729 CreateEmailErrorsTable: migrated 0.0124s == 20220518035532 CreateGroupsTemplatesTable: migrating == 20220518035532 CreateGroupsTemplatesTable: migrated 0.0155s == 20220518040058 CreateGroupSyncTable: migrating == 20220518040058 CreateGroupSyncTable: migrated 0.0135s == 20220518040456 CreateHooksTable: migrating == 20220518040456 CreateHooksTable: migrated 0.0048s == 20220518040806 CreateIpBansTable: migrating == 20220518040806 CreateIpBansTable: migrated 0.0142s == 20220519020719 CreateInfractionsTable: migrating == 20220519020719 CreateInfractionsTable: migrated 0.0148s == 20220519021237 CreateLogsTable: migrating == 20220519021237 CreateLogsTable: migrated 0.0129s == 20220519021711 CreateMcServersTable: migrating == 20220519021711 CreateMcServersTable: migrated 0.0050s == 20220519022400 CreateModulesTable: migrating == 20220519022400 CreateModulesTable: migrated 0.0058s == 20220519022945 CreateWidgetsTable: migrating == 20220519022945 CreateWidgetsTable: migrated 0.0053s == 20220519023439 CreatePrivacyTermsTable: migrating == 20220519023439 CreatePrivacyTermsTable: migrated 0.0045s == 20220519023748 CreateOauthTable: migrating PDOException: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes in /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/PdoAdapter.php:193 Stack trace: #0 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/PdoAdapter.php(193): PDO->exec() #1 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/MysqlAdapter.php(350): Phinx\Db\Adapter\PdoAdapter->execute() #2 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/AdapterWrapper.php(356): Phinx\Db\Adapter\MysqlAdapter->createTable() #3 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/TimedOutputAdapter.php(113): Phinx\Db\Adapter\AdapterWrapper->createTable() #4 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Plan/Plan.php(146): Phinx\Db\Adapter\TimedOutputAdapter->createTable() #5 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Table.php(715): Phinx\Db\Plan\Plan->execute() #6 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Db/Table.php(611): Phinx\Db\Table->executeActions() #7 /home/legendar/web.legendarymc.xyz/forums/core/migrations/20220519023748_create_oauth_table.php(18): Phinx\Db\Table->create() #8 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Migration/Manager/Environment.php(108): CreateOauthTable->change() #9 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Migration/Manager.php(385): Phinx\Migration\Manager\Environment->executeMigration() #10 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Migration/Manager.php(359): Phinx\Migration\Manager->executeMigration() #11 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Console/Command/Migrate.php(122): Phinx\Migration\Manager->migrate() #12 /home/legendar/web.legendarymc.xyz/forums/vendor/symfony/console/Command/Command.php(298): Phinx\Console\Command\Migrate->execute() #13 /home/legendar/web.legendarymc.xyz/forums/vendor/symfony/console/Application.php(1024): Symfony\Component\Console\Command\Command->run() #14 /home/legendar/web.legendarymc.xyz/forums/vendor/symfony/console/Application.php(299): Symfony\Component\Console\Application->doRunCommand() #15 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Console/PhinxApplication.php(70): Symfony\Component\Console\Application->doRun() #16 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Wrapper/TextWrapper.php(240): Phinx\Console\PhinxApplication->doRun() #17 /home/legendar/web.legendarymc.xyz/forums/vendor/robmorgan/phinx/src/Phinx/Wrapper/TextWrapper.php(124): Phinx\Wrapper\TextWrapper->executeRun() #18 /home/legendar/web.legendarymc.xyz/forums/core/classes/Database/PhinxAdapter.php(68): Phinx\Wrapper\TextWrapper->getMigrate() #19 /home/legendar/web.legendarymc.xyz/forums/core/installation/steps/ajax_initialise.php(5): PhinxAdapter::migrate() #20 /home/legendar/web.legendarymc.xyz/forums/core/installation/installer.php(27): require('/home/legendar/...') #21 /home/legendar/web.legendarymc.xyz/forums/install.php(65): require('/home/legendar/...') #22 {main}