public function sendEmail(){ $content = json_decode($this->request->data['message'], true);
SiteController::sendEmail() - APP/Controller/SiteController.php, line 107
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 118
Notice (8): Undefined index: from [APP/Controller/SiteController.php, line 108]
public function sendEmail(){ $content = json_decode($this->request->data['message'], true); $from = json_decode($this->request->data['from'], true);
$content = null
SiteController::sendEmail() - APP/Controller/SiteController.php, line 108
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 118