Your software
My Mautic version is:v3.3.2
My PHP version is:7.3
My Database type and version is:phpmyadmin 5.6
Your problem
My problem is: error500 (I think I broke it) Whenever I try to send an email, it’s working perfectly
These errors are showing in the log: error These errors are showing in the log: [2021-03-30 20:31:45] mautic.CRITICAL: Uncaught PHP Exception Swift_RfcComplianceException: “Address set in PathHeader does not comply with addr-spec of RFC 2822.” at /home4/top/info.toperceive.com.br/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php line 150 {“exception”:"[object] (Swift_RfcComplianceException(code: 0): Address set in PathHeader does not comply with addr-spec of RFC 2822. at /home4/top/info.toperceive.com.br/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php:150)"}
[2021-03-30 09:52:54] mautic.WARNING: PHP Warning - Cannot use a scalar value as an array - in file /home4/top/info.toperceive.com.br/app/bundles/InstallBundle/Install/InstallService.php - at line 331 {“step”:"[object] (Mautic\InstallBundle\Configurator\Step\DoctrineStep: {“driver”:“pdo_mysql”,“host”:“localhost”,“table_prefix”:null,“port”:“3306”,“name”:“top_Mautic”,“user”:“redacted”,“password”:“redacted”,“backup_tables”:0,“backup_prefix”:“bak_”})",“dbParams”:{“driver”:“pdo_mysql”,“host”:“localhost”,“table_prefix”:null,“port”:“3306”,“name”:“redacted”,“user”:“redacted”,“password”:“redacted”,“backup_tables”:0,“backup_prefix”:“bak_”},“translator”:"[object] (Mautic\CoreBundle\Translation\Translator: {})",“messages”:true,“schemaHelper”:"[object] (Mautic\InstallBundle\Helper\SchemaHelper: {})"}
[2021-03-30 09:52:54] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: “An exception occurred in driver: SQLSTATE[HY000] [1044] Access denied for user ‘redacted’@‘localhost’ to database ‘redacted’” at /home4/top/info.toperceive.com.br/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] [1044] Access denied for user ‘redacted’@‘localhost’ to database ‘redacted’ at /home4/top/info.toperceive.com.br/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\DBAL\Driver\PDOException(code: 1044): SQLSTATE[HY000] [1044] Access denied for user ‘redacted’@‘localhost’ to database ‘redacted’ at /home4/top/info.toperceive.com.br/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1044): SQLSTATE[HY000] [1044] Access denied for user ‘redacted’@‘localhost’ to database ‘redacted’ at /home4/top/info.toperceive.com.br/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"}
Steps I have tried to fix the problem: I re-installed mautic by downloading the new summer v3.3.2 from here on the forum, I created a new database, and it is with php 7.3, I also tried to repair via ssh with the command php bin / console doctrine: schema:
php bin / console doctrine: migration: status … and continue with errors when trying to send email