Notice (8): Undefined index: subject [APP/controllers/users_controller.php, line 141]Code |
Context function feedback(){
$post_data = $this->params['form'];
$subject = Sanitize::clean(substr($post_data['subject'],0,100), array('encode' => false));
$post_data = array()
UsersController::feedback() - APP/controllers/users_controller.php, line 141
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Notice (8): Undefined index: msg_body [APP/controllers/users_controller.php, line 142]Code |
Context $post_data = $this->params['form'];
$subject = Sanitize::clean(substr($post_data['subject'],0,100), array('encode' => false));
$body = Sanitize::clean(substr($post_data['msg_body'],0,2000), array('encode' => false));
$post_data = array()
$subject = false
UsersController::feedback() - APP/controllers/users_controller.php, line 142
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
ok