C
C
chelkaz2016-04-06 08:10:55
Laravel
chelkaz, 2016-04-06 08:10:55

How to see the full log and what does it mean?

Mail worked fine through Yanzheks.
Now all events are written to the log:

production.ERROR: ErrorException: fwrite(): SSL operation failed with code 1. OpenSSL Error messages:
error:1409F07F:SSL routines:SSL3_WRITE_PENDING:bad write retry in /var/www/work/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:232
Stack trace:
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'fwrite(): SSL o...', '/var/www/work/v...', 232, Array)

What does this mean and where is the error? On the server or because of Yandex?
Yandex mail settings are as follows in laravel:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.yandex.ru
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=pass
MAIL_ENCRYPTION=tls

And why does the log not show in full, but with ellipsis:
/var/www/work/ v...' , 232, Array)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zelsky, 2016-04-06
@zelsky

So after all, you have a full sweat to the file with an error on line 232 where is the array.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question