Your software
My Mautic version is: 3.1.2
My PHP version is: 7.3
My Database type and version is:
Your problem
My problem is:
Moutic shows only “OneSignal” and “Twilio” Plugin.
I’m not familiar with Mautic and my programming skills are limited. I did some research and came across this article: https://github.com/mautic/mautic/issues/9273
Ruth forwarded me to this post https://github.com/mautic/mautic/issues/9200#issuecomment-694274904
But there is no config.php in my app folder. I also found another article where was recommended to add ‘db_server_version’ => '5.7‘, to /app/config/local.php what I did, but without any effect…
These errors are showing in the log:
[2020-11-12 16:25:02] mautic.NOTICE: Doctrine\DBAL\Exception\ConnectionException: An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user ''@'127.0.0.1' (using password: NO) (uncaught exception) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 while running console command `mautic:campaigns:trigger` [] []
[2020-11-12 16:25:02] mautic.WARNING: Command `mautic:campaigns:trigger` exited with status code 1 [] []
[2020-11-12 16:30:03] mautic.NOTICE: Doctrine\DBAL\Exception\ConnectionException: An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user ''@'127.0.0.1' (using password: NO) (uncaught exception) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 while running console command `mautic:segments:update` [] []
[2020-11-12 16:30:03] mautic.WARNING: Command `mautic:segments:update` exited with status code 1 [] []
[2020-11-12 15:31:19] mautic.WARNING: PHP Warning - Cannot use a scalar value as an array - in file /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/app/bundles/InstallBundle/Install/InstallService.php - at line 337 {"step":"[object] (Mautic\\InstallBundle\\Configurator\\Step\\DoctrineStep: {\"driver\":\"mysqli\",\"host\":\"localhost\",\"table_prefix\":null,\"port\":\"3306\",\"name\":\"mautic_syngul\",\"user\":\"syngul\",\"password\":\"_Synapse#12!\",\"backup_tables\":1,\"backup_prefix\":\"bak_\"})","dbParams":{"driver":"mysqli","host":"localhost","table_prefix":null,"port":"3306","name":"mautic_syngul","user":"syngul","password":"_Synapse#12!","backup_tables":1,"backup_prefix":"bak_"},"translator":"[object] (Mautic\\CoreBundle\\Translation\\Translator: {})","messages":true,"schemaHelper":"[object] (Mautic\\InstallBundle\\Helper\\SchemaHelper: {})","exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\Mysqli\\MysqliException(code: 0): Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php:71)"} []
[2020-11-12 15:31:19] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: Access denied for user 'syngul'@'localhost' (using password: YES)" at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\Mysqli\\MysqliException(code: 0): Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php:71)"} []
[2020-11-12 15:32:11] mautic.WARNING: PHP Warning - Cannot use a scalar value as an array - in file /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/app/bundles/InstallBundle/Install/InstallService.php - at line 337 {"step":"[object] (Mautic\\InstallBundle\\Configurator\\Step\\DoctrineStep: {\"driver\":\"mysqli\",\"host\":\"localhost\",\"table_prefix\":null,\"port\":\"3306\",\"name\":\"mautic_syngul\",\"user\":\"syngul\",\"password\":\"_Synapse#12!\",\"backup_tables\":1,\"backup_prefix\":\"bak_\"})","dbParams":{"driver":"mysqli","host":"localhost","table_prefix":null,"port":"3306","name":"mautic_syngul","user":"syngul","password":"_Synapse#12!","backup_tables":1,"backup_prefix":"bak_"},"translator":"[object] (Mautic\\CoreBundle\\Translation\\Translator: {})","messages":true,"schemaHelper":"[object] (Mautic\\InstallBundle\\Helper\\SchemaHelper: {})","exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\Mysqli\\MysqliException(code: 0): Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php:71)"} []
[2020-11-12 15:32:11] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: Access denied for user 'syngul'@'localhost' (using password: YES)" at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\Mysqli\\MysqliException(code: 0): Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php:71)"} []
[2020-11-12 15:34:40] mautic.WARNING: PHP Warning - Cannot use a scalar value as an array - in file /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/app/bundles/InstallBundle/Install/InstallService.php - at line 337 {"step":"[object] (Mautic\\InstallBundle\\Configurator\\Step\\DoctrineStep: {\"driver\":\"pdo_mysql\",\"host\":\"localhost\",\"table_prefix\":null,\"port\":\"3306\",\"name\":\"mautic_syngul\",\"user\":\"syngul\",\"password\":\"Synapse#12!\",\"backup_tables\":1,\"backup_prefix\":\"bak_\"})","dbParams":{"driver":"pdo_mysql","host":"localhost","table_prefix":null,"port":"3306","name":"mautic_syngul","user":"syngul","password":"Synapse#12!","backup_tables":1,"backup_prefix":"bak_"},"translator":"[object] (Mautic\\CoreBundle\\Translation\\Translator: {})","messages":true,"schemaHelper":"[object] (Mautic\\InstallBundle\\Helper\\SchemaHelper: {})","exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
[2020-11-12 15:34:40] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES)" at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
[2020-11-12 16:35:02] mautic.NOTICE: Doctrine\DBAL\Exception\ConnectionException: An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user ''@'127.0.0.1' (using password: NO) (uncaught exception) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 while running console command `mautic:campaigns:rebuild` [] []
[2020-11-12 16:35:02] mautic.WARNING: Command `mautic:campaigns:rebuild` exited with status code 1 [] []
[2020-11-12 15:36:18] mautic.WARNING: PHP Warning - Cannot use a scalar value as an array - in file /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/app/bundles/InstallBundle/Install/InstallService.php - at line 337 {"step":"[object] (Mautic\\InstallBundle\\Configurator\\Step\\DoctrineStep: {\"driver\":\"pdo_mysql\",\"host\":\"localhost\",\"table_prefix\":null,\"port\":\"3306\",\"name\":\"mautic_syngul\",\"user\":\"syngul\",\"password\":\"_Synapse#12!\",\"backup_tables\":1,\"backup_prefix\":\"bak_\"})","dbParams":{"driver":"pdo_mysql","host":"localhost","table_prefix":null,"port":"3306","name":"mautic_syngul","user":"syngul","password":"_Synapse#12!","backup_tables":1,"backup_prefix":"bak_"},"translator":"[object] (Mautic\\CoreBundle\\Translation\\Translator: {})","messages":true,"schemaHelper":"[object] (Mautic\\InstallBundle\\Helper\\SchemaHelper: {})","exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
[2020-11-12 15:36:18] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES)" at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
[2020-11-12 15:38:40] mautic.WARNING: PHP Warning - Cannot use a scalar value as an array - in file /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/app/bundles/InstallBundle/Install/InstallService.php - at line 337 {"step":"[object] (Mautic\\InstallBundle\\Configurator\\Step\\DoctrineStep: {\"driver\":\"pdo_mysql\",\"host\":\"localhost\",\"table_prefix\":null,\"port\":\"3306\",\"name\":\"syngul\",\"user\":\"syngul\",\"password\":\"_Synapse#12!\",\"backup_tables\":1,\"backup_prefix\":\"bak_\"})","dbParams":{"driver":"pdo_mysql","host":"localhost","table_prefix":null,"port":"3306","name":"syngul","user":"syngul","password":"_Synapse#12!","backup_tables":1,"backup_prefix":"bak_"},"translator":"[object] (Mautic\\CoreBundle\\Translation\\Translator: {})","messages":true,"schemaHelper":"[object] (Mautic\\InstallBundle\\Helper\\SchemaHelper: {})","exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
[2020-11-12 15:38:40] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES)" at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'syngul'@'localhost' (using password: YES) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} []
[2020-11-12 16:40:03] mautic.NOTICE: Doctrine\DBAL\Exception\ConnectionException: An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user ''@'127.0.0.1' (using password: NO) (uncaught exception) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 while running console command `mautic:campaigns:trigger` [] []
[2020-11-12 16:40:03] mautic.WARNING: Command `mautic:campaigns:trigger` exited with status code 1 [] []
[2020-11-12 16:45:02] mautic.NOTICE: Doctrine\DBAL\Exception\ConnectionException: An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user ''@'127.0.0.1' (using password: NO) (uncaught exception) at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 while running console command `mautic:segments:update` [] []
[2020-11-12 16:45:02] mautic.WARNING: Command `mautic:segments:update` exited with status code 1 [] []
[2020-11-12 15:49:56] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "Unknown database type json requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it." at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php line 436 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): Unknown database type json requested, Doctrine\\DBAL\\Platforms\\MySqlPlatform may not support it. at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:436)"} []
[2020-11-12 15:49:58] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "Unknown database type json requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it." at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php line 436 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): Unknown database type json requested, Doctrine\\DBAL\\Platforms\\MySqlPlatform may not support it. at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:436)"} []
[2020-11-12 15:49:59] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "Unknown database type json requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it." at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php line 436 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): Unknown database type json requested, Doctrine\\DBAL\\Platforms\\MySqlPlatform may not support it. at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:436)"} []
[2020-11-12 15:50:01] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "Unknown database type json requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it." at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php line 436 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): Unknown database type json requested, Doctrine\\DBAL\\Platforms\\MySqlPlatform may not support it. at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:436)"} []
[2020-11-12 15:51:39] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\DBALException: "Unknown database type json requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it." at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php line 436 {"exception":"[object] (Doctrine\\DBAL\\DBALException(code: 0): Unknown database type json requested, Doctrine\\DBAL\\Platforms\\MySqlPlatform may not support it. at /var/www/vhosts/h44633.web157.dogado.net/marketing.synapsengulasch.de/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:436)"} []
Steps I have tried to fix the problem:
I also tried to clean the cache and to refresh. But again without any effect.
Thank you very much for support!