Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] Connection refused in /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40
Stack trace:
#0 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(40): PDO->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#1 /app/public/concrete/src/Database/Connection/PDOConnection.php(22): Doctrine\DBAL\Driver\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#2 /app/public/concrete/src/Database/Driver/PDOMySqlConcrete/Driver.php(18): Concrete\Core\Database\Connection\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#3 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(412): Concrete\Core\Database\Driver\PDOMySqlConcrete\Driver->connect(Array, 'mysql', 'f70a6a5207b44e8...', Array)
#4 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1952): Doctrine\DBAL\Connection->connect()
#5 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1290): Doctrine\DBAL\Connection->getWrappedConnection()
#6 /app/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(750): Doctrine\DBAL\Connection->executeQuery('SELECT t0.pkgID...', Array, Array)
#7 /app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(241): Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(Array, NULL, NULL, Array, NULL, 1, NULL)
#8 /app/public/concrete/src/Package/PackageService.php(69): Doctrine\ORM\EntityRepository->findOneBy(Array)
#9 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(43): Concrete\Core\Package\PackageService->getByHandle('meta_tags')
#10 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(24): Concrete\Package\MetaTags\Controller\MetaTags->insertTwitterTags(Object(Concrete\Core\Page\Page))
#11 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(230): Concrete\Package\MetaTags\Controller\MetaTags->insertTags(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#12 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(59): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#13 /app/public/concrete/src/Events/EventDispatcher.php(30): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start')
#14 /app/public/concrete/src/Support/Facade/Facade.php(121): Concrete\Core\Events\EventDispatcher->dispatch('on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#15 /app/public/concrete/src/View/View.php(278): Concrete\Core\Support\Facade\Facade::__callStatic('dispatch', Array)
#16 /app/public/concrete/src/View/AbstractView.php(162): Concrete\Core\View\View->startRender()
#17 /app/public/concrete/src/Application/Service/UserInterface.php(358): Concrete\Core\View\AbstractView->render(Object(stdClass))
#18 /app/public/concrete/src/Application/Service/UserInterface.php(338): Concrete\Core\Application\Service\UserInterface->buildErrorResponse('Une erreur inat...', 'Une erreur est ...', false)
#19 /app/public/concrete/src/Error/Handler/ErrorHandler.php(56): Concrete\Core\Application\Service\UserInterface->renderError('Une erreur inat...', 'Une erreur est ...')
#20 /app/vendor/filp/whoops/src/Whoops/Run.php(398): Concrete\Core\Error\Handler\ErrorHandler->handle(Object(Doctrine\DBAL\Exception\ConnectionLost))
#21 [internal function]: Whoops\Run->handleException(Object(Doctrine\DBAL\Exception\ConnectionLost))
#22 {main}
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY000] [2002] Connection refused in /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18
Stack trace:
#0 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(44): Doctrine\DBAL\Driver\PDO\Exception::new(Object(PDOException))
#1 /app/public/concrete/src/Database/Connection/PDOConnection.php(22): Doctrine\DBAL\Driver\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#2 /app/public/concrete/src/Database/Driver/PDOMySqlConcrete/Driver.php(18): Concrete\Core\Database\Connection\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#3 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(412): Concrete\Core\Database\Driver\PDOMySqlConcrete\Driver->connect(Array, 'mysql', 'f70a6a5207b44e8...', Array)
#4 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1952): Doctrine\DBAL\Connection->connect()
#5 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1290): Doctrine\DBAL\Connection->getWrappedConnection()
#6 /app/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(750): Doctrine\DBAL\Connection->executeQuery('SELECT t0.pkgID...', Array, Array)
#7 /app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(241): Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(Array, NULL, NULL, Array, NULL, 1, NULL)
#8 /app/public/concrete/src/Package/PackageService.php(69): Doctrine\ORM\EntityRepository->findOneBy(Array)
#9 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(43): Concrete\Core\Package\PackageService->getByHandle('meta_tags')
#10 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(24): Concrete\Package\MetaTags\Controller\MetaTags->insertTwitterTags(Object(Concrete\Core\Page\Page))
#11 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(230): Concrete\Package\MetaTags\Controller\MetaTags->insertTags(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#12 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(59): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#13 /app/public/concrete/src/Events/EventDispatcher.php(30): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start')
#14 /app/public/concrete/src/Support/Facade/Facade.php(121): Concrete\Core\Events\EventDispatcher->dispatch('on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#15 /app/public/concrete/src/View/View.php(278): Concrete\Core\Support\Facade\Facade::__callStatic('dispatch', Array)
#16 /app/public/concrete/src/View/AbstractView.php(162): Concrete\Core\View\View->startRender()
#17 /app/public/concrete/src/Application/Service/UserInterface.php(358): Concrete\Core\View\AbstractView->render(Object(stdClass))
#18 /app/public/concrete/src/Application/Service/UserInterface.php(338): Concrete\Core\Application\Service\UserInterface->buildErrorResponse('Une erreur inat...', 'Une erreur est ...', false)
#19 /app/public/concrete/src/Error/Handler/ErrorHandler.php(56): Concrete\Core\Application\Service\UserInterface->renderError('Une erreur inat...', 'Une erreur est ...')
#20 /app/vendor/filp/whoops/src/Whoops/Run.php(398): Concrete\Core\Error\Handler\ErrorHandler->handle(Object(Doctrine\DBAL\Exception\ConnectionLost))
#21 [internal function]: Whoops\Run->handleException(Object(Doctrine\DBAL\Exception\ConnectionLost))
#22 {main}
thrown in /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php on line 18
Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] Connection refused in /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40
Stack trace:
#0 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(40): PDO->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#1 /app/public/concrete/src/Database/Connection/PDOConnection.php(22): Doctrine\DBAL\Driver\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#2 /app/public/concrete/src/Database/Driver/PDOMySqlConcrete/Driver.php(18): Concrete\Core\Database\Connection\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#3 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(412): Concrete\Core\Database\Driver\PDOMySqlConcrete\Driver->connect(Array, 'mysql', 'f70a6a5207b44e8...', Array)
#4 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1952): Doctrine\DBAL\Connection->connect()
#5 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1290): Doctrine\DBAL\Connection->getWrappedConnection()
#6 /app/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(750): Doctrine\DBAL\Connection->executeQuery('SELECT t0.pkgID...', Array, Array)
#7 /app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(241): Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(Array, NULL, NULL, Array, NULL, 1, NULL)
#8 /app/public/concrete/src/Package/PackageService.php(69): Doctrine\ORM\EntityRepository->findOneBy(Array)
#9 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(43): Concrete\Core\Package\PackageService->getByHandle('meta_tags')
#10 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(24): Concrete\Package\MetaTags\Controller\MetaTags->insertTwitterTags(Object(Concrete\Core\Page\Page))
#11 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(230): Concrete\Package\MetaTags\Controller\MetaTags->insertTags(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#12 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(59): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#13 /app/public/concrete/src/Events/EventDispatcher.php(30): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start')
#14 /app/public/concrete/src/Support/Facade/Facade.php(121): Concrete\Core\Events\EventDispatcher->dispatch('on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#15 /app/public/concrete/src/View/View.php(278): Concrete\Core\Support\Facade\Facade::__callStatic('dispatch', Array)
#16 /app/public/concrete/src/View/AbstractView.php(162): Concrete\Core\View\View->startRender()
#17 /app/public/concrete/src/Application/Service/UserInterface.php(358): Concrete\Core\View\AbstractView->render(Object(stdClass))
#18 /app/public/concrete/src/Application/Service/UserInterface.php(338): Concrete\Core\Application\Service\UserInterface->buildErrorResponse('Une erreur inat...', 'Une erreur est ...', false)
#19 /app/public/concrete/src/Error/Handler/ErrorHandler.php(56): Concrete\Core\Application\Service\UserInterface->renderError('Une erreur inat...', 'Une erreur est ...')
#20 /app/vendor/filp/whoops/src/Whoops/Run.php(398): Concrete\Core\Error\Handler\ErrorHandler->handle(Object(Whoops\Exception\ErrorException))
#21 /app/vendor/filp/whoops/src/Whoops/Run.php(482): Whoops\Run->handleException(Object(Whoops\Exception\ErrorException))
#22 /app/vendor/filp/whoops/src/Whoops/Run.php(514): Whoops\Run->handleError(1, 'Uncaught PDOExc...', '/app/vendor/doc...', 18)
#23 [internal function]: Whoops\Run->handleShutdown()
#24 {main}
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY000] [2002] Connection refused in /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18
Stack trace:
#0 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(44): Doctrine\DBAL\Driver\PDO\Exception::new(Object(PDOException))
#1 /app/public/concrete/src/Database/Connection/PDOConnection.php(22): Doctrine\DBAL\Driver\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#2 /app/public/concrete/src/Database/Driver/PDOMySqlConcrete/Driver.php(18): Concrete\Core\Database\Connection\PDOConnection->__construct('mysql:host=data...', 'mysql', 'f70a6a5207b44e8...', Array)
#3 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(412): Concrete\Core\Database\Driver\PDOMySqlConcrete\Driver->connect(Array, 'mysql', 'f70a6a5207b44e8...', Array)
#4 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1952): Doctrine\DBAL\Connection->connect()
#5 /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1290): Doctrine\DBAL\Connection->getWrappedConnection()
#6 /app/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(750): Doctrine\DBAL\Connection->executeQuery('SELECT t0.pkgID...', Array, Array)
#7 /app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(241): Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(Array, NULL, NULL, Array, NULL, 1, NULL)
#8 /app/public/concrete/src/Package/PackageService.php(69): Doctrine\ORM\EntityRepository->findOneBy(Array)
#9 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(43): Concrete\Core\Package\PackageService->getByHandle('meta_tags')
#10 /app/public/packages_composer/meta_tags/controllers/MetaTags.php(24): Concrete\Package\MetaTags\Controller\MetaTags->insertTwitterTags(Object(Concrete\Core\Page\Page))
#11 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(230): Concrete\Package\MetaTags\Controller\MetaTags->insertTags(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#12 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(59): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#13 /app/public/concrete/src/Events/EventDispatcher.php(30): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\EventDispatcher\GenericEvent), 'on_start')
#14 /app/public/concrete/src/Support/Facade/Facade.php(121): Concrete\Core\Events\EventDispatcher->dispatch('on_start', Object(Symfony\Component\EventDispatcher\GenericEvent))
#15 /app/public/concrete/src/View/View.php(278): Concrete\Core\Support\Facade\Facade::__callStatic('dispatch', Array)
#16 /app/public/concrete/src/View/AbstractView.php(162): Concrete\Core\View\View->startRender()
#17 /app/public/concrete/src/Application/Service/UserInterface.php(358): Concrete\Core\View\AbstractView->render(Object(stdClass))
#18 /app/public/concrete/src/Application/Service/UserInterface.php(338): Concrete\Core\Application\Service\UserInterface->buildErrorResponse('Une erreur inat...', 'Une erreur est ...', false)
#19 /app/public/concrete/src/Error/Handler/ErrorHandler.php(56): Concrete\Core\Application\Service\UserInterface->renderError('Une erreur inat...', 'Une erreur est ...')
#20 /app/vendor/filp/whoops/src/Whoops/Run.php(398): Concrete\Core\Error\Handler\ErrorHandler->handle(Object(Whoops\Exception\ErrorException))
#21 /app/vendor/filp/whoops/src/Whoops/Run.php(482): Whoops\Run->handleException(Object(Whoops\Exception\ErrorException))
#22 /app/vendor/filp/whoops/src/Whoops/Run.php(514): Whoops\Run->handleError(1, 'Uncaught PDOExc...', '/app/vendor/doc...', 18)
#23 [internal function]: Whoops\Run->handleShutdown()
#24 {main}
thrown in /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php on line 18