Notice (8): Undefined index: Information [APP/Model/Information.php, line 54]Code Context
// カテゴリキーを取得
$data['Information']['TYPE_KEY'] = $this->getTypeKey($data['Information']['TYPE']);
$id = 'class'
$options = array(
'conditions' => array(
'Information.id' => 'class'
),
'order' => array(
'noticedatestr' => 'desc'
)
)
$data = array()
Information::get() - APP/Model/Information.php, line 54
InformationController::detail() - APP/Controller/InformationController.php, line 99
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - /var/www/html/sankei/htdocs-ssl/index.php, line 125
Notice (8): Undefined index: NOTICEDATESTR [APP/Controller/InformationController.php, line 106]Code Context // 公開期間チェック
$today = strtotime(date('Y-m-d'));
$start_day = strtotime($info_data['Information']['NOTICEDATESTR']);
$id = 'class'
$info_data = array(
'Information' => array(
'TYPE_KEY' => ''
)
)
$today = (int) 1732114800
InformationController::detail() - APP/Controller/InformationController.php, line 106
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - /var/www/html/sankei/htdocs-ssl/index.php, line 125
Notice (8): Undefined index: NOTICEDATEEND [APP/Controller/InformationController.php, line 107]Code Context $today = strtotime(date('Y-m-d'));
$start_day = strtotime($info_data['Information']['NOTICEDATESTR']);
$end_day = strtotime($info_data['Information']['NOTICEDATEEND']);
$id = 'class'
$info_data = array(
'Information' => array(
'TYPE_KEY' => ''
)
)
$today = (int) 1732114800
$start_day = false
InformationController::detail() - APP/Controller/InformationController.php, line 107
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - /var/www/html/sankei/htdocs-ssl/index.php, line 125