-
Ловится ошибка планировщиком
Undefined property: Swift_Transport_StreamBuffer::$_sequence
проблема решается заменой с private на protected в файле 'yii-mail/vendors/swiftMailer/classes/Swift/ByteStr…
-
yii mailqueue/process
PHP Notice 'yii\base\ErrorException' with message 'unserialize(): Error at offset 49151 of 49151 bytes'
in /app/vendor/nterms/yii2-mailqueue/models/Queue.php:70
have fol…
-
The assignment part is blank. The permissions, roles, etc are working fine as expected.
Here is my configuration file.
-
1. Delete Reported Content
2. Click on the E-Mail Notification "XYZ has reported post...:" -> `View Online`
3. Internal Error
Message:
```
yii\base\ErrorException: Attempt to read property "c…
luke- updated
5 months ago
-
Hello. in the authorization controller, I can log in. but when i go to another page my user is not authorized
`Yii::$app->user->identity === null => true`
`
-
NOTES:
- ensure there is no circular loop created by emailing mail failures
- `actionErrorEmail()` should be removed from `commands/AuditController`
Thinking something like this...
``` php
-
```
return Yii::$app->mailqueue->compose("@frontend/views/emails/newJob", [
'name' => $job->FullName,
'email' => $job->Email,
'a…
-
Frontend main config:
`
-
I am getting the following error when trying to access Yii::$app->mailer:
`Setting unknown property: YarCode\Yii2\QueueMailer\Mailer::viewPath`
-
### Issue Summary
Yii2 Sendgrid implementation. Sending to any user at domain of @rcs.k12.al.us throws error below. When using local mailer and not sendgrid, email sends just fine and end user gets…