Notice (8): Undefined offset: 0 [APP/Controller/HolidaySettingMasterController.php, line 144]Code Contextif (empty($facility_id)) {
//施設IDが未設定の場合、先頭の施設をセット
$facility_id = $facilities[0]['Facility']['id'];
$facility = object(Facility) { useDbConfig => 'default' useTable => 'facilities' id => false data => array() schemaName => 'reservation_db' table => 'facilities' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null name => 'Facility' alias => 'Facility' tableToModel => array( 'facilities' => 'Facility' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array() cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => array( 'id' => array( [maximum depth reached] ), 'name' => array( [maximum depth reached] ), 'place1' => array( [maximum depth reached] ), 'place2' => array( [maximum depth reached] ), 'place3' => array( [maximum depth reached] ), 'place4' => array( [maximum depth reached] ), 'place5' => array( [maximum depth reached] ), 'place6' => array( [maximum depth reached] ), 'format1' => array( [maximum depth reached] ), 'format2' => array( [maximum depth reached] ), 'format3' => array( [maximum depth reached] ), 'format4' => array( [maximum depth reached] ), 'format5' => array( [maximum depth reached] ), 'format6' => array( [maximum depth reached] ), 'closing_flg1' => array( [maximum depth reached] ), 'closing_flg2' => array( [maximum depth reached] ), 'closing_flg3' => array( [maximum depth reached] ), 'closing_flg4' => array( [maximum depth reached] ), 'closing_flg5' => array( [maximum depth reached] ), 'closing_flg6' => array( [maximum depth reached] ), 'open_time' => array( [maximum depth reached] ), 'close_time' => array( [maximum depth reached] ), 'possible_day' => array( [maximum depth reached] ), 'contact_name' => array( [maximum depth reached] ), 'contact_tel' => array( [maximum depth reached] ), 'address' => array( [maximum depth reached] ), 'allow_general_users' => array( [maximum depth reached] ), 'show_info_text' => array( [maximum depth reached] ), 'info_text' => array( [maximum depth reached] ), 'ins_datetime' => array( [maximum depth reached] ), 'ins_user_id' => array( [maximum depth reached] ), 'upd_datetime' => array( [maximum depth reached] ), 'upd_user_id' => array( [maximum depth reached] ), 'del_flg' => array( [maximum depth reached] ) ) [protected] _associationKeys => array( 'belongsTo' => array( [maximum depth reached] ), 'hasOne' => array( [maximum depth reached] ), 'hasMany' => array( [maximum depth reached] ), 'hasAndBelongsToMany' => array( [maximum depth reached] ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } $holiday = object(Holiday) { useDbConfig => 'default' useTable => 'holidays' id => false data => array() schemaName => null table => 'holidays' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null plugin => null name => 'Holiday' alias => 'Holiday' tableToModel => array( 'holidays' => 'Holiday' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array() cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => null [protected] _associationKeys => array( 'belongsTo' => array( [maximum depth reached] ), 'hasOne' => array( [maximum depth reached] ), 'hasMany' => array( [maximum depth reached] ), 'hasAndBelongsToMany' => array( [maximum depth reached] ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } $facilities = array() $year = '2025' $month = '9' $user_info = null $session_name = null $data = array()HolidaySettingMasterController::index() - APP/Controller/HolidaySettingMasterController.php, line 144 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 108
Notice (8): Undefined offset: 0 [APP/Controller/HolidaySettingMasterController.php, line 195]Code Context
if(empty($data)){
$facility_id = $facilities[0]['Facility']['id'];
$facility = object(Facility) { useDbConfig => 'default' useTable => 'facilities' id => false data => array() schemaName => 'reservation_db' table => 'facilities' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null name => 'Facility' alias => 'Facility' tableToModel => array( 'facilities' => 'Facility' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array() cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => array( 'id' => array( [maximum depth reached] ), 'name' => array( [maximum depth reached] ), 'place1' => array( [maximum depth reached] ), 'place2' => array( [maximum depth reached] ), 'place3' => array( [maximum depth reached] ), 'place4' => array( [maximum depth reached] ), 'place5' => array( [maximum depth reached] ), 'place6' => array( [maximum depth reached] ), 'format1' => array( [maximum depth reached] ), 'format2' => array( [maximum depth reached] ), 'format3' => array( [maximum depth reached] ), 'format4' => array( [maximum depth reached] ), 'format5' => array( [maximum depth reached] ), 'format6' => array( [maximum depth reached] ), 'closing_flg1' => array( [maximum depth reached] ), 'closing_flg2' => array( [maximum depth reached] ), 'closing_flg3' => array( [maximum depth reached] ), 'closing_flg4' => array( [maximum depth reached] ), 'closing_flg5' => array( [maximum depth reached] ), 'closing_flg6' => array( [maximum depth reached] ), 'open_time' => array( [maximum depth reached] ), 'close_time' => array( [maximum depth reached] ), 'possible_day' => array( [maximum depth reached] ), 'contact_name' => array( [maximum depth reached] ), 'contact_tel' => array( [maximum depth reached] ), 'address' => array( [maximum depth reached] ), 'allow_general_users' => array( [maximum depth reached] ), 'show_info_text' => array( [maximum depth reached] ), 'info_text' => array( [maximum depth reached] ), 'ins_datetime' => array( [maximum depth reached] ), 'ins_user_id' => array( [maximum depth reached] ), 'upd_datetime' => array( [maximum depth reached] ), 'upd_user_id' => array( [maximum depth reached] ), 'del_flg' => array( [maximum depth reached] ) ) [protected] _associationKeys => array( 'belongsTo' => array( [maximum depth reached] ), 'hasOne' => array( [maximum depth reached] ), 'hasMany' => array( [maximum depth reached] ), 'hasAndBelongsToMany' => array( [maximum depth reached] ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } $holiday = object(Holiday) { useDbConfig => 'default' useTable => 'holidays' id => false data => array() schemaName => null table => 'holidays' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null plugin => null name => 'Holiday' alias => 'Holiday' tableToModel => array( 'holidays' => 'Holiday' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array() cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => null [protected] _associationKeys => array( 'belongsTo' => array( [maximum depth reached] ), 'hasOne' => array( [maximum depth reached] ), 'hasMany' => array( [maximum depth reached] ), 'hasAndBelongsToMany' => array( [maximum depth reached] ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } $facilities = array() $year = '2025' $month = '9' $user_info = null $session_name = null $data = array() $facility_id = null $last_day = '30' $calendar = array( (int) 0 => array( 'day' => '' ), (int) 1 => array( 'day' => (int) 1 ), (int) 2 => array( 'day' => (int) 2 ), (int) 3 => array( 'day' => (int) 3 ), (int) 4 => array( 'day' => (int) 4 ), (int) 5 => array( 'day' => (int) 5 ), (int) 6 => array( 'day' => (int) 6 ), (int) 7 => array( 'day' => (int) 7 ), (int) 8 => array( 'day' => (int) 8 ), (int) 9 => array( 'day' => (int) 9 ), (int) 10 => array( 'day' => (int) 10 ), (int) 11 => array( 'day' => (int) 11 ), (int) 12 => array( 'day' => (int) 12 ), (int) 13 => array( 'day' => (int) 13 ), (int) 14 => array( 'day' => (int) 14 ), (int) 15 => array( 'day' => (int) 15 ), (int) 16 => array( 'day' => (int) 16 ), (int) 17 => array( 'day' => (int) 17 ), (int) 18 => array( 'day' => (int) 18 ), (int) 19 => array( 'day' => (int) 19 ), (int) 20 => array( 'day' => (int) 20 ), (int) 21 => array( 'day' => (int) 21 ), (int) 22 => array( 'day' => (int) 22 ), (int) 23 => array( 'day' => (int) 23 ), (int) 24 => array( 'day' => (int) 24 ), (int) 25 => array( 'day' => (int) 25 ), (int) 26 => array( 'day' => (int) 26 ), (int) 27 => array( 'day' => (int) 27 ), (int) 28 => array( 'day' => (int) 28 ), (int) 29 => array( 'day' => (int) 29 ), (int) 30 => array( 'day' => (int) 30 ), (int) 31 => array( 'day' => '' ), (int) 32 => array( 'day' => '' ), (int) 33 => array( 'day' => '' ), (int) 34 => array( 'day' => '' ) ) $j = (int) 35 $i = (int) 31 $week = '2' $s = (int) 2 $e = (int) 5HolidaySettingMasterController::index() - APP/Controller/HolidaySettingMasterController.php, line 195 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 108
Notice (8): Undefined variable: user_info [APP/View/HolidaySettingMaster/index.ctp, line 32]Code Context<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="<?php echo $logout_url;?>" id="nav-user" data-container="body" data-toggle="popover" data-placement="left" data-content="ログアウトします"><i class="fa fa-sign-out"></i> <?php echo $user_info['name'];?></a></li>
$viewFile = '/var/www/html/reserve/app/View/HolidaySettingMaster/index.ctp' $dataForView = array( 'holiday_data' => array(), 'calendar' => array( (int) 0 => array( 'day' => '' ), (int) 1 => array( 'day' => (int) 1 ), (int) 2 => array( 'day' => (int) 2 ), (int) 3 => array( 'day' => (int) 3 ), (int) 4 => array( 'day' => (int) 4 ), (int) 5 => array( 'day' => (int) 5 ), (int) 6 => array( 'day' => (int) 6 ), (int) 7 => array( 'day' => (int) 7 ), (int) 8 => array( 'day' => (int) 8 ), (int) 9 => array( 'day' => (int) 9 ), (int) 10 => array( 'day' => (int) 10 ), (int) 11 => array( 'day' => (int) 11 ), (int) 12 => array( 'day' => (int) 12 ), (int) 13 => array( 'day' => (int) 13 ), (int) 14 => array( 'day' => (int) 14 ), (int) 15 => array( 'day' => (int) 15 ), (int) 16 => array( 'day' => (int) 16 ), (int) 17 => array( 'day' => (int) 17 ), (int) 18 => array( 'day' => (int) 18 ), (int) 19 => array( 'day' => (int) 19 ), (int) 20 => array( 'day' => (int) 20 ), (int) 21 => array( 'day' => (int) 21 ), (int) 22 => array( 'day' => (int) 22 ), (int) 23 => array( 'day' => (int) 23 ), (int) 24 => array( 'day' => (int) 24 ), (int) 25 => array( 'day' => (int) 25 ), (int) 26 => array( 'day' => (int) 26 ), (int) 27 => array( 'day' => (int) 27 ), (int) 28 => array( 'day' => (int) 28 ), (int) 29 => array( 'day' => (int) 29 ), (int) 30 => array( 'day' => (int) 30 ), (int) 31 => array( 'day' => '' ), (int) 32 => array( 'day' => '' ), (int) 33 => array( 'day' => '' ), (int) 34 => array( 'day' => '' ) ), 'last_day' => '30', 'month' => '9', 'year' => '2025', 'facilities' => array(), 'page_title' => '', 'copyright' => 'Copyright (c) 2015', 'app_version' => '1.0.0', 'app_name' => '釜石市体育施設予約サービス' ) $holiday_data = array() $calendar = array( (int) 0 => array( 'day' => '' ), (int) 1 => array( 'day' => (int) 1 ), (int) 2 => array( 'day' => (int) 2 ), (int) 3 => array( 'day' => (int) 3 ), (int) 4 => array( 'day' => (int) 4 ), (int) 5 => array( 'day' => (int) 5 ), (int) 6 => array( 'day' => (int) 6 ), (int) 7 => array( 'day' => (int) 7 ), (int) 8 => array( 'day' => (int) 8 ), (int) 9 => array( 'day' => (int) 9 ), (int) 10 => array( 'day' => (int) 10 ), (int) 11 => array( 'day' => (int) 11 ), (int) 12 => array( 'day' => (int) 12 ), (int) 13 => array( 'day' => (int) 13 ), (int) 14 => array( 'day' => (int) 14 ), (int) 15 => array( 'day' => (int) 15 ), (int) 16 => array( 'day' => (int) 16 ), (int) 17 => array( 'day' => (int) 17 ), (int) 18 => array( 'day' => (int) 18 ), (int) 19 => array( 'day' => (int) 19 ), (int) 20 => array( 'day' => (int) 20 ), (int) 21 => array( 'day' => (int) 21 ), (int) 22 => array( 'day' => (int) 22 ), (int) 23 => array( 'day' => (int) 23 ), (int) 24 => array( 'day' => (int) 24 ), (int) 25 => array( 'day' => (int) 25 ), (int) 26 => array( 'day' => (int) 26 ), (int) 27 => array( 'day' => (int) 27 ), (int) 28 => array( 'day' => (int) 28 ), (int) 29 => array( 'day' => (int) 29 ), (int) 30 => array( 'day' => (int) 30 ), (int) 31 => array( 'day' => '' ), (int) 32 => array( 'day' => '' ), (int) 33 => array( 'day' => '' ), (int) 34 => array( 'day' => '' ) ) $last_day = '30' $month = '9' $year = '2025' $facilities = array() $page_title = '' $copyright = 'Copyright (c) 2015' $app_version = '1.0.0' $app_name = '釜石市体育施設予約サービス' $img_url = 'https://kamaishisports.com/img/' $self_url = 'https://kamaishisports.com/HolidaySettingMaster/' $menu_url = 'https://kamaishisports.com/AdminMenu/' $logout_url = 'https://kamaishisports.com/Logout'include - APP/View/HolidaySettingMaster/index.ctp, line 32 View::_evaluate() - CORE/Cake/View/View.php, line 948 View::_render() - CORE/Cake/View/View.php, line 910 View::render() - CORE/Cake/View/View.php, line 471 Controller::render() - CORE/Cake/Controller/Controller.php, line 954 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 198 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 108
釜石市体育施設予約サービス ©2015 釜石市文化スポーツ部 スポーツ推進課 スポーツ推進係