You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[symfony/messenger 5.4.8] Attempted to call an undefined method named "pgsqlGetNotify" of class "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingServerInfoAwareDriverConnection
#46436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Attempted to call an undefined method named "pgsqlGetNotify" of class "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingServerInfoAwareDriverConnection".
…bbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[Messenger] use the outermost wrapping DBAL connection
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#46436
| License | MIT
| Doc PR |
Commits
-------
4178244 use the outermost wrapping DBAL connection
Symfony version(s) affected
5.4
Description
Expected Result
It works, consuming messages...
Actual Result
In PostgreSqlConnection.php line 82:
Original report is here: getsentry/sentry-symfony#626
How to reproduce
Run Symfony Messenger with the bin/console messenger:consume command to consume messages from PostgreSQL.
Possible Solution
Downgrade symfony/doctrine-messenger to version 5.4.7.
The error seems to be related to symfony/doctrine-messenger@7e03e21
Additional Context
The text was updated successfully, but these errors were encountered: