<Solved>
Hello, anyone an idea which field (is it layout_set_id?) is causing this and how to solve?
: Espo\Core\Application->run() #23 {main} Next Doctrine\DBAL\DBALException: An exception occurred while executing 'ALTER TABLE `portal` ADD `layout_set_id` VARCHAR(24) DEFAULT NULL COLLATE utf8_unicode_ci': 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 in
XXX/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0
XXX/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(702): Doctrine\DBAL\DBALException::driverExceptionDuring Query(Object(PDOException), 'ALTER TABLE `po...', Array) #1 XXX/application/Espo/Core/Utils/Database/Schema/Schema.php(202): Doctrine\DBAL\Connection->executeQuery('ALTER TABLE `po...')
Hello, anyone an idea which field (is it layout_set_id?) is causing this and how to solve?
: Espo\Core\Application->run() #23 {main} Next Doctrine\DBAL\DBALException: An exception occurred while executing 'ALTER TABLE `portal` ADD `layout_set_id` VARCHAR(24) DEFAULT NULL COLLATE utf8_unicode_ci': 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 in
XXX/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:91 Stack trace: #0
XXX/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(702): Doctrine\DBAL\DBALException::driverExceptionDuring Query(Object(PDOException), 'ALTER TABLE `po...', Array) #1 XXX/application/Espo/Core/Utils/Database/Schema/Schema.php(202): Doctrine\DBAL\Connection->executeQuery('ALTER TABLE `po...')
Comment