Notice (8) : Trying to access array offset on value of type null [APP/Controller/BrmRegistersController.php , line 497 ]Code Context
$brmMaster = $this -> BrmMaster -> find ( 'all' , array( 'conditions' => array( 'id' => $id )))-> first ();
$this -> set ( 'brevetName' , $brmMaster [ 'brevetName' ]); $id = '29'
$sex = [
'男' => (int) 0,
'女' => (int) 1
]
$bloodtype = [
'A' => (int) 0,
'B' => (int) 1,
'O' => (int) 2,
'AB' => (int) 3
]
$indemnityAmountKbn = [
'1億円以上' => (int) 0
]
$insuranceAmountKbn = [
'500万円未満' => (int) 0,
'500万円以上 1000万円未満' => (int) 1,
'1000万円以上' => (int) 2
]
$club = [
'無所属' => (int) 600099,
'ランドヌ東京' => (int) 600032,
'AudaxJapan' => (int) 600007,
'オダックスランドヌール中部' => (int) 600008,
'AJ静岡' => (int) 600012,
'AJ神奈川' => (int) 600014,
'AJ宇都宮' => (int) 600017,
'オダックス・ジャパン北海道' => (int) 600018,
'AJ千葉' => (int) 600019,
'オダックス埼玉' => (int) 600020,
'オダックス近畿' => (int) 600021,
'AJ岡山' => (int) 600022,
'ランドヌール宮城' => (int) 600024,
'ランドヌールクラブ名古屋' => (int) 600025,
'AJ福岡' => (int) 600026,
'VCR横浜あおば' => (int) 600028,
'AJ西東京' => (int) 600029,
'AJ群馬' => (int) 600030,
'AJ広島' => (int) 600031,
'ランドヌール熊本' => (int) 600033,
'AJ長崎' => (int) 600034,
'AJたまがわ' => (int) 600035,
'AR日本橋' => (int) 600036,
'ランドヌール札幌' => (int) 600037,
'AR四国' => (int) 600038,
'AR鹿児島' => (int) 600039,
'ARいわき' => (int) 600040,
'Clubs outside japan' => (int) 600098
]
$emergencyRelationship = [
'夫' => (int) 0,
'妻' => (int) 1,
'子供' => (int) 2,
'両親' => (int) 3,
'親戚' => (int) 4,
'友人知人' => (int) 5
]
$umu = [
'有' => (int) 0,
'無' => (int) 1
]
$entryStatus = [
'' => (int) 0,
'入金待ち' => (int) 1,
'振込済' => (int) 2,
'参加確定' => (int) 3,
'取り消し' => (int) 4,
'キャンセル待ち' => (int) 5,
'参加確定(宿泊キャンセル待ち)' => (int) 6
]
$entrykbn = [
'出走しない' => (int) 0,
'出走する' => (int) 1
]
$brmMaster = null App\Controller\BrmRegistersController::add() - APP/Controller/BrmRegistersController.php, line 497
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36 Notice (8) : Trying to access array offset on value of type null [APP/Controller/BrmRegistersController.php , line 498 ]Code Context $brmMaster = $this -> BrmMaster -> find ( 'all' , array( 'conditions' => array( 'id' => $id )))-> first ();
$this -> set ( 'brevetName' , $brmMaster [ 'brevetName' ]);
$this -> set ( 'agreeInfo' , $brmMaster [ 'agreeInfo' ]); $id = '29'
$sex = [
'男' => (int) 0,
'女' => (int) 1
]
$bloodtype = [
'A' => (int) 0,
'B' => (int) 1,
'O' => (int) 2,
'AB' => (int) 3
]
$indemnityAmountKbn = [
'1億円以上' => (int) 0
]
$insuranceAmountKbn = [
'500万円未満' => (int) 0,
'500万円以上 1000万円未満' => (int) 1,
'1000万円以上' => (int) 2
]
$club = [
'無所属' => (int) 600099,
'ランドヌ東京' => (int) 600032,
'AudaxJapan' => (int) 600007,
'オダックスランドヌール中部' => (int) 600008,
'AJ静岡' => (int) 600012,
'AJ神奈川' => (int) 600014,
'AJ宇都宮' => (int) 600017,
'オダックス・ジャパン北海道' => (int) 600018,
'AJ千葉' => (int) 600019,
'オダックス埼玉' => (int) 600020,
'オダックス近畿' => (int) 600021,
'AJ岡山' => (int) 600022,
'ランドヌール宮城' => (int) 600024,
'ランドヌールクラブ名古屋' => (int) 600025,
'AJ福岡' => (int) 600026,
'VCR横浜あおば' => (int) 600028,
'AJ西東京' => (int) 600029,
'AJ群馬' => (int) 600030,
'AJ広島' => (int) 600031,
'ランドヌール熊本' => (int) 600033,
'AJ長崎' => (int) 600034,
'AJたまがわ' => (int) 600035,
'AR日本橋' => (int) 600036,
'ランドヌール札幌' => (int) 600037,
'AR四国' => (int) 600038,
'AR鹿児島' => (int) 600039,
'ARいわき' => (int) 600040,
'Clubs outside japan' => (int) 600098
]
$emergencyRelationship = [
'夫' => (int) 0,
'妻' => (int) 1,
'子供' => (int) 2,
'両親' => (int) 3,
'親戚' => (int) 4,
'友人知人' => (int) 5
]
$umu = [
'有' => (int) 0,
'無' => (int) 1
]
$entryStatus = [
'' => (int) 0,
'入金待ち' => (int) 1,
'振込済' => (int) 2,
'参加確定' => (int) 3,
'取り消し' => (int) 4,
'キャンセル待ち' => (int) 5,
'参加確定(宿泊キャンセル待ち)' => (int) 6
]
$entrykbn = [
'出走しない' => (int) 0,
'出走する' => (int) 1
]
$brmMaster = null App\Controller\BrmRegistersController::add() - APP/Controller/BrmRegistersController.php, line 498
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36 Notice (8) : compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: etagMatches [CORE/src/Http/Response.php , line 1864 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' ); $request = object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => 'BrmRegisters',
'action' => 'add',
'_ext' => null,
'pass' => [
[maximum depth reached]
],
'_matchedRoute' => '/:controller/:action/*',
'isAjax' => false,
'_Token' => [
[maximum depth reached]
]
]
data => []
query => []
cookies => []
url => 'brm-registers/add/29'
base => '/app'
webroot => '/app/'
here => '/app/brm-registers/add/29'
trustProxy => false
[protected] _environment => [
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'PWD' => '/home/userfastcgi/bakky/randonneurs.tokyo',
'SHLVL' => '0',
'SCRIPT_NAME' => '/app/webroot/index.php',
'REQUEST_URI' => '/app/brm-registers/add/29',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/app/webroot/brm-registers/add/29',
'REMOTE_PORT' => '37144',
'SCRIPT_FILENAME' => '/home/bakky/randonneurs.tokyo/public_html/app/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@randonneurs.tokyo',
'CONTEXT_DOCUMENT_ROOT' => '/home/bakky/randonneurs.tokyo/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/bakky/randonneurs.tokyo/public_html',
'REMOTE_ADDR' => '216.73.216.91',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '183.90.240.41',
'SERVER_NAME' => 'randonneurs.tokyo',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_SERVER_ADDRESS' => '183.90.240.41',
'HTTP_X_REAL_IP' => '216.73.216.91',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'randonneurs.tokyo',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.216.91',
'HTTP_HOST' => 'randonneurs.tokyo',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'adB54b5sUsTr4mCKkDXGSwAAAQY',
'MEF_PROXY_ADDR' => '183.90.240.41',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'adB54b5sUsTr4mCKkDXGSwAAAQY',
'REDIRECT_MEF_PROXY_ADDR' => '183.90.240.41',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'adB54b5sUsTr4mCKkDXGSwAAAQY',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '183.90.240.41',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/app/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1775270369.5432,
'REQUEST_TIME' => (int) 1775270369,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false,
'post' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1864
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36 Notice (8) : compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php , line 1864 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' ); $request = object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => 'BrmRegisters',
'action' => 'add',
'_ext' => null,
'pass' => [
[maximum depth reached]
],
'_matchedRoute' => '/:controller/:action/*',
'isAjax' => false,
'_Token' => [
[maximum depth reached]
]
]
data => []
query => []
cookies => []
url => 'brm-registers/add/29'
base => '/app'
webroot => '/app/'
here => '/app/brm-registers/add/29'
trustProxy => false
[protected] _environment => [
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'PWD' => '/home/userfastcgi/bakky/randonneurs.tokyo',
'SHLVL' => '0',
'SCRIPT_NAME' => '/app/webroot/index.php',
'REQUEST_URI' => '/app/brm-registers/add/29',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/app/webroot/brm-registers/add/29',
'REMOTE_PORT' => '37144',
'SCRIPT_FILENAME' => '/home/bakky/randonneurs.tokyo/public_html/app/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@randonneurs.tokyo',
'CONTEXT_DOCUMENT_ROOT' => '/home/bakky/randonneurs.tokyo/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/bakky/randonneurs.tokyo/public_html',
'REMOTE_ADDR' => '216.73.216.91',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '183.90.240.41',
'SERVER_NAME' => 'randonneurs.tokyo',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT' => '*/*',
'HTTP_CONNECTION' => 'close',
'HTTP_X_FILE_TYPE' => 'normal',
'HTTP_X_UA_DEVICE' => 'pc',
'HTTP_X_FAILURE_CACHE_TIME' => '0',
'HTTP_X_ACCEL_EXPIRES' => '60',
'HTTP_X_WP_ACCESS' => '0',
'HTTP_X_SERVER_ADDRESS' => '183.90.240.41',
'HTTP_X_REAL_IP' => '216.73.216.91',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'randonneurs.tokyo',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '216.73.216.91',
'HTTP_HOST' => 'randonneurs.tokyo',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'adB54b5sUsTr4mCKkDXGSwAAAQY',
'MEF_PROXY_ADDR' => '183.90.240.41',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'adB54b5sUsTr4mCKkDXGSwAAAQY',
'REDIRECT_MEF_PROXY_ADDR' => '183.90.240.41',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_REDIRECT_FailureCacheTime' => '0',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'adB54b5sUsTr4mCKkDXGSwAAAQY',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '183.90.240.41',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/app/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1775270369.5432,
'REQUEST_TIME' => (int) 1775270369,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false,
'post' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1864
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 60
[main] - ROOT/webroot/index.php, line 36
ランドヌ東京