FreePBX 13 Updates Fail Due to Data Type "bit"

Running module updates on 10.13.66-22 from CLI I just got

[Doctrine\DBAL\DBALException]
Unknown database type bit requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it.

Here is the error in the GUI when I try to update Sound Languages 13.0.26 to 13.0.27:

Doctrine \ DBAL \ DBALException
HELP
Unknown database type bit requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it.

/var/www/html/admin/libraries/Composer/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
if ($this->doctrineTypeMapping === null) {
$this->initializeAllDoctrineTypeMappings();
}

    $dbType = strtolower($dbType);

    if (!isset($this->doctrineTypeMapping[$dbType])) {
        throw new \Doctrine\DBAL\DBALException("Unknown database type ".$dbType." requested, " . get_class($this) . " may not support it.");
    }

I get this on pageingpro, endpoint, soundlang and a number of other modules. I don’t see bit data types in any of those tables. What could cause this error?

I can’t do a reload now because " Unable to locate the FreePBX BMO Class 'Soundlang’A required module might be disabled or uninstalled. " which it is "Disabled; Pending Upgrade to 13.0.27 "

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.