Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Mailer] FixTrying to access array offset on value of type null
error by adding null checking#60057
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.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Trying to access array offset on value of type null
error by adding null checkingTrying to access array offset on value of type null
error by adding null checkingTrying to access array offset on value of type null
error by adding null checkingTrying to access array offset on value of type null
error by adding null checkingThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
(Bugfix for 6.4 when merging)
src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…rage native lazy objects (nicolas-grekas)This PR was merged into the 6.4 branch.Discussion----------[DoctrineBridge] Fix support for entities that leverage native lazy objects| Q | A| ------------- | ---| Branch? | 6.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Issues | -| License | MITCommits-------382b3dd [DoctrineBridge] Fix support for entities that leverage native lazy objects
Thank you@khushaalan. |
75d9991
intosymfony:6.4Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Trying to access array offset on value of type null
error by adding null checkingIts a very simple bug fix.. basically the

error_get_last()
doesn't have the 'message' and causing this issue:so i just added Null Checking and it seems to be working now:

this is happens when using Mailtrap and when it reaches its quota..