esquire900 / kidup

KidUp Repo
0 stars 1 forks source link

No emails seem to be send out atm #526

Open esquire900 opened 8 years ago

kevin91nl commented 8 years ago

message like "%notification%" and message not like "%device not found%" and message not like "$%"

kevin91nl commented 8 years ago

Assumptions:

kevin91nl commented 8 years ago
yii\base\ErrorException: Undefined index: notification in /vagrant/modules/notification/components/PushSender.php:30
Stack trace:
#0 /vagrant/modules/notification/components/PushSender.php(30): yii\base\ErrorHandler->handleError(8, 'Undefined index...', '/vagrant/module...', 30, Array)
#1 /vagrant/modules/notification/components/NotificationDistributer.php(69): notification\components\PushSender::send(Object(notification\components\PushRenderer))
#2 /vagrant/modules/notification/components/NotificationDistributer.php(101): notification\components\NotificationDistributer->toSender(Object(notification\components\PushRenderer))
#3 /vagrant/modules/notification/components/NotificationDistributer.php(168): notification\components\NotificationDistributer->load('booking_request...', Array)
#4 /vagrant/modules/notification/Bootstrap.php(118): notification\components\NotificationDistributer->bookingRequestOwner(Object(booking\models\booking\Booking))
#5 [internal function]: notification\Bootstrap->notification\{closure}(Object(yii\base\Event))
#6 /vagrant/vendor/yiisoft/yii2/base/Component.php(541): call_user_func(Object(Closure), Object(yii\base\Event))
#7 /vagrant/helpers/Event.php(43): yii\base\Component->trigger('Payin-event_pay...', Object(yii\base\Event))
#8 /vagrant/modules/booking/models/payin/Payin.php(96): app\helpers\Event::trigger(Object(booking\models\payin\Payin), 'event_payin_con...')
#9 /vagrant/modules/booking/models/payin/Payin.php(83): booking\models\payin\Payin->onStatusChange()
#10 /vagrant/vendor/yiisoft/yii2/db/BaseActiveRecord.php(708): booking\models\payin\Payin->beforeSave(false)
#11 /vagrant/vendor/yiisoft/yii2/db/ActiveRecord.php(533): yii\db\BaseActiveRecord->updateInternal(NULL)
#12 /vagrant/vendor/yiisoft/yii2/db/BaseActiveRecord.php(595): yii\db\ActiveRecord->update(true, NULL)
#13 /vagrant/modules/booking/models/payin/BrainTree.php(144): yii\db\BaseActiveRecord->save()
#14 /vagrant/modules/booking/controllers/CronController.php(39): booking\models\payin\BrainTree->sandboxSettlementAccept()
#15 /vagrant/commands/CronController.php(28): booking\controllers\CronController->minute()
#16 [internal function]: app\commands\CronController->actionMinute()
#17 /vagrant/vendor/yiisoft/yii2/base/InlineAction.php(55): call_user_func_array(Array, Array)
#18 /vagrant/vendor/yiisoft/yii2/base/Controller.php(154): yii\base\InlineAction->runWithParams(Array)
#19 /vagrant/vendor/yiisoft/yii2/console/Controller.php(108): yii\base\Controller->runAction('minute', Array)
#20 /vagrant/vendor/yiisoft/yii2/base/Module.php(454): yii\console\Controller->runAction('minute', Array)
#21 /vagrant/vendor/yiisoft/yii2/console/Application.php(167): yii\base\Module->runAction('cron/minute', Array)
#22 /vagrant/vendor/yiisoft/yii2/console/Application.php(143): yii\console\Application->runAction('cron/minute', Array)
#23 /vagrant/vendor/yiisoft/yii2/base/Application.php(375): yii\console\Application->handleRequest(Object(yii\console\Request))
#24 /vagrant/yii(52): yii\base\Application->run()
#25 {main}