Notice (8): Undefined index: username [APP/controllers/characters_controller.php, line 99]Code function ajax_get_character(){
$this->layout = 'ajax';
$username = $this->params['form']['username'];
CharactersController::ajax_get_character() - APP/controllers/characters_controller.php, line 99
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 100]Code |
Context $this->layout = 'ajax';
$username = $this->params['form']['username'];
$password = $this->params['form']['password'];
$username = null
CharactersController::ajax_get_character() - APP/controllers/characters_controller.php, line 100
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 variable: characterName [APP/controllers/characters_controller.php, line 119]Code |
Context $character = $this->Character->find('first', array(
"conditions" => array(
"Character.name LIKE" => $characterName,
$username = null
$password = null
$characterId = null
CharactersController::ajax_get_character() - APP/controllers/characters_controller.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
/// Character Data Start
/// Character Data End