OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Uncaught PDO exception

This topic contains 0 replies, has 1 voice, and was last updated by  Ayushi Sangal 9 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33459

    Ayushi Sangal
    Participant

    hello,

    I got can error Uncaught PDO Exception
    Fatal error: Uncaught exception ‘PDOException’ with message ‘SQLSTATE[HY000] [2002] Connection timed out’ in /home/webmuch/mfmis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 Stack trace: #0 /home/webmuch/mfmis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(40): PDO->__construct(‘mysql:host=127….’, ‘webmuch_mfmis’, ‘E5A4DLEB4T’, Array) #1 /home/webmuch/mfmis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(41): Doctrine\DBAL\Driver\PDOConnection->__construct(‘mysql:host=127….’, ‘webmuch_mfmis’, ‘E5A4DLEB4T’, Array) #2 /home/webmuch/mfmis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(356): Doctrine\DBAL\Driver\PDOMySql\Driver->connect(Array, ‘webmuch_mfmis’, ‘E5A4DLEB4T’, Array) #3 /home/webmuch/mfmis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(680): Doctrine\DBAL\Connection->connect() #4 /home/webmuch/mfmis/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php(748): Doctrine\DBAL\Connection->executeQuery(‘SELECT t0.id AS…’, A in /home/webmuch/mfmis/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 40

    Please suggest me how to resolve this error.

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top