Trying to access array offset on value of type null in mail queue #51062
Unanswered
etc-develop
asked this question in
Q&A
Replies: 1 comment
-
Same here. Error is in : AbstractStream.php:91: throw new TransportException(sprintf('Unable to read from connection to "%s": ', $this->getReadConnectionDescription()).error_get_last()['message']); It seems that accessing to ['message'] key on null throws the error. I get the solution replacing code with:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using laravel 10.
Symfony/mailer version: v6.4.6
When I send a mail by queue, it "sometimes" failed,like below messages in queue:
When it failed and save in failed_jobs,and then I use
php artisan queue:retry {uuid}
command can resend success.Log not saying something wrong in my code,so I cannot know where to fix, anyone can help me?
Beta Was this translation helpful? Give feedback.
All reactions