Hello
Just noticed a failed installation with CB package builder n°
System Information
Joomla: 3.9.26
Community Builder: 2.5.0
PHP: 7.3.27
Database: mysql 5.5.5-10.5.9-MariaDB
Package
File: 066_plug_cbpackagebuilder_6.3.0+build.2021.04.26.13.42.54.5a220c433.zip
Log:
Error is :
Code:
Exception Type: JDatabaseExceptionExecuting
File: /var/www/html/libraries/joomla/database/driver/mysqli.php
Line: 668
Message: 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
Trying to fix the DB with CB tools produces the same error
if this can help :
Code:
A PHP Exception occurred on your site. Here you can find the stack trace:
Exception Type: JDatabaseExceptionExecuting
File: /var/www/html/libraries/joomla/database/driver/mysqli.php
Line: 668
Message: 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
#0 /var/www/html/libraries/CBLib/CBLib/Database/Driver/CmsDatabaseDriver.php(325): JDatabaseDriverMysqli->execute()
#1 /var/www/html/libraries/CBLib/CBLib/Database/DatabaseUpgrade.php(1807): CBLib\Database\Driver\CmsDatabaseDriver->query()
#2 /var/www/html/libraries/CBLib/CBLib/Database/DatabaseUpgrade.php(1149): CBLib\Database\DatabaseUpgrade->doQuery('ALTER TABLE `#_...')
#3 /var/www/html/libraries/CBLib/CBLib/Database/DatabaseUpgrade.php(310): CBLib\Database\DatabaseUpgrade->changeColumn('#__comprofiler_...', Array, Object(CBLib\Xml\SimpleXMLElement), 'cbpackagebuilde...', Object(CBLib\Xml\SimpleXMLElement))
#4 /var/www/html/libraries/CBLib/CBLib/Database/DatabaseUpgrade.php(249): CBLib\Database\DatabaseUpgrade->checkXmlTableDescription(Object(CBLib\Xml\SimpleXMLElement), 'cbpackagebuilde...', true, true, NULL)
#5 /var/www/html/libraries/CBLib/CB/Legacy/cbInstallerPlugin.php(768): CBLib\Database\DatabaseUpgrade->checkXmlDatabaseDescription(Object(CBLib\Xml\SimpleXMLElement), 'cbpackagebuilde...', true, NULL, NULL)
#6 /var/www/html/administrator/components/com_comprofiler/controller/controller.default.php(1183): cbInstallerPlugin->checkDatabase('653', true, false)
#7 /var/www/html/administrator/components/com_comprofiler/controller/controller.default.php(78): fixcbdb(false, 1)
#8 /var/www/html/administrator/components/com_comprofiler/admin.comprofiler.controller.php(116): require_once('/var/www/html/a...')
#9 /var/www/html/administrator/components/com_comprofiler/admin.comprofiler.controller.php(309): _CBloadController('default')
#10 /var/www/html/administrator/components/com_comprofiler/comprofiler.php(14): require('/var/www/html/a...')
#11 /var/www/html/libraries/src/Component/ComponentHelper.php(402): require_once('/var/www/html/a...')
#12 /var/www/html/libraries/src/Component/ComponentHelper.php(377): Joomla\CMS\Component\ComponentHelper::executeComponent('/var/www/html/a...')
#13 /var/www/html/libraries/src/Application/AdministratorApplication.php(101): Joomla\CMS\Component\ComponentHelper::renderComponent('com_comprofiler')
#14 /var/www/html/libraries/src/Application/AdministratorApplication.php(159): Joomla\CMS\Application\AdministratorApplication->dispatch()
#15 /var/www/html/libraries/src/Application/CMSApplication.php(203): Joomla\CMS\Application\AdministratorApplication->doExecute()
#16 /var/www/html/administrator/index.php(51): Joomla\CMS\Application\CMSApplication->execute()
#17 {main}
Request information
GET variables
Array
(
[option] => com_comprofiler
[view] => fixcbdb
[dryrun] => 0
[databaseid] => 1
[cbsecuritym3] => cbm_70826115_0cae2fa1_0c423b2727072b0de0dcb9df7e00e82a
[task] => fixcbdb
)