Notice (8): Undefined index: username [APP/controllers/characters_controller.php, line 9]Code function ajax_list_own(){
$this->layout = 'ajax';
$username = $this->params['form']['username'];
CharactersController::ajax_list_own() - APP/controllers/characters_controller.php, line 9
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: password [APP/controllers/characters_controller.php, line 10]Code |
Context $this->layout = 'ajax';
$username = $this->params['form']['username'];
$password = $this->params['form']['password'];
$username = null
CharactersController::ajax_list_own() - APP/controllers/characters_controller.php, line 10
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83