Warning: You should set `zend.assertions` to `1` in your php.ini for your development environment. in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php on line 102

Warning: You should set `zend.assertions` to `1` in your php.ini for your development environment. in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php on line 102
Warning (512) : You should set `zend.assertions` to `1` in your php.ini for your development environment. [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php, line 102]
Warning (512) : You should set `zend.assertions` to `1` in your php.ini for your development environment. [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php, line 102]
Warning (512) : You should set `zend.assertions` to `1` in your php.ini for your development environment. [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php, line 102]
Warning (512) : You should set `zend.assertions` to `1` in your php.ini for your development environment. [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php, line 102]
Warning (512) : You should set `zend.assertions` to `1` in your php.ini for your development environment. [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php, line 102]
Warning (512) : You should set `zend.assertions` to `1` in your php.ini for your development environment. [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Core/Configure.php, line 102]
Warning (512) : Unable to emit headers. Headers sent in file=/var/www/houdart-api/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/houdart-api/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 159]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/houdart-api/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/houdart-api/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 192]
Error: Database driver `Cake\Database\Driver\Sqlite` cannot be used due to a missing PHP extension or unmet dependency. Requested by connection `test`

Database driver `Cake\Database\Driver\Sqlite` cannot be used due to a missing PHP extension or unmet dependency. Requested by connection `test` 📋

Cake\Database\Exception\MissingExtensionException
CORE/src/Database/Connection.php at line 172 (edit)
            $writeDriver = new $driverClass(['_role' => self::ROLE_WRITE] + $writeConfig);
        }
        if (!$writeDriver->enabled()) {
            throw new MissingExtensionException(['driver' => get_class($writeDriver), 'name' => $this->configName()]);
        }
        return [self::ROLE_READ => $readDriverself::ROLE_WRITE => $writeDriver];
    }

If you want to customize this error message, create templates/Error/error500.php