Notice (8): Undefined index: Matchup [APP/Controller/ServersController.php, line 83]Code Context
// Cherche la position de notre serveur
if ( $matchup['Matchup']['server1_id'] == $id ) {
$id = '23'
$round_id = '1607'
$server = array(
'Server' => array(
'id' => '23',
'anet_id' => '2007',
'ladder' => 'eu',
'name' => 'Far Shiverpeaks',
'linked' => 'W. Ridge, F. of Woe',
'name_fr' => 'Lointaines Cimefroides',
'name_de' => 'Ferne Zittergipfel',
'name_sp' => 'Lejanas Picosescalofriantes',
'language' => 'EU',
'nb_first' => '0',
'nb_second' => '0',
'nb_third' => '0',
'points' => '0',
'rank' => '18',
'gold_medals' => '35',
'silver_medals' => '31',
'bronze_medals' => '40',
'modified' => '2016-08-29 09:52:17'
)
)
$ladder = 'eu'
$current_round = array(
'WvwRound' => array(
'id' => '2079',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2024-11-15 19:00:00',
'end' => '2024-11-22 18:58:00'
)
)
$round = array(
'WvwRound' => array(
'id' => '1607',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-10-25 20:00:00',
'end' => '2019-11-01 18:58:00'
)
)
$prev_round = array(
'WvwRound' => array(
'id' => '1605',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-10-18 20:00:00',
'end' => '2019-10-25 19:58:00'
)
)
$next_round = array(
'WvwRound' => array(
'id' => '1609',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-11-01 19:00:00',
'end' => '2019-11-08 18:58:00'
)
)
$contain = array(
'Server1' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
),
'Server2' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
),
'Server3' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
)
)
$matchup = array()
ServersController::view() - APP/Controller/ServersController.php, line 83
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
Notice (8): Undefined index: Matchup [APP/Controller/ServersController.php, line 85]Code Context if ( $matchup['Matchup']['server1_id'] == $id ) {
$this->set( 'server_nb', 1 );
} else if ( $matchup['Matchup']['server2_id'] == $id ) {
$id = '23'
$round_id = '1607'
$server = array(
'Server' => array(
'id' => '23',
'anet_id' => '2007',
'ladder' => 'eu',
'name' => 'Far Shiverpeaks',
'linked' => 'W. Ridge, F. of Woe',
'name_fr' => 'Lointaines Cimefroides',
'name_de' => 'Ferne Zittergipfel',
'name_sp' => 'Lejanas Picosescalofriantes',
'language' => 'EU',
'nb_first' => '0',
'nb_second' => '0',
'nb_third' => '0',
'points' => '0',
'rank' => '18',
'gold_medals' => '35',
'silver_medals' => '31',
'bronze_medals' => '40',
'modified' => '2016-08-29 09:52:17'
)
)
$ladder = 'eu'
$current_round = array(
'WvwRound' => array(
'id' => '2079',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2024-11-15 19:00:00',
'end' => '2024-11-22 18:58:00'
)
)
$round = array(
'WvwRound' => array(
'id' => '1607',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-10-25 20:00:00',
'end' => '2019-11-01 18:58:00'
)
)
$prev_round = array(
'WvwRound' => array(
'id' => '1605',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-10-18 20:00:00',
'end' => '2019-10-25 19:58:00'
)
)
$next_round = array(
'WvwRound' => array(
'id' => '1609',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-11-01 19:00:00',
'end' => '2019-11-08 18:58:00'
)
)
$contain = array(
'Server1' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
),
'Server2' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
),
'Server3' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
)
)
$matchup = array()
ServersController::view() - APP/Controller/ServersController.php, line 85
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109
Notice (8): Undefined index: Matchup [APP/Controller/ServersController.php, line 87]Code Context } else if ( $matchup['Matchup']['server2_id'] == $id ) {
$this->set( 'server_nb', 2 );
} else if ( $matchup['Matchup']['server3_id'] == $id ) {
$id = '23'
$round_id = '1607'
$server = array(
'Server' => array(
'id' => '23',
'anet_id' => '2007',
'ladder' => 'eu',
'name' => 'Far Shiverpeaks',
'linked' => 'W. Ridge, F. of Woe',
'name_fr' => 'Lointaines Cimefroides',
'name_de' => 'Ferne Zittergipfel',
'name_sp' => 'Lejanas Picosescalofriantes',
'language' => 'EU',
'nb_first' => '0',
'nb_second' => '0',
'nb_third' => '0',
'points' => '0',
'rank' => '18',
'gold_medals' => '35',
'silver_medals' => '31',
'bronze_medals' => '40',
'modified' => '2016-08-29 09:52:17'
)
)
$ladder = 'eu'
$current_round = array(
'WvwRound' => array(
'id' => '2079',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2024-11-15 19:00:00',
'end' => '2024-11-22 18:58:00'
)
)
$round = array(
'WvwRound' => array(
'id' => '1607',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-10-25 20:00:00',
'end' => '2019-11-01 18:58:00'
)
)
$prev_round = array(
'WvwRound' => array(
'id' => '1605',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-10-18 20:00:00',
'end' => '2019-10-25 19:58:00'
)
)
$next_round = array(
'WvwRound' => array(
'id' => '1609',
'wvw_season_id' => null,
'ladder' => 'eu',
'start' => '2019-11-01 19:00:00',
'end' => '2019-11-08 18:58:00'
)
)
$contain = array(
'Server1' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
),
'Server2' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
),
'Server3' => array(
'History' => array(
'conditions' => array(
[maximum depth reached]
),
'order' => array(
[maximum depth reached]
)
)
)
)
$matchup = array()
ServersController::view() - APP/Controller/ServersController.php, line 87
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 109