Notice (8) : Trying to get property 'id' of non-object [APP/Controller/ProductsController.php , line 527 ]Code Context -> where ([ 'id IN' => $results_master ])
-> find ( 'children' , [ 'for' => $catResults02 -> id ])
-> find ( 'threaded' );
$paths = [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
]
$PCategories = object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
(int) 0 => 'tproduct'
],
'behaviors' => [
(int) 0 => 'Tree',
(int) 1 => 'Search'
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'yaeyama',
(int) 3 => 'yaeyamaya',
(int) 4 => 'img',
(int) 5 => 'common',
(int) 6 => 'touch-icon.png'
]
$result_canpanyID = 'yaeyama'
$company_id = (int) 2
$product_pickuplist = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT tProduct.id AS `tProduct__id`, tProduct.product_id AS `tProduct__product_id`, tProduct.product_name AS `tProduct__product_name`, tProduct.created_ts AS `tProduct__created_ts`, tProduct.updated_ts AS `tProduct__updated_ts`, tProduct.company_id AS `tProduct__company_id`, tProduct.category_id AS `tProduct__category_id`, tProduct.item_name AS `tProduct__item_name`, tProduct.item_description AS `tProduct__item_description`, tProduct.jan_code AS `tProduct__jan_code`, tProduct.item_price AS `tProduct__item_price`, tProduct.product_image_url AS `tProduct__product_image_url`, tProduct.internal_capacity AS `tProduct__internal_capacity`, tProduct.best_by_date AS `tProduct__best_by_date`, tProduct.item_weight AS `tProduct__item_weight`, tProduct.c_s_quantity AS `tProduct__c_s_quantity`, tProduct.c_s_weight AS `tProduct__c_s_weight`, tProduct.product_dimensions AS `tProduct__product_dimensions`, tProduct.case_dimensions AS `tProduct__case_dimensions`, tProduct.item_color AS `tProduct__item_color`, tProduct.item_size AS `tProduct__item_size`, tProduct.product_status AS `tProduct__product_status`, tProduct.pickup_flg AS `tProduct__pickup_flg`, tProduct.eye_catching AS `tProduct__eye_catching`, tProduct.sort AS `tProduct__sort` FROM t_product tProduct WHERE (product_status = :c0 AND pickup_flg = :c1 AND company_id = :c2) ORDER BY created_ts desc, sort asc',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'tProduct__id' => 'integer',
'tProduct.id' => 'integer',
'id' => 'integer',
'tProduct__product_id' => 'integer',
'tProduct.product_id' => 'integer',
'product_id' => 'integer',
'tProduct__product_name' => 'string',
'tProduct.product_name' => 'string',
'product_name' => 'string',
'tProduct__created_ts' => 'datetime',
'tProduct.created_ts' => 'datetime',
'created_ts' => 'datetime',
'tProduct__updated_ts' => 'datetime',
'tProduct.updated_ts' => 'datetime',
'updated_ts' => 'datetime',
'tProduct__company_id' => 'string',
'tProduct.company_id' => 'string',
'company_id' => 'string',
'tProduct__category_id' => 'string',
'tProduct.category_id' => 'string',
'category_id' => 'string',
'tProduct__item_name' => 'string',
'tProduct.item_name' => 'string',
'item_name' => 'string',
'tProduct__item_description' => 'string',
'tProduct.item_description' => 'string',
'item_description' => 'string',
'tProduct__jan_code' => 'string',
'tProduct.jan_code' => 'string',
'jan_code' => 'string',
'tProduct__item_price' => 'string',
'tProduct.item_price' => 'string',
'item_price' => 'string',
'tProduct__product_image_url' => 'string',
'tProduct.product_image_url' => 'string',
'product_image_url' => 'string',
'tProduct__internal_capacity' => 'string',
'tProduct.internal_capacity' => 'string',
'internal_capacity' => 'string',
'tProduct__best_by_date' => 'string',
'tProduct.best_by_date' => 'string',
'best_by_date' => 'string',
'tProduct__item_weight' => 'string',
'tProduct.item_weight' => 'string',
'item_weight' => 'string',
'tProduct__c_s_quantity' => 'string',
'tProduct.c_s_quantity' => 'string',
'c_s_quantity' => 'string',
'tProduct__c_s_weight' => 'string',
'tProduct.c_s_weight' => 'string',
'c_s_weight' => 'string',
'tProduct__product_dimensions' => 'string',
'tProduct.product_dimensions' => 'string',
'product_dimensions' => 'string',
'tProduct__case_dimensions' => 'string',
'tProduct.case_dimensions' => 'string',
'case_dimensions' => 'string',
'tProduct__item_color' => 'string',
'tProduct.item_color' => 'string',
'item_color' => 'string',
'tProduct__item_size' => 'string',
'tProduct.item_size' => 'string',
'item_size' => 'string',
'tProduct__product_status' => 'integer',
'tProduct.product_status' => 'integer',
'product_status' => 'integer',
'tProduct__pickup_flg' => 'integer',
'tProduct.pickup_flg' => 'integer',
'pickup_flg' => 'integer',
'tProduct__eye_catching' => 'string',
'tProduct.eye_catching' => 'string',
'eye_catching' => 'string',
'tProduct__sort' => 'integer',
'tProduct.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\TProductTable) {}
}
$company_type = object(App\Model\Entity\MCompany) {
'id' => (int) 2,
'company_name' => '八重山南風堂株式会社',
'slug' => 'yaeyama',
'[new]' => false,
'[accessible]' => [
'company_name' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'mCompany'
}
$parentcat_s_list = [
(int) 0 => object(App\Model\Entity\TProduct) {
'id' => (int) 565,
'product_id' => (int) 41272,
'product_name' => '雪塩ちんすこう大(八重山限定ミンサーパッケージ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '90',
'item_name' => '焼菓子',
'item_description' => '「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118023523',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035026_4540118023523.jpg"}]',
'internal_capacity' => '48個(2×24袋)',
'best_by_date' => '70日',
'item_weight' => '620g',
'c_s_quantity' => '20個',
'c_s_weight' => '12.8kg',
'product_dimensions' => '170×225×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035026_4540118023523.jpg',
'sort' => (int) 144,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 1 => object(App\Model\Entity\TProduct) {
'id' => (int) 566,
'product_id' => (int) 49979,
'product_name' => '雪塩ちんすこう小(八重山限定ミンサーパッケージ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '90',
'item_name' => '焼菓子',
'item_description' => '「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118023530',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035045_4540118023530.jpg"}]',
'internal_capacity' => '24個(2×12袋)',
'best_by_date' => '70日',
'item_weight' => '340g',
'c_s_quantity' => '40個',
'c_s_weight' => '12.8kg',
'product_dimensions' => '110×170×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035045_4540118023530.jpg',
'sort' => (int) 31,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 2 => object(App\Model\Entity\TProduct) {
'id' => (int) 567,
'product_id' => (int) 73912,
'product_name' => '雪塩ちんすこうミニ(八重山限定ミンサーパッケージ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '90',
'item_name' => '焼菓子',
'item_description' => '「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118023547',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035102_4540118023547.jpg"}]',
'internal_capacity' => '12個(2×6袋)',
'best_by_date' => '70日',
'item_weight' => '160g',
'c_s_quantity' => '80個',
'c_s_weight' => '13kg',
'product_dimensions' => '85×110×45',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035102_4540118023547.jpg',
'sort' => (int) 93,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 3 => object(App\Model\Entity\TProduct) {
'id' => (int) 568,
'product_id' => (int) 20986,
'product_name' => '雪塩ちんすこう袋(八重山限定ミンサーパッケージ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '90',
'item_name' => '焼菓子',
'item_description' => '「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118001958',
'item_price' => '486',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210831053135_雪塩ちんすこう袋(ミンサー).jpg"}]',
'internal_capacity' => '16個(2×8袋)',
'best_by_date' => '70日',
'item_weight' => '190g',
'c_s_quantity' => '30個',
'c_s_weight' => '6kg',
'product_dimensions' => '215×140×35',
'case_dimensions' => '390×380×175',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210831053135_雪塩ちんすこう袋(ミンサー).jpg',
'sort' => (int) 62,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 4 => object(App\Model\Entity\TProduct) {
'id' => (int) 569,
'product_id' => (int) 83778,
'product_name' => '雪塩ちんすこう小袋(八重山限定ミンサーパッケージ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '90',
'item_name' => '焼菓子',
'item_description' => '「雪塩」と琉球の伝統菓子「ちんすこう」を独自の製法で組み合わせた自信作です。',
'jan_code' => '4540118018499',
'item_price' => '183',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210831051018_4540118001958.jpg"}]',
'internal_capacity' => '6個(2×3袋)',
'best_by_date' => '70日',
'item_weight' => '70g',
'c_s_quantity' => '60袋',
'c_s_weight' => '4.7kg',
'product_dimensions' => '165×120×30',
'case_dimensions' => '475×350×160',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210831051028_4540118001958.jpg',
'sort' => (int) 122,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 5 => object(App\Model\Entity\TProduct) {
'id' => (int) 570,
'product_id' => (int) 85990,
'product_name' => '八重山ちんすこう詰合せ大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '69',
'item_name' => '焼き菓子',
'item_description' => '沖縄伝統の味わい豊かなちんすこうを美味しく詰め合わせました。(雪塩×6、ミルク風味×6、プレーン×6、チョコチップ×6、抹茶×4)',
'jan_code' => '4540118000357',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035157_4540118000357.jpg"}]',
'internal_capacity' => '56個(2×28袋)',
'best_by_date' => '70日',
'item_weight' => '850g',
'c_s_quantity' => '20個',
'c_s_weight' => '17.3kg',
'product_dimensions' => '320×235×38',
'case_dimensions' => '335×480×415',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035157_4540118000357.jpg',
'sort' => (int) 159,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 6 => object(App\Model\Entity\TProduct) {
'id' => (int) 571,
'product_id' => (int) 26788,
'product_name' => '八重山ちんすこう詰合せ小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '69',
'item_name' => '焼き菓子',
'item_description' => '沖縄伝統の味わい豊かなちんすこうを美味しく詰め合わせました。(雪塩×3、ミルク風味×3、プレーン×4、チョコチップ×2、抹茶×2)',
'jan_code' => '4540118000364',
'item_price' => '702',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035224_4540118000364.jpg"}]',
'internal_capacity' => '28個(2×14袋)',
'best_by_date' => '70日',
'item_weight' => '450g',
'c_s_quantity' => '20個',
'c_s_weight' => '9.5kg',
'product_dimensions' => '235×195×38',
'case_dimensions' => '250×400×415',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035224_4540118000364.jpg',
'sort' => (int) 46,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 7 => object(App\Model\Entity\TProduct) {
'id' => (int) 572,
'product_id' => (int) 90800,
'product_name' => '八重山黒糖塩パイ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '西表島産の黒糖を使用したロングパイです。ほんのり塩味が美味しい商品です。
石垣島本島と西表島限定パッケージの2種類があります。',
'jan_code' => '4989596020882',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035404_4989596020882-1.jpg"},{"url":"\/files\/uploads\/products\/20210630035404_4989596020882-2.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '220g',
'c_s_quantity' => '24個',
'c_s_weight' => '6kg',
'product_dimensions' => '255×135×60',
'case_dimensions' => '570×270×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035404_4989596020882-1.jpg',
'sort' => (int) 102,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 8 => object(App\Model\Entity\TProduct) {
'id' => (int) 573,
'product_id' => (int) 74608,
'product_name' => '石垣島沖夢紫紅芋パイ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '石垣島で育まれた沖夢紫(紅芋)を使用しパイ生地に何層にも折り込んだサクサクのロングパイです。',
'jan_code' => '4989596023296',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035426_4989596023296.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '220g',
'c_s_quantity' => '24個',
'c_s_weight' => '6kg',
'product_dimensions' => '255×135×60',
'case_dimensions' => '570×270×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035426_4989596023296.jpg',
'sort' => (int) 150,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 9 => object(App\Model\Entity\TProduct) {
'id' => (int) 574,
'product_id' => (int) 16689,
'product_name' => '島胡椒パイ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '八重山産の島胡椒を使用し、スパイシーな香りとピリッっとした刺激が癖になるパイです。',
'jan_code' => '4989596016526',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630035455_4989596016526.jpg"}]',
'internal_capacity' => '28枚',
'best_by_date' => '150日',
'item_weight' => '320g',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '255×135×60',
'case_dimensions' => '570×270×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630035455_4989596016526.jpg',
'sort' => (int) 37,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 10 => object(App\Model\Entity\TProduct) {
'id' => (int) 575,
'product_id' => (int) 40785,
'product_name' => '石垣島紅芋クッキー(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を100%使用した美味しいクッキーです。石垣島にゆかりのあるキャラクターや名所をプリントしました。',
'jan_code' => '4989596025344',
'item_price' => '1350',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040059_4989596025344.jpg"}]',
'internal_capacity' => '30枚',
'best_by_date' => '150日',
'item_weight' => '403g',
'c_s_quantity' => '20個',
'c_s_weight' => '8.7kg',
'product_dimensions' => '260×315×35',
'case_dimensions' => '540×330×375',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040059_4989596025344.jpg',
'sort' => (int) 84,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 11 => object(App\Model\Entity\TProduct) {
'id' => (int) 576,
'product_id' => (int) 20266,
'product_name' => '石垣島紅芋クッキー(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を100%使用した美味しいクッキーです。石垣島にゆかりのあるキャラクターや名所をプリントしました。',
'jan_code' => '4989596025351',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040124_4989596025351.jpg"}]',
'internal_capacity' => '18枚',
'best_by_date' => '150日',
'item_weight' => '193g',
'c_s_quantity' => '30個',
'c_s_weight' => '6.9kg',
'product_dimensions' => '165×260×35',
'case_dimensions' => '510×275×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040124_4989596025351.jpg',
'sort' => (int) 140,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 12 => object(App\Model\Entity\TProduct) {
'id' => (int) 577,
'product_id' => (int) 31253,
'product_name' => '石垣島塩キャラメルナッツサブレ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '沖縄の塩を使用した塩キャラメルをサブレにかけてクラッシュナッツをトッピング。程よい塩味がキャラメルの甘さを引き立たせています。',
'jan_code' => '4963210180466',
'item_price' => '1382',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040144_4963210180466.jpg"}]',
'internal_capacity' => '20枚',
'best_by_date' => '150日',
'item_weight' => '260g',
'c_s_quantity' => '21枚',
'c_s_weight' => '6.15kg',
'product_dimensions' => '215×262×35',
'case_dimensions' => '670×280×270',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040144_4963210180466.jpg',
'sort' => (int) 192,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 13 => object(App\Model\Entity\TProduct) {
'id' => (int) 578,
'product_id' => (int) 32430,
'product_name' => '石垣島紅芋クランチ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '7',
'item_name' => '準チョコレート',
'item_description' => '石垣島産の紅芋(沖夢紫)を使用したチョコレート菓子です。サクサク食感がたまらない商品です。',
'jan_code' => '4980655061945',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040208_4980655061945.jpg"}]',
'internal_capacity' => '12枚',
'best_by_date' => '120日',
'item_weight' => '265g',
'c_s_quantity' => '12個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '270×180×35',
'case_dimensions' => '560×290×300',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040208_4980655061945.jpg',
'sort' => (int) 75,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 14 => object(App\Model\Entity\TProduct) {
'id' => (int) 579,
'product_id' => (int) 82578,
'product_name' => '塩焼きショコラ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '7',
'item_name' => '焼き菓子',
'item_description' => 'しっとりなめらかに焼き上げました。ミネラル豊かな滋味と旨味に満ちた塩が全体を引き締めて口どけの良い食感に仕上ました。',
'jan_code' => '4540118004409',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040224_4540118004409.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '40日',
'item_weight' => '260g',
'c_s_quantity' => '25個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '140×190×40',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040224_4540118004409.jpg',
'sort' => (int) 134,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 15 => object(App\Model\Entity\TProduct) {
'id' => (int) 580,
'product_id' => (int) 94828,
'product_name' => '沖夢紫紅芋焼きショコラ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '7',
'item_name' => '焼き菓子',
'item_description' => '石垣島紅芋(沖夢紫)を使用し、しっとりなめらかに焼き上げたショコラです。沖夢紫の風味と美味しい食感がくせになります。',
'jan_code' => '4540118004256',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040243_4540118004256.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '70日',
'item_weight' => '260g',
'c_s_quantity' => '25個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '140×190×40',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040243_4540118004256.jpg',
'sort' => (int) 181,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 16 => object(App\Model\Entity\TProduct) {
'id' => (int) 581,
'product_id' => (int) 61239,
'product_name' => 'パイン焼きショコラ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '7',
'item_name' => '焼き菓子',
'item_description' => '石垣島産のパインを使用し、なめらかな焼きショコラに仕上ました。',
'jan_code' => '4540118004423',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040258_4540118004423.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '40日',
'item_weight' => '260g',
'c_s_quantity' => '25個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '140×190×40',
'case_dimensions' => '460×350×245',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040258_4540118004423.jpg',
'sort' => (int) 69,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 17 => object(App\Model\Entity\TProduct) {
'id' => (int) 582,
'product_id' => (int) 78766,
'product_name' => '石垣島とうがらしえびせんべい(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '8',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の車えびと沖縄県産島唐辛子を練り込み、ピリッとした辛さがたまらない煎餅に仕上ました。',
'jan_code' => '4989582019524',
'item_price' => '1188',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220906105516_4989582019514.jpg"}]',
'internal_capacity' => '27枚',
'best_by_date' => '240日',
'item_weight' => '320g',
'c_s_quantity' => '21個',
'c_s_weight' => '7.5kg',
'product_dimensions' => '313×181×48',
'case_dimensions' => '563×332×365',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220906105516_4989582019514.jpg',
'sort' => (int) 116,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 18 => object(App\Model\Entity\TProduct) {
'id' => (int) 583,
'product_id' => (int) 40523,
'product_name' => '石垣島とうがらしえびせんべい(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '8',
'item_name' => '焼き菓子',
'item_description' => '石垣島産の車えびと沖縄県産島唐辛子を練り込み、ピリッとした辛さがたまらない煎餅に仕上ました。',
'jan_code' => '4989582019514',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220906105335_4989582019524.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '240日',
'item_weight' => '190g',
'c_s_quantity' => '36個',
'c_s_weight' => '7.8kg',
'product_dimensions' => '217×154×48',
'case_dimensions' => '483×461×315',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20220906105335_4989582019524.jpg',
'sort' => (int) 170,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 19 => object(App\Model\Entity\TProduct) {
'id' => (int) 584,
'product_id' => (int) 27086,
'product_name' => '石垣牛せんべい(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '石垣島産黒毛和牛「石垣牛」100%使用。贅沢な美味しさとパリッとした歯ごたえがやみつきになります。',
'jan_code' => '4990624005498',
'item_price' => '1188',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040601_4990624005498.jpg"}]',
'internal_capacity' => '36枚(2×18袋)',
'best_by_date' => '150日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040601_4990624005498.jpg',
'sort' => (int) 59,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 20 => object(App\Model\Entity\TProduct) {
'id' => (int) 585,
'product_id' => (int) 22777,
'product_name' => '石垣牛せんべい(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '石垣島産黒毛和牛「石垣牛」100%使用。贅沢な美味しさとパリッとした歯ごたえがやみつきになります。',
'jan_code' => '4990624005481',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040631_4990624005481.jpg"}]',
'internal_capacity' => '36枚(2×10袋)',
'best_by_date' => '150日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040631_4990624005481.jpg',
'sort' => (int) 109,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 21 => object(App\Model\Entity\TProduct) {
'id' => (int) 586,
'product_id' => (int) 54450,
'product_name' => '石垣牛チップス(80g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '石垣島産黒毛和牛「石垣牛」を使用した、なんとも贅沢なチップスです。',
'jan_code' => '4990624003531',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040659_4990624003531.jpg"}]',
'internal_capacity' => '80g',
'best_by_date' => '150日',
'item_weight' => '110g',
'c_s_quantity' => '15袋',
'c_s_weight' => '2.24kg',
'product_dimensions' => '270×150×60',
'case_dimensions' => '280×500×330',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630040659_4990624003531.jpg',
'sort' => (int) 163,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 22 => object(App\Model\Entity\TProduct) {
'id' => (int) 587,
'product_id' => (int) 82817,
'product_name' => '石垣牛チップス(60g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '石垣島産黒毛和牛「石垣牛」を使用した、なんとも贅沢なチップスです。',
'jan_code' => '4990624900991',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630040718_4990624900991.jpg"}]',
'internal_capacity' => '60g',
'best_by_date' => '150日',
'item_weight' => '65g',
'c_s_quantity' => '50袋',
'c_s_weight' => '4.5kg',
'product_dimensions' => '225×135×40',
'case_dimensions' => '715×245×410',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630040718_4990624900991.jpg',
'sort' => (int) 41,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 23 => object(App\Model\Entity\TProduct) {
'id' => (int) 588,
'product_id' => (int) 26016,
'product_name' => '沖縄黒糖揚',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '9',
'item_name' => '油菓子',
'item_description' => '沖縄本島の黒糖を使い、昔から愛される素朴な味に仕上げました。',
'jan_code' => '4970651600040',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041011_4970651600040.jpg"}]',
'internal_capacity' => '180g',
'best_by_date' => '180日',
'item_weight' => '235g',
'c_s_quantity' => '36個',
'c_s_weight' => '9.4kg',
'product_dimensions' => '150×150×80',
'case_dimensions' => '365×515×390',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041011_4970651600040.jpg',
'sort' => (int) 96,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 24 => object(App\Model\Entity\TProduct) {
'id' => (int) 589,
'product_id' => (int) 31848,
'product_name' => '石垣島マンゴープリン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '11',
'item_name' => '洋生菓子',
'item_description' => 'マンゴーの美味しさをそのままにプリンに仕立てました。冷やすとより一層美味しくいただけます。',
'jan_code' => '4972075136938',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041059_4972075136938.jpg"}]',
'internal_capacity' => '6個',
'best_by_date' => '180日',
'item_weight' => '650g',
'c_s_quantity' => '18個',
'c_s_weight' => '13kg',
'product_dimensions' => '150×220×50',
'case_dimensions' => '480×460×190',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041059_4972075136938.jpg',
'sort' => (int) 154,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 25 => object(App\Model\Entity\TProduct) {
'id' => (int) 590,
'product_id' => (int) 83901,
'product_name' => '竹富島限定 ピーナッツ黒糖',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '竹富島限定のピーナッツ黒糖です。八重山産黒糖使用。',
'jan_code' => '4971952100000',
'item_price' => '378',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906014515_4971952100000.jpg"}]',
'internal_capacity' => '170g',
'best_by_date' => '365日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906014515_4971952100000.jpg',
'sort' => (int) 28,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 26 => object(App\Model\Entity\TProduct) {
'id' => (int) 591,
'product_id' => (int) 36978,
'product_name' => '八重山そば(5食入り)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '74',
'item_name' => '麺類',
'item_description' => '鰹ベースのスープに豚骨・昆布だしを加えたあっさりなのにコクのある味わいが特徴で、細めの麺にスープが良くからみます。',
'jan_code' => '4974942100097',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041142_4974942100097.jpg"}]',
'internal_capacity' => '5食入り',
'best_by_date' => '300日',
'item_weight' => '460g',
'c_s_quantity' => '20個',
'c_s_weight' => '12.6kg',
'product_dimensions' => '240×170×60',
'case_dimensions' => '495×370×330',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041142_4974942100097.jpg',
'sort' => (int) 88,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 27 => object(App\Model\Entity\TProduct) {
'id' => (int) 592,
'product_id' => (int) 78430,
'product_name' => '八重山そば(ソーキ入り)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '74',
'item_name' => '麺類',
'item_description' => '鰹ベースのスープに豚骨・昆布だしを加えたあっさりなのにコクのある味わいが特徴で、細めの麺にスープが良くからみます。レトルトソーキ入り。',
'jan_code' => '4974942350294',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041158_4974942350294.jpg"}]',
'internal_capacity' => '2食入り',
'best_by_date' => '300日',
'item_weight' => '600g',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '160×235×45',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041158_4974942350294.jpg',
'sort' => (int) 142,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 28 => object(App\Model\Entity\TProduct) {
'id' => (int) 593,
'product_id' => (int) 79188,
'product_name' => '',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '83',
'item_name' => '',
'item_description' => '',
'jan_code' => '',
'item_price' => '',
'product_image_url' => '""',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => null,
'sort' => (int) 188,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 29 => object(App\Model\Entity\TProduct) {
'id' => (int) 594,
'product_id' => (int) 21156,
'product_name' => '八重山屋 沖夢紫ダコワーズ大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014408',
'item_price' => '1300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041236_4540118014408.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041236_4540118014408.jpg',
'sort' => (int) 81,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 30 => object(App\Model\Entity\TProduct) {
'id' => (int) 595,
'product_id' => (int) 63513,
'product_name' => '八重山屋 沖夢紫ダコワーズ小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014415',
'item_price' => '760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041309_4540118014415.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041309_4540118014415.jpg',
'sort' => (int) 130,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 31 => object(App\Model\Entity\TProduct) {
'id' => (int) 596,
'product_id' => (int) 85300,
'product_name' => '八重山屋 沖夢紫ガレット大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014361',
'item_price' => '1510',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20221129082822_八重山屋沖夢紫ガレット中身 (5).jpg"},{"url":"\/files\/uploads\/products\/20210630041338_4540118014361.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '40日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041338_4540118014361.jpg',
'sort' => (int) 182,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 32 => object(App\Model\Entity\TProduct) {
'id' => (int) 597,
'product_id' => (int) 92336,
'product_name' => '八重山屋 沖夢紫ガレット小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014378',
'item_price' => '800',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20221129083009_八重山屋沖夢紫ガレット中身 (5).jpg"},{"url":"\/files\/uploads\/products\/20210630041359_4540118014378.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '40日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041359_4540118014378.jpg',
'sort' => (int) 73,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 33 => object(App\Model\Entity\TProduct) {
'id' => (int) 598,
'product_id' => (int) 26749,
'product_name' => '八重山屋 沖夢紫パイ大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014705',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20221129082935_八重山屋沖夢紫パイ中身 (6).JPG"},{"url":"\/files\/uploads\/products\/20210630041426_4540118014705.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '60日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041426_4540118014705.jpg',
'sort' => (int) 125,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 34 => object(App\Model\Entity\TProduct) {
'id' => (int) 599,
'product_id' => (int) 54728,
'product_name' => '八重山屋 沖夢紫パイ小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014712',
'item_price' => '1200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20221129082855_八重山屋沖夢紫パイ中身 (6).JPG"},{"url":"\/files\/uploads\/products\/20210630041445_4540118014712.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '60日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041445_4540118014712.jpg',
'sort' => (int) 175,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 35 => object(App\Model\Entity\TProduct) {
'id' => (int) 600,
'product_id' => (int) 89349,
'product_name' => '八重山屋 沖夢紫蒸しケーキ大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014385',
'item_price' => '1950',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041507_4540118014385.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '20日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041507_4540118014385.jpg',
'sort' => (int) 53,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 36 => object(App\Model\Entity\TProduct) {
'id' => (int) 601,
'product_id' => (int) 46731,
'product_name' => '八重山屋 沖夢紫蒸しケーキ小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014392',
'item_price' => '1050',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041524_4540118014392.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '20日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041524_4540118014392.jpg',
'sort' => (int) 113,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 37 => object(App\Model\Entity\TProduct) {
'id' => (int) 602,
'product_id' => (int) 94412,
'product_name' => '八重山屋 紅芋マーブルケーキ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の紅芋「沖夢紫」を使った風味豊かなこだわりのスイーツ。',
'jan_code' => '4540118014675',
'item_price' => '1410',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041546_4540118014675.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041546_4540118014675.jpg',
'sort' => (int) 156,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 38 => object(App\Model\Entity\TProduct) {
'id' => (int) 603,
'product_id' => (int) 12917,
'product_name' => '八重山屋 黒糖カステラ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014460',
'item_price' => '1300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041606_4540118014460.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041606_4540118014460.jpg',
'sort' => (int) 43,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 39 => object(App\Model\Entity\TProduct) {
'id' => (int) 604,
'product_id' => (int) 60487,
'product_name' => '八重山屋 黒糖ガトーショコラ大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014897',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041624_4540118014897.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041624_4540118014897.jpg',
'sort' => (int) 98,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 40 => object(App\Model\Entity\TProduct) {
'id' => (int) 605,
'product_id' => (int) 86722,
'product_name' => '八重山屋 黒糖ガトーショコラ小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014903',
'item_price' => '1200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041645_4540118014903.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041645_4540118014903.jpg',
'sort' => (int) 146,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 41 => object(App\Model\Entity\TProduct) {
'id' => (int) 606,
'product_id' => (int) 21932,
'product_name' => '八重山屋 黒糖ダコワーズ大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014422',
'item_price' => '1300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041701_4540118014422.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041701_4540118014422.jpg',
'sort' => (int) 33,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 42 => object(App\Model\Entity\TProduct) {
'id' => (int) 607,
'product_id' => (int) 28635,
'product_name' => '八重山屋 黒糖ダコワーズ小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014439',
'item_price' => '760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041725_4540118014439.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041725_4540118014439.jpg',
'sort' => (int) 89,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 43 => object(App\Model\Entity\TProduct) {
'id' => (int) 608,
'product_id' => (int) 91432,
'product_name' => '八重山屋 黒糖パイ巻きカステラ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014446',
'item_price' => '1300',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041742_4540118014446.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041742_4540118014446.jpg',
'sort' => (int) 63,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 44 => object(App\Model\Entity\TProduct) {
'id' => (int) 609,
'product_id' => (int) 41004,
'product_name' => '八重山屋 黒糖ブラウニー黒',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014279',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041807_4540118014279.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041807_4540118014279.jpg',
'sort' => (int) 119,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 45 => object(App\Model\Entity\TProduct) {
'id' => (int) 610,
'product_id' => (int) 53597,
'product_name' => '八重山屋 黒糖ブラウニー白',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014286',
'item_price' => '2160',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041826_4540118014286.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041826_4540118014286.jpg',
'sort' => (int) 160,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 46 => object(App\Model\Entity\TProduct) {
'id' => (int) 611,
'product_id' => (int) 28042,
'product_name' => '八重山屋 黒糖マーブルケーキ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014453',
'item_price' => '1410',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041849_4540118014453.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041849_4540118014453.jpg',
'sort' => (int) 49,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 47 => object(App\Model\Entity\TProduct) {
'id' => (int) 612,
'product_id' => (int) 72122,
'product_name' => '八重山屋 黒糖まんじゅう大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014347',
'item_price' => '1620',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041913_4540118014347.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041913_4540118014347.jpg',
'sort' => (int) 104,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 48 => object(App\Model\Entity\TProduct) {
'id' => (int) 613,
'product_id' => (int) 13617,
'product_name' => '八重山屋 黒糖まんじゅう小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '焼菓子',
'item_description' => '石垣島産の黒糖を使用した、上品な甘さのスイーツです。',
'jan_code' => '4540118014354',
'item_price' => '850',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630041930_4540118014354.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '30日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630041930_4540118014354.jpg',
'sort' => (int) 148,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 49 => object(App\Model\Entity\TProduct) {
'id' => (int) 614,
'product_id' => (int) 24742,
'product_name' => '八重山屋 沖夢紫ロールモンブラン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '86',
'item_name' => '洋生菓子',
'item_description' => '石垣島産の沖夢紫をふんだんに使ったロールモンブランです。各メディアでも取り上げられた逸品です。',
'jan_code' => '4540118014323',
'item_price' => '2000',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210830053743_ロールモンブランと箱2(軽).jpg"},{"url":"\/files\/uploads\/products\/20210630042004_4540118014323.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042004_4540118014323.jpg',
'sort' => (int) 39,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 50 => object(App\Model\Entity\TProduct) {
'id' => (int) 615,
'product_id' => (int) 39442,
'product_name' => 'オリジナルTシャツ マンタウェーブ(八重山オリジナル)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181018',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042047_4540118181018-1.jpg"},{"url":"\/files\/uploads\/products\/20210630042047_4540118181018-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '白/黒',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042047_4540118181018-1.jpg',
'sort' => (int) 82,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 51 => object(App\Model\Entity\TProduct) {
'id' => (int) 616,
'product_id' => (int) 52947,
'product_name' => 'オリジナルTシャツ マンタブロッサム(八重山オリジナル)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181025',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042108_4540118181025-1.jpg"},{"url":"\/files\/uploads\/products\/20210630042108_4540118181025-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '白/黒',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630042108_4540118181025-1.jpg',
'sort' => (int) 137,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 52 => object(App\Model\Entity\TProduct) {
'id' => (int) 617,
'product_id' => (int) 14075,
'product_name' => 'オリジナルTシャツ かんむりわし(八重山オリジナル)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181032',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042131_4540118181032-1.jpg"},{"url":"\/files\/uploads\/products\/20210630042131_4540118181032-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '白/黒',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042131_4540118181032-1.jpg',
'sort' => (int) 185,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 53 => object(App\Model\Entity\TProduct) {
'id' => (int) 618,
'product_id' => (int) 71226,
'product_name' => '魔除獅子Tシャツ(八重山限定)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118635047',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042152_4540118635047-1.jpg"},{"url":"\/files\/uploads\/products\/20210630042152_4540118635047-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '白/黒',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042152_4540118635047-1.jpg',
'sort' => (int) 77,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 54 => object(App\Model\Entity\TProduct) {
'id' => (int) 619,
'product_id' => (int) 81730,
'product_name' => '三味線Tシャツ(八重山限定)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118635054',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042211_4540118635054-1.jpg"},{"url":"\/files\/uploads\/products\/20210630042211_4540118635054-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '白/黒',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630042211_4540118635054-1.jpg',
'sort' => (int) 135,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 55 => object(App\Model\Entity\TProduct) {
'id' => (int) 620,
'product_id' => (int) 16703,
'product_name' => '石垣島龍Tシャツ(八重山限定)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118635306',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042233_4540118635306-1.jpg"},{"url":"\/files\/uploads\/products\/20210630042233_4540118635306-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '白/黒',
'item_size' => '綿100%',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042233_4540118635306-1.jpg',
'sort' => (int) 179,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 56 => object(App\Model\Entity\TProduct) {
'id' => (int) 621,
'product_id' => (int) 46056,
'product_name' => '美らピカ足袋ソックス(八重山限定)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '46',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173815',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042254_4540118173815.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿、ポリエステル、ポリウレタン 23-25cm',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042254_4540118173815.jpg',
'sort' => (int) 70,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 57 => object(App\Model\Entity\TProduct) {
'id' => (int) 622,
'product_id' => (int) 81749,
'product_name' => '美らピカキッズソックス(山猫)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '46',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118183173',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042419_4540118183173.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿、ポリエステル、ポリウレタン 10-15cm',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042419_4540118183173.jpg',
'sort' => (int) 120,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 58 => object(App\Model\Entity\TProduct) {
'id' => (int) 623,
'product_id' => (int) 62690,
'product_name' => '美らピカキッズソックス(水牛)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '46',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179497',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042453_4540118179497.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '綿、ポリエステル、ポリウレタン 10-15cm',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042453_4540118179497.jpg',
'sort' => (int) 168,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 59 => object(App\Model\Entity\TProduct) {
'id' => (int) 624,
'product_id' => (int) 92388,
'product_name' => '石垣限定うちな~きっちんたおる(ミンサー)(山猫水牛)各種',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118172337(ミンサー) 4540118162932(山猫水牛)',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042544_4540118172337.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => 'ピンク/ブルー',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042544_4540118172337.jpg',
'sort' => (int) 64,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 60 => object(App\Model\Entity\TProduct) {
'id' => (int) 625,
'product_id' => (int) 83556,
'product_name' => 'うちな~きっちんたおる(山猫&水牛)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118162932',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042603_4540118162932.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042603_4540118162932.jpg',
'sort' => (int) 110,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 61 => object(App\Model\Entity\TProduct) {
'id' => (int) 626,
'product_id' => (int) 27246,
'product_name' => 'うちな~きっちんたおる(ヤマネコ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118186181',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042620_4540118186181.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042620_4540118186181.jpg',
'sort' => (int) 165,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 62 => object(App\Model\Entity\TProduct) {
'id' => (int) 627,
'product_id' => (int) 46162,
'product_name' => 'フェルトコースター(ヤマネコ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '75',
'item_name' => '',
'item_description' => 'グラスについた水滴をしっかり吸収。八重山のモチーフでカラフル5枚セット',
'jan_code' => '4540118182756',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20220930025455_ヤマネコフェルトコースター2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20220930025455_ヤマネコフェルトコースター1.jpg',
'sort' => (int) 38,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 63 => object(App\Model\Entity\TProduct) {
'id' => (int) 628,
'product_id' => (int) 23952,
'product_name' => 'がーぜたおる(山猫&水牛)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118171989',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042701_4540118171989.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042701_4540118171989.jpg',
'sort' => (int) 94,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 64 => object(App\Model\Entity\TProduct) {
'id' => (int) 629,
'product_id' => (int) 73127,
'product_name' => 'がーぜたおる(ピカリャ~)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173181',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042718_4540118173181.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042718_4540118173181.jpg',
'sort' => (int) 152,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 65 => object(App\Model\Entity\TProduct) {
'id' => (int) 630,
'product_id' => (int) 77987,
'product_name' => '石垣島 ふぇいすたおる(山猫&水牛)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176472',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630083224_4540118176472.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630083224_4540118176472.jpg',
'sort' => (int) 29,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 66 => object(App\Model\Entity\TProduct) {
'id' => (int) 631,
'product_id' => (int) 96187,
'product_name' => '刺繍ふぇるとみにたおる(山猫)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176533',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042738_4540118176533.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042738_4540118176533.jpg',
'sort' => (int) 86,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 67 => object(App\Model\Entity\TProduct) {
'id' => (int) 632,
'product_id' => (int) 61306,
'product_name' => 'プチタオル(シーサー・山猫)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400300',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042755_4540118400300.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042755_4540118400300.jpg',
'sort' => (int) 141,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 68 => object(App\Model\Entity\TProduct) {
'id' => (int) 633,
'product_id' => (int) 64168,
'product_name' => 'プチタオル(シーサー・水牛)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400348',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042809_4540118400348.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630042809_4540118400348.jpg',
'sort' => (int) 189,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 69 => object(App\Model\Entity\TProduct) {
'id' => (int) 634,
'product_id' => (int) 93523,
'product_name' => '美らピカ歯ブラシ(山猫)(水牛)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '36',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177172',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042927_4540118177172.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042927_4540118177172.jpg',
'sort' => (int) 76,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 70 => object(App\Model\Entity\TProduct) {
'id' => (int) 635,
'product_id' => (int) 47431,
'product_name' => '美らピカ歯ブラシ(山猫)(水牛)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '36',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177189',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630042943_4540118177189.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630042943_4540118177189.jpg',
'sort' => (int) 131,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 71 => object(App\Model\Entity\TProduct) {
'id' => (int) 636,
'product_id' => (int) 32220,
'product_name' => 'イリオモテヤマネコ・耳かき',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '36',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160884',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043011_4540118160884.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043011_4540118160884.jpg',
'sort' => (int) 183,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 72 => object(App\Model\Entity\TProduct) {
'id' => (int) 637,
'product_id' => (int) 66114,
'product_name' => 'イリオモテヤマネコ・ボールペン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '87',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160891',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043031_4540118160891.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043031_4540118160891.jpg',
'sort' => (int) 65,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 73 => object(App\Model\Entity\TProduct) {
'id' => (int) 638,
'product_id' => (int) 43129,
'product_name' => 'イリオモテヤマネコ・シャープペン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '87',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160907',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043046_4540118160907.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043046_4540118160907.jpg',
'sort' => (int) 126,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 74 => object(App\Model\Entity\TProduct) {
'id' => (int) 639,
'product_id' => (int) 59726,
'product_name' => 'ピカリャ~シャープペン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '87',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118174089',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043107_4540118174089.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043107_4540118174089.jpg',
'sort' => (int) 172,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 75 => object(App\Model\Entity\TProduct) {
'id' => (int) 640,
'product_id' => (int) 58539,
'product_name' => '水牛車(竹富)ボールペン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '87',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160952',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043121_4540118160952.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043121_4540118160952.jpg',
'sort' => (int) 55,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 76 => object(App\Model\Entity\TProduct) {
'id' => (int) 641,
'product_id' => (int) 92322,
'product_name' => '水牛車(竹富)シャープペン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '87',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160969',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043136_4540118160969.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043136_4540118160969.jpg',
'sort' => (int) 114,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 77 => object(App\Model\Entity\TProduct) {
'id' => (int) 642,
'product_id' => (int) 39502,
'product_name' => 'イリオモテヤマネコ・ビーズチェーンST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160860',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043223_4540118160860.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630043223_4540118160860.jpg',
'sort' => (int) 166,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 78 => object(App\Model\Entity\TProduct) {
'id' => (int) 643,
'product_id' => (int) 18883,
'product_name' => 'イリオモテヤマネコ・銀糸根付ST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160877',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043242_4540118160877.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043242_4540118160877.jpg',
'sort' => (int) 44,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 79 => object(App\Model\Entity\TProduct) {
'id' => (int) 644,
'product_id' => (int) 91837,
'product_name' => 'イリオモテヤマネコ・グラスビーズST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118170098',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043306_4540118170098.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043306_4540118170098.jpg',
'sort' => (int) 101,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 80 => object(App\Model\Entity\TProduct) {
'id' => (int) 645,
'product_id' => (int) 37446,
'product_name' => 'ピカリャ~ビーズチェーンST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118174041',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043335_4540118174041.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043335_4540118174041.jpg',
'sort' => (int) 47,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 81 => object(App\Model\Entity\TProduct) {
'id' => (int) 646,
'product_id' => (int) 60322,
'product_name' => 'ピカリャ~銀糸根付ST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118174058',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043352_4540118174058.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043352_4540118174058.jpg',
'sort' => (int) 34,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 82 => object(App\Model\Entity\TProduct) {
'id' => (int) 647,
'product_id' => (int) 33602,
'product_name' => '山猫シーサーST(サッカー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118156948',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043434_4540118156948-5.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043434_4540118156948-5.jpg',
'sort' => (int) 92,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 83 => object(App\Model\Entity\TProduct) {
'id' => (int) 648,
'product_id' => (int) 93737,
'product_name' => '山猫シーサーST(テニス)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118156948',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043454_4540118156948-4.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043454_4540118156948-4.jpg',
'sort' => (int) 57,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 84 => object(App\Model\Entity\TProduct) {
'id' => (int) 649,
'product_id' => (int) 51137,
'product_name' => '山猫シーサーST(バレー)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118156948',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043511_4540118156948-3.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043511_4540118156948-3.jpg',
'sort' => (int) 115,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 85 => object(App\Model\Entity\TProduct) {
'id' => (int) 650,
'product_id' => (int) 61149,
'product_name' => '山猫シーサーST(バスケ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118156948',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043525_4540118156948-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043525_4540118156948-2.jpg',
'sort' => (int) 161,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 86 => object(App\Model\Entity\TProduct) {
'id' => (int) 651,
'product_id' => (int) 13456,
'product_name' => '山猫シーサーST(野球)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118156948',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043542_4540118156948-1.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043542_4540118156948-1.jpg',
'sort' => (int) 45,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 87 => object(App\Model\Entity\TProduct) {
'id' => (int) 652,
'product_id' => (int) 54677,
'product_name' => '山猫シーサーST(星砂カプセル)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118156993',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043604_4540118156993.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043604_4540118156993.jpg',
'sort' => (int) 105,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 88 => object(App\Model\Entity\TProduct) {
'id' => (int) 653,
'product_id' => (int) 60522,
'product_name' => '水牛車(竹富)・銀糸根付ST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160938',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043631_4540118160938.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043631_4540118160938.jpg',
'sort' => (int) 149,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 89 => object(App\Model\Entity\TProduct) {
'id' => (int) 654,
'product_id' => (int) 20431,
'product_name' => '水牛車(竹富)・ビーズチェーンST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160921',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043652_4540118160921.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043652_4540118160921.jpg',
'sort' => (int) 35,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 90 => object(App\Model\Entity\TProduct) {
'id' => (int) 655,
'product_id' => (int) 29226,
'product_name' => '山猫シーサーST(ウッド)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179626',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043710_4540118179626.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043710_4540118179626.jpg',
'sort' => (int) 83,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 91 => object(App\Model\Entity\TProduct) {
'id' => (int) 656,
'product_id' => (int) 14760,
'product_name' => '石垣島星砂カプセルST(ウッド)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180370',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043728_4540118180370.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043728_4540118180370.jpg',
'sort' => (int) 143,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 92 => object(App\Model\Entity\TProduct) {
'id' => (int) 657,
'product_id' => (int) 27817,
'product_name' => '根付ひょうたん',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4914104830011',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043743_4914104830011.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043743_4914104830011.jpg',
'sort' => (int) 186,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 93 => object(App\Model\Entity\TProduct) {
'id' => (int) 658,
'product_id' => (int) 89716,
'product_name' => 'キーホルダー(星・ハート)(石垣)星',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '88',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118901104',
'item_price' => '297',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043820_4540118901104-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043820_4540118901104-2.jpg',
'sort' => (int) 80,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 94 => object(App\Model\Entity\TProduct) {
'id' => (int) 659,
'product_id' => (int) 29760,
'product_name' => 'キーホルダー(星・ハート)(石垣)ハート',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '88',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118901104',
'item_price' => '297',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043837_4540118901104-1.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043837_4540118901104-1.jpg',
'sort' => (int) 132,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 95 => object(App\Model\Entity\TProduct) {
'id' => (int) 660,
'product_id' => (int) 19436,
'product_name' => 'うちな~マグネット(由布島)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '79',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118178704',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043902_4540118178704.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043902_4540118178704.jpg',
'sort' => (int) 178,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 96 => object(App\Model\Entity\TProduct) {
'id' => (int) 661,
'product_id' => (int) 62907,
'product_name' => 'うちな~マグネット(川平湾)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '79',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118184514',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043918_4540118184514.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043918_4540118184514.jpg',
'sort' => (int) 71,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 97 => object(App\Model\Entity\TProduct) {
'id' => (int) 662,
'product_id' => (int) 30460,
'product_name' => '山猫シーサー星砂ボトル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '89',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118157303',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630043950_4540118157303.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630043950_4540118157303.jpg',
'sort' => (int) 127,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 98 => object(App\Model\Entity\TProduct) {
'id' => (int) 663,
'product_id' => (int) 54294,
'product_name' => 'ミニ山猫シーサー縦',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '89',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118158614',
'item_price' => '330',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044004_4540118158614.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044004_4540118158614.jpg',
'sort' => (int) 169,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 99 => object(App\Model\Entity\TProduct) {
'id' => (int) 664,
'product_id' => (int) 42684,
'product_name' => '帆布ランチバック(ヤマネコ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '80',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182466',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044030_4540118182466.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044030_4540118182466.jpg',
'sort' => (int) 60,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 100 => object(App\Model\Entity\TProduct) {
'id' => (int) 665,
'product_id' => (int) 61770,
'product_name' => '石垣島龍麻のれん(八重山限定)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '81',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180332',
'item_price' => '3850',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630044103_4540118180332-1.jpg"},{"url":"\/files\/uploads\/products\/20210630044103_4540118180332-2.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630044103_4540118180332-1.jpg',
'sort' => (int) 106,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 101 => object(App\Model\Entity\TProduct) {
'id' => (int) 684,
'product_id' => (int) 47764,
'product_name' => '紅芋タルト小(石垣島産紅芋 沖夢紫使用)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '石垣島の名産紅芋『沖夢紫』を使用した、優しい甘さと紅芋の豊かな風味が特徴のタルトです。',
'jan_code' => '4540118002948',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906112913_紅芋タルト小.png"}]',
'internal_capacity' => '6個入り',
'best_by_date' => '40日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '155×255×43',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906112913_紅芋タルト小.png',
'sort' => (int) 22,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 102 => object(App\Model\Entity\TProduct) {
'id' => (int) 685,
'product_id' => (int) 75533,
'product_name' => '紅芋タルト大(石垣島産紅芋 沖夢紫使用)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '石垣島の名産紅芋『沖夢紫』を使用した、優しい甘さと紅芋の豊かな風味が特徴のタルトです。',
'jan_code' => '4540118002931',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906113153_4540118002931.jpg"}]',
'internal_capacity' => '12個入り',
'best_by_date' => '40日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '205×245×38',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906113153_4540118002931.jpg',
'sort' => (int) 18,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 103 => object(App\Model\Entity\TProduct) {
'id' => (int) 686,
'product_id' => (int) 38817,
'product_name' => '紅芋パイ小(石垣島産紅芋 沖夢紫使用)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '石垣島名産紅芋『沖夢紫』を使用した紅芋パイです。しっとりしたパイと紅芋餡がなんとも美味しい一品です。',
'jan_code' => '4540118006045',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906114102_紅芋パイ小.png"}]',
'internal_capacity' => '6個入り',
'best_by_date' => '60日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '95×235×45',
'case_dimensions' => '255×410×480',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906114102_紅芋パイ小.png',
'sort' => (int) 16,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 104 => object(App\Model\Entity\TProduct) {
'id' => (int) 688,
'product_id' => (int) 33615,
'product_name' => '紅芋パイ大(石垣島産紅芋 沖夢紫使用)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '石垣島名産紅芋『沖夢紫』を使用した紅芋パイです。しっとりしたパイと紅芋餡がなんとも美味しい一品です。',
'jan_code' => '4540118006038',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906120648_紅芋パイ大.png"}]',
'internal_capacity' => '12個入り',
'best_by_date' => '60日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '190×235×45',
'case_dimensions' => '255×410×480',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906114436_紅芋パイ大.png',
'sort' => (int) 14,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 105 => object(App\Model\Entity\TProduct) {
'id' => (int) 689,
'product_id' => (int) 30348,
'product_name' => '石垣島塩キャラメルナッツサブレ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '沖縄の塩を使用した塩キャラメルをサブレにかけてクラッシュナッツをトッピング。程よい塩味がキャラメルの甘さを引き立たせています。',
'jan_code' => '4632101810459',
'item_price' => '842',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906120126_石垣島塩キャラメルナッツサブレ小.png"}]',
'internal_capacity' => '12枚入り',
'best_by_date' => '150日',
'item_weight' => '165g',
'c_s_quantity' => '30箱入り',
'c_s_weight' => '5.75㎏',
'product_dimensions' => '215×170×40',
'case_dimensions' => '530×230×420',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906120126_石垣島塩キャラメルナッツサブレ小.png',
'sort' => (int) 13,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 106 => object(App\Model\Entity\TProduct) {
'id' => (int) 690,
'product_id' => (int) 47020,
'product_name' => '沖夢紫 紅芋ラングドシャ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '石垣島名産紅芋『沖夢紫』を使用した、風味豊かな美味しいラングドシャです。',
'jan_code' => '498065533578',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906122319_沖夢紫紅芋ラングドシャ.png"}]',
'internal_capacity' => '10枚入り',
'best_by_date' => '120日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906122319_沖夢紫紅芋ラングドシャ.png',
'sort' => (int) 12,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 107 => object(App\Model\Entity\TProduct) {
'id' => (int) 691,
'product_id' => (int) 99237,
'product_name' => '石垣島 塩ラングドシャ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '6',
'item_name' => '焼き菓子',
'item_description' => '石垣島の塩を使用したほんのり塩味の効いた美味しいラングドシャです。',
'jan_code' => '4980655333585',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906122728_石垣島塩ラングドシャ.png"}]',
'internal_capacity' => '10枚入り',
'best_by_date' => '120日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906122728_石垣島塩ラングドシャ.png',
'sort' => (int) 11,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 108 => object(App\Model\Entity\TProduct) {
'id' => (int) 692,
'product_id' => (int) 85263,
'product_name' => '小浜島産 昔ながらのピーナッツ黒糖 ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '小浜島産の黒糖をピーナッツに絡めて美味しく仕上げました。茶菓子やおやつとして大活躍です。',
'jan_code' => '4971952600029',
'item_price' => '378',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906021901_小浜島産-昔ながらのピーナッツ黒糖.png"}]',
'internal_capacity' => '160g',
'best_by_date' => '365日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '220×140×45',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906021901_小浜島産-昔ながらのピーナッツ黒糖.png',
'sort' => (int) 10,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 109 => object(App\Model\Entity\TProduct) {
'id' => (int) 693,
'product_id' => (int) 16935,
'product_name' => '小浜島産黒糖(袋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '小浜島産のサトウキビから出来た純黒糖です。',
'jan_code' => '4971952600005',
'item_price' => '324',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906022307_小浜島産黒糖(袋).png"}]',
'internal_capacity' => '220g',
'best_by_date' => '365日',
'item_weight' => '230g',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '220×140×30',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906022307_小浜島産黒糖(袋).png',
'sort' => (int) 19,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 110 => object(App\Model\Entity\TProduct) {
'id' => (int) 694,
'product_id' => (int) 82741,
'product_name' => '石垣島 やわらかマンゴーケーキ小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '甘酸っぱい特製マンゴークリームをもっちりやわらかな生地で包みました。
マンゴーの芳香な風味が口いっぱいに広がります。',
'jan_code' => '4540118006069',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906024425_4540118006069.jpg"}]',
'internal_capacity' => '6個入り',
'best_by_date' => '40日',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '220×170×30',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906024425_4540118006069.jpg',
'sort' => (int) 13,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 111 => object(App\Model\Entity\TProduct) {
'id' => (int) 695,
'product_id' => (int) 58710,
'product_name' => '石垣島 やわらかマンゴーケーキ大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '70',
'item_name' => '焼き菓子',
'item_description' => '甘酸っぱい特製マンゴークリームをもっちりやわらかな生地で包みました。
マンゴーの芳香な風味が口いっぱいに広がります。',
'jan_code' => '4540118006052',
'item_price' => '1404',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906024630_4540118006052.jpg"}]',
'internal_capacity' => '12個入り',
'best_by_date' => '40日',
'item_weight' => '',
'c_s_quantity' => '20箱',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906024630_4540118006052.jpg',
'sort' => (int) 11,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 112 => object(App\Model\Entity\TProduct) {
'id' => (int) 714,
'product_id' => (int) 73318,
'product_name' => '八重山屋 沖夢紫スイートポテト(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '85',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118014293',
'item_price' => '1730',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20221129085436_八重山屋スイートポテト中身 (6).jpg"},{"url":"\/files\/uploads\/products\/20221129083526_沖夢紫スイートポテト大切抜き.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20221129083526_沖夢紫スイートポテト大切抜き.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
},
(int) 113 => object(App\Model\Entity\TProduct) {
'id' => (int) 724,
'product_id' => (int) 82270,
'product_name' => 'ナンデモ充電くん(西表山猫)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '2',
'category_id' => '76',
'item_name' => '充電機器',
'item_description' => 'アイフォンを含む多様な機器の充電ができる優れもの♪沖縄限定で登場!',
'jan_code' => '4540118202676',
'item_price' => '1760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230525085301_IMG_0124.jpg"}]',
'internal_capacity' => '',
'best_by_date' => '',
'item_weight' => '',
'c_s_quantity' => '',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20230525085301_IMG_0124.jpg',
'sort' => null,
'PCategories' => [
[maximum depth reached]
],
'MCompany' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'tProduct'
}
]
$value = null
$key = (int) 3
$p_s_val = [
(int) 0 => '90',
(int) 1 => '90',
(int) 2 => '90',
(int) 3 => '90',
(int) 4 => '90',
(int) 5 => '69',
(int) 6 => '69',
(int) 7 => '70',
(int) 8 => '70',
(int) 9 => '70',
(int) 10 => '6',
(int) 11 => '6',
(int) 12 => '6',
(int) 13 => '7',
(int) 14 => '7',
(int) 15 => '7',
(int) 16 => '7',
(int) 17 => '8',
(int) 18 => '8',
(int) 19 => '8',
(int) 20 => '8',
(int) 21 => '8',
(int) 22 => '8',
(int) 23 => '9',
(int) 24 => '11',
(int) 25 => '10',
(int) 26 => '74',
(int) 27 => '74',
(int) 28 => '83',
(int) 29 => '85',
(int) 30 => '85',
(int) 31 => '85',
(int) 32 => '85',
(int) 33 => '85',
(int) 34 => '85',
(int) 35 => '85',
(int) 36 => '85',
(int) 37 => '85',
(int) 38 => '85',
(int) 39 => '85',
(int) 40 => '85',
(int) 41 => '85',
(int) 42 => '85',
(int) 43 => '85',
(int) 44 => '85',
(int) 45 => '85',
(int) 46 => '85',
(int) 47 => '85',
(int) 48 => '85',
(int) 49 => '86',
(int) 50 => '82',
(int) 51 => '82',
(int) 52 => '82',
(int) 53 => '82',
(int) 54 => '82',
(int) 55 => '82',
(int) 56 => '46',
(int) 57 => '46',
(int) 58 => '46',
(int) 59 => '29',
(int) 60 => '29',
(int) 61 => '29',
(int) 62 => '75',
(int) 63 => '35',
(int) 64 => '35',
(int) 65 => '35',
(int) 66 => '35',
(int) 67 => '35',
(int) 68 => '35',
(int) 69 => '36',
(int) 70 => '36',
(int) 71 => '36',
(int) 72 => '87',
(int) 73 => '87',
(int) 74 => '87',
(int) 75 => '87',
(int) 76 => '87',
(int) 77 => '78',
(int) 78 => '78',
(int) 79 => '78',
(int) 80 => '78',
(int) 81 => '78',
(int) 82 => '78',
(int) 83 => '78',
(int) 84 => '78',
(int) 85 => '78',
(int) 86 => '78',
(int) 87 => '78',
(int) 88 => '78',
(int) 89 => '78',
(int) 90 => '78',
(int) 91 => '78',
(int) 92 => '78',
(int) 93 => '88',
(int) 94 => '88',
(int) 95 => '79',
(int) 96 => '79',
(int) 97 => '89',
(int) 98 => '89',
(int) 99 => '80',
(int) 100 => '81',
(int) 101 => '70',
(int) 102 => '70',
(int) 103 => '70',
(int) 104 => '70',
(int) 105 => '6',
(int) 106 => '6',
(int) 107 => '6',
(int) 108 => '10',
(int) 109 => '10',
(int) 110 => '70',
(int) 111 => '70',
(int) 112 => '85',
(int) 113 => '76'
]
$res_s_list = [
(int) 10 => '6',
(int) 13 => '7',
(int) 17 => '8',
(int) 23 => '9',
(int) 25 => '10',
(int) 24 => '11',
(int) 59 => '29',
(int) 63 => '35',
(int) 69 => '36',
(int) 56 => '46',
(int) 5 => '69',
(int) 7 => '70',
(int) 26 => '74',
(int) 62 => '75',
(int) 113 => '76',
(int) 77 => '78',
(int) 95 => '79',
(int) 99 => '80',
(int) 100 => '81',
(int) 50 => '82',
(int) 28 => '83',
(int) 29 => '85',
(int) 49 => '86',
(int) 72 => '87',
(int) 93 => '88',
(int) 97 => '89',
(int) 0 => '90'
]
$results_s = [
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 6 => '29',
(int) 7 => '35',
(int) 8 => '36',
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
]
$parentcat_l_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 6,
'parent_id' => (int) 3,
'lft' => (int) 7,
'rght' => (int) 8,
'name' => 'クッキー/サブレ',
'content' => '食品-菓子-クッキー/サブレ',
'slug' => 'cookies',
'href' => '/food/confectionery/cookies',
'sort' => (int) 5,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 7,
'parent_id' => (int) 3,
'lft' => (int) 9,
'rght' => (int) 10,
'name' => 'チョコレート菓子',
'content' => '食品-菓子-チョコレート菓子',
'slug' => 'chocolate',
'href' => '/food/confectionery/chocolate',
'sort' => (int) 6,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 8,
'parent_id' => (int) 3,
'lft' => (int) 11,
'rght' => (int) 12,
'name' => 'せんべい/チップス',
'content' => '食品-菓子-せんべい/チップス',
'slug' => 'chips',
'href' => '/food/confectionery/chips',
'sort' => (int) 7,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 9,
'parent_id' => (int) 3,
'lft' => (int) 13,
'rght' => (int) 14,
'name' => '伝統菓子/和菓子',
'content' => '食品-菓子-伝統菓子/和菓子',
'slug' => 'Japanese_sweets',
'href' => '/food/confectionery/Japanese_sweets',
'sort' => (int) 8,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 4 => object(Cake\ORM\Entity) {
'id' => (int) 10,
'parent_id' => (int) 3,
'lft' => (int) 15,
'rght' => (int) 16,
'name' => '黒糖',
'content' => '食品-菓子-黒糖',
'slug' => 'brown_sugar',
'href' => '/food/confectionery/brown_sugar',
'sort' => (int) 9,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 5 => object(Cake\ORM\Entity) {
'id' => (int) 11,
'parent_id' => (int) 3,
'lft' => (int) 17,
'rght' => (int) 18,
'name' => 'その他',
'content' => '食品-菓子-その他',
'slug' => 'kashi_other',
'href' => '/food/confectionery/kashi_other',
'sort' => (int) 10,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 6 => object(Cake\ORM\Entity) {
'id' => (int) 70,
'parent_id' => (int) 3,
'lft' => (int) 19,
'rght' => (int) 20,
'name' => 'パイ/ケーキ/タルト',
'content' => '食品-菓子-パイ/ケーキ/タルト',
'slug' => 'tart',
'href' => '/food/confectionery/tart',
'sort' => (int) 11,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 7 => object(Cake\ORM\Entity) {
'id' => (int) 29,
'parent_id' => (int) 28,
'lft' => (int) 65,
'rght' => (int) 66,
'name' => 'ふきん',
'content' => 'スーベニアグッズ-キッチングッズ-ふきん',
'slug' => 'kitchen_cloth',
'href' => '/souvenir_goods/kitchen_goods/kitchen_cloth',
'sort' => (int) 33,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 8 => object(Cake\ORM\Entity) {
'id' => (int) 75,
'parent_id' => (int) 28,
'lft' => (int) 71,
'rght' => (int) 72,
'name' => 'コースター',
'content' => 'スーベニアグッズ-キッチングッズ-コースター',
'slug' => 'coaster',
'href' => '/souvenir_goods/kitchen_goods/coaster',
'sort' => (int) 36,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 9 => object(Cake\ORM\Entity) {
'id' => (int) 35,
'parent_id' => (int) 32,
'lft' => (int) 79,
'rght' => (int) 80,
'name' => 'タオル',
'content' => 'スーベニアグッズ-日用雑貨-タオル',
'slug' => 'daily_towel',
'href' => '/souvenir_goods/daily_miscellaneous_goods/daily_towel',
'sort' => (int) 40,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 10 => object(Cake\ORM\Entity) {
'id' => (int) 36,
'parent_id' => (int) 32,
'lft' => (int) 81,
'rght' => (int) 82,
'name' => '家庭用品',
'content' => 'スーベニアグッズ-日用雑貨-家庭用品',
'slug' => 'household_goods',
'href' => '/souvenir_goods/daily_miscellaneous_goods/household_goods',
'sort' => (int) 41,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 11 => object(Cake\ORM\Entity) {
'id' => (int) 46,
'parent_id' => (int) 43,
'lft' => (int) 119,
'rght' => (int) 126,
'name' => 'ソックス',
'content' => 'アパレル-服飾雑貨-ソックス',
'slug' => 'clothing_socks',
'href' => '/apparel/clothing_accessories/clothing_socks',
'sort' => (int) 60,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 12 => object(Cake\ORM\Entity) {
'id' => (int) 69,
'parent_id' => (int) 1,
'lft' => (int) 36,
'rght' => (int) 37,
'name' => 'ちんすこう',
'content' => '食品-ちんすこう',
'slug' => 'chinsuko',
'href' => '/food/chinsuko',
'sort' => (int) 19,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 13 => object(Cake\ORM\Entity) {
'id' => (int) 90,
'parent_id' => (int) 1,
'lft' => (int) 44,
'rght' => (int) 45,
'name' => '雪塩ちんすこう',
'content' => '食品-雪塩ちんすこう',
'slug' => 'yukishio_chinsko',
'href' => '/food/yukishio_chinsko',
'sort' => (int) 1,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 14 => object(Cake\ORM\Entity) {
'id' => (int) 74,
'parent_id' => (int) 73,
'lft' => (int) 39,
'rght' => (int) 40,
'name' => '沖縄そば',
'content' => '食品-沖縄食材-沖縄そば',
'slug' => 'okinawa_soba',
'href' => '/food/okinawa_ingredients/okinawa_soba',
'sort' => (int) 21,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 15 => object(Cake\ORM\Entity) {
'id' => (int) 83,
'parent_id' => (int) 73,
'lft' => (int) 41,
'rght' => (int) 42,
'name' => '漬物',
'content' => '食品-沖縄食材-漬物',
'slug' => 'pickles',
'href' => '/food/okinawa_ingredients/pickles',
'sort' => (int) 22,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 16 => object(Cake\ORM\Entity) {
'id' => (int) 76,
'parent_id' => (int) 19,
'lft' => (int) 94,
'rght' => (int) 105,
'name' => 'その他雑貨',
'content' => 'スーベニアグッズ-その他雑貨',
'slug' => 'other_miscellaneous_goods',
'href' => '/souvenir_goods/other_miscellaneous_goods',
'sort' => (int) 47,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 17 => object(Cake\ORM\Entity) {
'id' => (int) 80,
'parent_id' => (int) 19,
'lft' => (int) 106,
'rght' => (int) 107,
'name' => 'バッグ',
'content' => 'スーベニアグッズ-バッグ',
'slug' => 'sou_bag',
'href' => '/souvenir_goods/sou_bag',
'sort' => (int) 53,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 18 => object(Cake\ORM\Entity) {
'id' => (int) 81,
'parent_id' => (int) 19,
'lft' => (int) 108,
'rght' => (int) 109,
'name' => 'のれん',
'content' => 'スーベニアグッズ-のれん',
'slug' => 'sou_goodwill',
'href' => '/souvenir_goods/sou_goodwill',
'sort' => (int) 54,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 19 => object(Cake\ORM\Entity) {
'id' => (int) 89,
'parent_id' => (int) 19,
'lft' => (int) 110,
'rght' => (int) 111,
'name' => '置物',
'content' => 'スーベニアグッズ-置物',
'slug' => 'ornament',
'href' => '/souvenir_goods/ornament',
'sort' => (int) 55,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 20 => object(Cake\ORM\Entity) {
'id' => (int) 82,
'parent_id' => (int) 42,
'lft' => (int) 166,
'rght' => (int) 167,
'name' => '沖縄Tシャツ',
'content' => 'アパレル-沖縄Tシャツ',
'slug' => 'okinawa_t_shirt',
'href' => '/apparel/okinawa_t_shirt',
'sort' => (int) 83,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 21 => object(Cake\ORM\Entity) {
'id' => (int) 85,
'parent_id' => (int) 84,
'lft' => (int) 170,
'rght' => (int) 171,
'name' => '常温スイーツ',
'content' => '八重山屋-常温スイーツ',
'slug' => 'room_temp_sweets',
'href' => '/yaeyamaya/room_temp_sweets',
'sort' => (int) 85,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 22 => object(Cake\ORM\Entity) {
'id' => (int) 86,
'parent_id' => (int) 84,
'lft' => (int) 172,
'rght' => (int) 173,
'name' => '冷蔵・冷凍スイーツ',
'content' => '八重山屋-冷蔵・冷凍スイーツ',
'slug' => 'frozen_sweets',
'href' => '/yaeyamaya/frozen_sweets',
'sort' => (int) 86,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$p_l_val = [
(int) 0 => (int) 3,
(int) 1 => (int) 3,
(int) 2 => (int) 3,
(int) 3 => (int) 3,
(int) 4 => (int) 3,
(int) 5 => (int) 3,
(int) 6 => (int) 3,
(int) 7 => (int) 28,
(int) 8 => (int) 28,
(int) 9 => (int) 32,
(int) 10 => (int) 32,
(int) 11 => (int) 43,
(int) 12 => (int) 1,
(int) 13 => (int) 1,
(int) 14 => (int) 73,
(int) 15 => (int) 73,
(int) 16 => (int) 19,
(int) 17 => (int) 19,
(int) 18 => (int) 19,
(int) 19 => (int) 19,
(int) 20 => (int) 42,
(int) 21 => (int) 84,
(int) 22 => (int) 84
]
$res_l_list = [
(int) 12 => (int) 1,
(int) 0 => (int) 3,
(int) 16 => (int) 19,
(int) 7 => (int) 28,
(int) 9 => (int) 32,
(int) 20 => (int) 42,
(int) 11 => (int) 43,
(int) 14 => (int) 73,
(int) 21 => (int) 84
]
$results_l = [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 19,
(int) 3 => (int) 28,
(int) 4 => (int) 32,
(int) 5 => (int) 42,
(int) 6 => (int) 43,
(int) 7 => (int) 73,
(int) 8 => (int) 84
]
$parentcat_main_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
'children' => [[maximum depth reached]],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$p_main_val = [
(int) 0 => null,
(int) 1 => null,
(int) 2 => null,
(int) 3 => null
]
$res_main_list = [
(int) 0 => null
]
$results_main = [
(int) 0 => null
]
$results_master = [
(int) 27 => (int) 1,
(int) 28 => (int) 3,
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 29 => (int) 19,
(int) 30 => (int) 28,
(int) 6 => '29',
(int) 31 => (int) 32,
(int) 7 => '35',
(int) 8 => '36',
(int) 32 => (int) 42,
(int) 33 => (int) 43,
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 34 => (int) 73,
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 35 => (int) 84,
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
]
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$result_canpany01 = 'yaeyamaya'
$result_canpany02 = 'img'
$result_canpany03 = 'common'
$result_canpany04 = 'touch-icon.png'
$result_canpany05 = ''
$urlAry = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'yaeyama',
(int) 3 => 'yaeyamaya',
(int) 4 => 'img',
(int) 5 => 'common',
(int) 6 => 'touch-icon.png'
]
$category_slug_01 = 'yaeyamaya'
$category_slug_02 = 'img'
$category_slug_03 = 'common'
$category_slug_04 = 'touch-icon.png'
$category_slug_05 = ''
$companyName = 'yaeyama'
$path_arr = [
(int) 0 => 'touch-icon.png',
(int) 1 => 'common',
(int) 2 => 'img',
(int) 3 => 'yaeyamaya',
(int) 4 => 'yaeyama',
(int) 5 => 'products',
(int) 6 => ''
]
$sdir = 'touch-icon.png'
$mdir = 'common'
$ldir = 'img'
$bdir = 'yaeyamaya'
$aryCount = (int) 7
$uri = 'touch-icon.png'
$catResult = null
$urlArry = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'yaeyama',
(int) 3 => 'yaeyamaya',
(int) 4 => 'img',
(int) 5 => 'common',
(int) 6 => 'touch-icon.png'
]
$ParentSlug01 = 'yaeyamaya'
$catResults01 = object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'pCategories'
}
$childcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$childcat_list_l = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE (id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35) AND pCategories.rght < :c36 AND pCategories.lft > :c37) ORDER BY pCategories.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
],
':c36' => [
[maximum depth reached]
],
':c37' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => (int) 84
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
}
$ParentSlug02 = 'img'
$catResults02 = null App\Controller\ProductsController::archiveCategory() - APP/Controller/ProductsController.php, line 527
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 40 Warning (512) : Unable to emit headers. Headers sent in file=/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=855 [CORE/src/Http/ResponseEmitter.php , line 53 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: The 'for' key is required for find('children') </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
The 'for' key is required for find('children') <span class="header-type">InvalidArgumentException</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">[internal function]</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">) && </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">has</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">][</span><span style="color: #0000BB">0</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">, </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">([</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">], </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">], </span><span style="color: #0000BB">$args</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="281"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cannot call finder "%s" it does not belong to any attached behavior.'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="2558"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">->{</span><span style="color: #0000BB">$finder</span><span style="color: #007700">}(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2559"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2562"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, [</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">]);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2563"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2564"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2565"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2566"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Unknown finder method "%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1245"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1246"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var \Cake\ORM\Table $table */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1247"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $table </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getRepository</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1248"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1249"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$table</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$finder</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1250"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1251"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Marks a query </span><span style="color: #007700">as </span><span style="color: #0000BB">dirty</span><span style="color: #007700">, </span><span style="color: #0000BB">removing any preprocessed information</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="523"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $catResults02 </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'all'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'conditions' </span><span style="color: #007700">=> [</span><span style="color: #DD0000">'slug' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$ParentSlug02</span><span style="color: #007700">]])-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="524"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//中カテゴリ</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="525"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_m </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="526"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">where</span><span style="color: #007700">([</span><span style="color: #DD0000">'id IN' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$results_master</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="527"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'children'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'for' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$catResults02</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">])</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="528"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="529"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'childcat_list_m'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_m</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="530"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'catBID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults02</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="531"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>'children'
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var callable $callable */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $callable </span><span style="color: #007700">= [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">)];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="606"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$callable</span><span style="color: #007700">(...</span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">)));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="607"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="608"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response </span><span style="color: #007700">= </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="609"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="610"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>'yaeyama'
'yaeyamaya/img/common/touch-icon.png'</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$response </span><span style="color: #007700">!== </span><span style="color: #0000BB">null </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">LogicException</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller actions can only return Cake\Http\Response or null.'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $controller </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">factory</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'return'</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catAID' => (int) 84,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'yaeyama',
'category_slug_05' => '',
'category_slug_04' => 'touch-icon.png',
'category_slug_03' => 'common',
'category_slug_02' => 'img',
'category_slug_01' => 'yaeyamaya',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 27 => (int) 1,
(int) 28 => (int) 3,
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 29 => (int) 19,
(int) 30 => (int) 28,
(int) 6 => '29',
(int) 31 => (int) 32,
(int) 7 => '35',
(int) 8 => '36',
(int) 32 => (int) 42,
(int) 33 => (int) 43,
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 34 => (int) 73,
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 35 => (int) 84,
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'results_main' => [
(int) 0 => null
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 19,
(int) 3 => (int) 28,
(int) 4 => (int) 32,
(int) 5 => (int) 42,
(int) 6 => (int) 43,
(int) 7 => (int) 73,
(int) 8 => (int) 84
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 6 => '29',
(int) 7 => '35',
(int) 8 => '36',
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return \</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="254"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="255"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="256"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDispatcher</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="257"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="258"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="259"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="260"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the ActionDispatcher</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="160"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="161"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="162"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">getRouteCollection</span><span style="color: #007700">()-></span><span style="color: #0000BB">getMiddleware</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="163"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$matching</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="164"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$next</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= new </span><span style="color: #0000BB">MiddlewareQueue</span><span style="color: #007700">(</span><span style="color: #0000BB">$matching</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $runner </span><span style="color: #007700">= new </span><span style="color: #0000BB">Runner</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $assetFile </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getAssetFile</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$assetFile </span><span style="color: #007700">=== </span><span style="color: #0000BB">null </span><span style="color: #007700">|| !</span><span style="color: #0000BB">file_exists</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $file </span><span style="color: #007700">= new </span><span style="color: #0000BB">File</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $modifiedTime </span><span style="color: #007700">= </span><span style="color: #0000BB">$file</span><span style="color: #007700">-></span><span style="color: #0000BB">lastChange</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="104"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Behavior\TreeBehavior->findChildren</span>
<span class="stack-file">
[internal function]
</span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ call_user_func_array</span>
<span class="stack-file">
CORE/src/ORM/BehaviorRegistry.php, line 277 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\BehaviorRegistry->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Table.php, line 2562 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\Table->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1249 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Query->find</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 527 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ App\Controller\ProductsController->archiveCategory</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 606 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->invokeAction</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 120 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 256 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 855
$message = 'Unable to emit headers. Headers sent in file=/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=855' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 53
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 154 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: The 'for' key is required for find('children') </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
The 'for' key is required for find('children') <span class="header-type">InvalidArgumentException</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">[internal function]</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">) && </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">has</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">][</span><span style="color: #0000BB">0</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">, </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">([</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">], </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">], </span><span style="color: #0000BB">$args</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="281"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cannot call finder "%s" it does not belong to any attached behavior.'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="2558"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">->{</span><span style="color: #0000BB">$finder</span><span style="color: #007700">}(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2559"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2562"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, [</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">]);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2563"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2564"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2565"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2566"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Unknown finder method "%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1245"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1246"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var \Cake\ORM\Table $table */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1247"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $table </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getRepository</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1248"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1249"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$table</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$finder</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1250"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1251"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Marks a query </span><span style="color: #007700">as </span><span style="color: #0000BB">dirty</span><span style="color: #007700">, </span><span style="color: #0000BB">removing any preprocessed information</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="523"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $catResults02 </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'all'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'conditions' </span><span style="color: #007700">=> [</span><span style="color: #DD0000">'slug' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$ParentSlug02</span><span style="color: #007700">]])-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="524"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//中カテゴリ</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="525"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_m </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="526"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">where</span><span style="color: #007700">([</span><span style="color: #DD0000">'id IN' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$results_master</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="527"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'children'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'for' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$catResults02</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">])</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="528"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="529"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'childcat_list_m'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_m</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="530"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'catBID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults02</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="531"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>'children'
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var callable $callable */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $callable </span><span style="color: #007700">= [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">)];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="606"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$callable</span><span style="color: #007700">(...</span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">)));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="607"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="608"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response </span><span style="color: #007700">= </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="609"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="610"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>'yaeyama'
'yaeyamaya/img/common/touch-icon.png'</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$response </span><span style="color: #007700">!== </span><span style="color: #0000BB">null </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">LogicException</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller actions can only return Cake\Http\Response or null.'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $controller </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">factory</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'return'</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catAID' => (int) 84,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'yaeyama',
'category_slug_05' => '',
'category_slug_04' => 'touch-icon.png',
'category_slug_03' => 'common',
'category_slug_02' => 'img',
'category_slug_01' => 'yaeyamaya',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 27 => (int) 1,
(int) 28 => (int) 3,
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 29 => (int) 19,
(int) 30 => (int) 28,
(int) 6 => '29',
(int) 31 => (int) 32,
(int) 7 => '35',
(int) 8 => '36',
(int) 32 => (int) 42,
(int) 33 => (int) 43,
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 34 => (int) 73,
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 35 => (int) 84,
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'results_main' => [
(int) 0 => null
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 19,
(int) 3 => (int) 28,
(int) 4 => (int) 32,
(int) 5 => (int) 42,
(int) 6 => (int) 43,
(int) 7 => (int) 73,
(int) 8 => (int) 84
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 6 => '29',
(int) 7 => '35',
(int) 8 => '36',
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return \</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="254"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="255"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="256"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDispatcher</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="257"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="258"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="259"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="260"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the ActionDispatcher</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="160"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="161"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="162"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">getRouteCollection</span><span style="color: #007700">()-></span><span style="color: #0000BB">getMiddleware</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="163"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$matching</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="164"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$next</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= new </span><span style="color: #0000BB">MiddlewareQueue</span><span style="color: #007700">(</span><span style="color: #0000BB">$matching</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $runner </span><span style="color: #007700">= new </span><span style="color: #0000BB">Runner</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $assetFile </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getAssetFile</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$assetFile </span><span style="color: #007700">=== </span><span style="color: #0000BB">null </span><span style="color: #007700">|| !</span><span style="color: #0000BB">file_exists</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $file </span><span style="color: #007700">= new </span><span style="color: #0000BB">File</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $modifiedTime </span><span style="color: #007700">= </span><span style="color: #0000BB">$file</span><span style="color: #007700">-></span><span style="color: #0000BB">lastChange</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="104"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Behavior\TreeBehavior->findChildren</span>
<span class="stack-file">
[internal function]
</span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ call_user_func_array</span>
<span class="stack-file">
CORE/src/ORM/BehaviorRegistry.php, line 277 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\BehaviorRegistry->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Table.php, line 2562 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\Table->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1249 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Query->find</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 527 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ App\Controller\ProductsController->archiveCategory</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 606 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->invokeAction</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 120 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 256 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$reasonPhrase = 'Internal Server Error' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 154
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 59
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php , line 183 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 500,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Error: The 'for' key is required for find('children') </title>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <style>
body {
font: 14px helvetica, arial, sans-serif;
color: #222;
background-color: #f8f8f8;
padding:0;
margin: 0;
max-height: 100%;
}
.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
padding: 5px;
white-space: pre-wrap;
}
header {
background-color: #C3232D;
color: #ffffff;
padding: 16px 10px;
border-bottom: 3px solid #626262;
}
.header-title {
margin: 0;
font-weight: normal;
font-size: 30px;
line-height: 64px;
}
.header-type {
opacity: 0.75;
display: block;
font-size: 16px;
line-height: 1;
}
.header-help {
font-size: 12px;
line-height: 1;
position: absolute;
top: 30px;
right: 16px;
}
.header-help a {
color: #fff;
}
.error-nav {
float: left;
width: 30%;
}
.error-contents {
padding: 10px 1%;
float: right;
width: 68%;
}
.error,
.error-subheading {
font-size: 18px;
margin-top: 0;
padding: 10px;
border: 1px solid #EDBD26;
}
.error-subheading {
background: #1798A5;
color: #fff;
border: 1px solid #02808C;
}
.error {
background: #ffd54f;
}
.customize {
opacity: 0.6;
}
.stack-trace {
list-style: none;
margin: 0;
padding: 0;
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
}
.stack-frame.active {
background: #e5e5e5;
}
.stack-frame a:hover {
text-decoration: underline;
}
.stack-file,
.stack-function {
display: block;
margin-bottom: 5px;
}
.stack-frame-file,
.stack-file {
font-family: consolas, monospace;
}
.stack-function {
font-weight: bold;
}
.stack-file {
font-size: 0.9em;
word-wrap: break-word;
}
.stack-details {
background: #ececec;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
border: 1px solid #ababab;
padding: 10px;
margin-bottom: 18px;
}
.stack-frame-args {
float: right;
}
.toggle-link {
color: #1798A5;
text-decoration: none;
}
.toggle-link:hover {
text-decoration: underline;
}
.toggle-vendor-frames {
padding: 5px;
display: block;
text-align: center;
}
.code-excerpt {
width: 100%;
margin: 5px 0;
background: #fefefe;
}
.code-highlight {
display: block;
background: #fff59d;
}
.excerpt-line {
padding-left: 2px;
}
.excerpt-number {
background: #f6f6f6;
width: 50px;
text-align: right;
color: #666;
border-right: 1px solid #ddd;
padding: 2px;
}
.excerpt-number:after {
content: attr(data-number);
}
table {
text-align: left;
}
th, td {
padding: 4px;
}
th {
border-bottom: 1px solid #ccc;
}
</style>
</head>
<body>
<header>
<h1 class="header-title">
The 'for' key is required for find('children') <span class="header-type">InvalidArgumentException</span>
</h1>
<div class="header-help">
<a target="_blank" href="https://book.cakephp.org/3/">Documentation</a>
<a target="_blank" href="https://api.cakephp.org/">API</a>
</div>
</header>
<div class="error-contents">
<div id="stack-frame-0" style="display:none;" class="stack-details">
<span class="stack-frame-file">[internal function]</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-0">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]</pre>
</div>
</div>
<div id="stack-frame-1" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-1">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="273"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="274"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">) && </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">has</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">][</span><span style="color: #0000BB">0</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">, </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_finderMap</span><span style="color: #007700">[</span><span style="color: #0000BB">$type</span><span style="color: #007700">];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="276"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">([</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_loaded</span><span style="color: #007700">[</span><span style="color: #0000BB">$behavior</span><span style="color: #007700">], </span><span style="color: #0000BB">$callMethod</span><span style="color: #007700">], </span><span style="color: #0000BB">$args</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="278"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="279"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="280"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="281"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Cannot call finder "%s" it does not belong to any attached behavior.'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-2" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-2">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="2558"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">->{</span><span style="color: #0000BB">$finder</span><span style="color: #007700">}(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2559"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors </span><span style="color: #007700">&& </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">hasFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2562"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_behaviors</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$type</span><span style="color: #007700">, [</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">]);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2563"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2564"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2565"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">BadMethodCallException</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="2566"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> sprintf</span><span style="color: #007700">(</span><span style="color: #DD0000">'Unknown finder method "%s"'</span><span style="color: #007700">, </span><span style="color: #0000BB">$type</span><span style="color: #007700">)</span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]</pre>
</div>
</div>
<div id="stack-frame-3" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-3">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1245"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1246"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var \Cake\ORM\Table $table */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1247"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $table </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getRepository</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1248"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1249"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$table</span><span style="color: #007700">-></span><span style="color: #0000BB">callFinder</span><span style="color: #007700">(</span><span style="color: #0000BB">$finder</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$options</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1250"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1251"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Marks a query </span><span style="color: #007700">as </span><span style="color: #0000BB">dirty</span><span style="color: #007700">, </span><span style="color: #0000BB">removing any preprocessed information</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-4" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-4">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="523"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $catResults02 </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'all'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'conditions' </span><span style="color: #007700">=> [</span><span style="color: #DD0000">'slug' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$ParentSlug02</span><span style="color: #007700">]])-></span><span style="color: #0000BB">first</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="524"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//中カテゴリ</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="525"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_m </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="526"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">where</span><span style="color: #007700">([</span><span style="color: #DD0000">'id IN' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$results_master</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="527"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'children'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'for' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$catResults02</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">])</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="528"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="529"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'childcat_list_m'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_m</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="530"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'catBID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults02</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="531"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>'children'
[
'for' => null
]</pre>
</div>
</div>
<div id="stack-frame-5" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-5">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="602"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="603"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/** @var callable $callable */</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="604"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $callable </span><span style="color: #007700">= [</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'action'</span><span style="color: #007700">)];</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="605"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="606"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= </span><span style="color: #0000BB">$callable</span><span style="color: #007700">(...</span><span style="color: #0000BB">array_values</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'pass'</span><span style="color: #007700">)));</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="607"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="608"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">response </span><span style="color: #007700">= </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="609"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="610"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>'yaeyama'
'yaeyamaya/img/common/touch-icon.png'</pre>
</div>
</div>
<div id="stack-frame-6" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-6">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="116"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$result </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="117"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$result</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="118"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="119"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="120"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$controller</span><span style="color: #007700">-></span><span style="color: #0000BB">invokeAction</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="121"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$response </span><span style="color: #007700">!== </span><span style="color: #0000BB">null </span><span style="color: #007700">&& !(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Response</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="122"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">LogicException</span><span style="color: #007700">(</span><span style="color: #DD0000">'Controller actions can only return Cake\Http\Response or null.'</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="123"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="124"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-7" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-7">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="90"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} else {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="91"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $controller </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">factory</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="92"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$controller</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getParam</span><span style="color: #007700">(</span><span style="color: #DD0000">'return'</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catAID' => (int) 84,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'yaeyama',
'category_slug_05' => '',
'category_slug_04' => 'touch-icon.png',
'category_slug_03' => 'common',
'category_slug_02' => 'img',
'category_slug_01' => 'yaeyamaya',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 27 => (int) 1,
(int) 28 => (int) 3,
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 29 => (int) 19,
(int) 30 => (int) 28,
(int) 6 => '29',
(int) 31 => (int) 32,
(int) 7 => '35',
(int) 8 => '36',
(int) 32 => (int) 42,
(int) 33 => (int) 43,
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 34 => (int) 73,
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 35 => (int) 84,
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'results_main' => [
(int) 0 => null
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 19,
(int) 3 => (int) 28,
(int) 4 => (int) 32,
(int) 5 => (int) 42,
(int) 6 => (int) 43,
(int) 7 => (int) 73,
(int) 8 => (int) 84
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 6 => '29',
(int) 7 => '35',
(int) 8 => '36',
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}</pre>
</div>
</div>
<div id="stack-frame-8" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-8">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="252"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return \</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ResponseInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="253"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="254"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">ServerRequestInterface $request</span><span style="color: #007700">, </span><span style="color: #0000BB">ResponseInterface $response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="255"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="256"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getDispatcher</span><span style="color: #007700">()-></span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="257"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="258"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="259"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="260"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Get the ActionDispatcher</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-9" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-9">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-10" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-10">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="160"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="161"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="162"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching </span><span style="color: #007700">= </span><span style="color: #0000BB">Router</span><span style="color: #007700">::</span><span style="color: #0000BB">getRouteCollection</span><span style="color: #007700">()-></span><span style="color: #0000BB">getMiddleware</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="163"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!</span><span style="color: #0000BB">$matching</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="164"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="165"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="166"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $matching</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$next</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="167"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware </span><span style="color: #007700">= new </span><span style="color: #0000BB">MiddlewareQueue</span><span style="color: #007700">(</span><span style="color: #0000BB">$matching</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="168"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $runner </span><span style="color: #007700">= new </span><span style="color: #0000BB">Runner</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-11" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-11">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-12" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-12">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $assetFile </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getAssetFile</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$assetFile </span><span style="color: #007700">=== </span><span style="color: #0000BB">null </span><span style="color: #007700">|| !</span><span style="color: #0000BB">file_exists</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $file </span><span style="color: #007700">= new </span><span style="color: #0000BB">File</span><span style="color: #007700">(</span><span style="color: #0000BB">$assetFile</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $modifiedTime </span><span style="color: #007700">= </span><span style="color: #0000BB">$file</span><span style="color: #007700">-></span><span style="color: #0000BB">lastChange</span><span style="color: #007700">();</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-13" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-13">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-14" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-14">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">*/</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">public function </span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$next</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Throwable $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="102"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} catch (</span><span style="color: #0000BB">Exception $exception</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="104"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">handleException</span><span style="color: #007700">(</span><span style="color: #0000BB">$exception</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-15" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-15">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="61"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $next </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="62"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (</span><span style="color: #0000BB">$next</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index</span><span style="color: #007700">++;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="64"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="65"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$next</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="66"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="68"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">// End of the queue</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="69"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$response</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}</pre>
</div>
</div>
<div id="stack-frame-16" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-16">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="47"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="48"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">middleware </span><span style="color: #007700">= </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="49"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">index </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="50"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="51"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">__invoke</span><span style="color: #007700">(</span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="52"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="53"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="54"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">/**</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="55"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @</span><span style="color: #0000BB">param </span><span style="color: #007700">\</span><span style="color: #0000BB">Psr</span><span style="color: #007700">\</span><span style="color: #0000BB">Http</span><span style="color: #007700">\</span><span style="color: #0000BB">Message</span><span style="color: #007700">\</span><span style="color: #0000BB">ServerRequestInterface $request The server request</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-17" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-17">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="93"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">dispatchEvent</span><span style="color: #007700">(</span><span style="color: #DD0000">'Server.buildMiddleware'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'middleware' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$middleware</span><span style="color: #007700">]);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="95"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $middleware</span><span style="color: #007700">-></span><span style="color: #0000BB">add</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">app</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="97"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $response </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">runner</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">(</span><span style="color: #0000BB">$middleware</span><span style="color: #007700">, </span><span style="color: #0000BB">$request</span><span style="color: #007700">, </span><span style="color: #0000BB">$response</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="99"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!(</span><span style="color: #0000BB">$response </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ResponseInterface</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="100"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw new </span><span style="color: #0000BB">RuntimeException</span><span style="color: #007700">(</span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="101"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'Application did not create a response. Got "%s" instead.'</span><span style="color: #007700">,</span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}</pre>
</div>
</div>
<div id="stack-frame-18" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-18">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="36"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Bind your application to the server.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="37"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB">$server </span><span style="color: #007700">= new </span><span style="color: #0000BB">Server</span><span style="color: #007700">(new </span><span style="color: #0000BB">Application</span><span style="color: #007700">(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__DIR__</span><span style="color: #007700">) . </span><span style="color: #DD0000">'/config'</span><span style="color: #007700">));</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="38"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="39"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #FF8000">// Run the request/response through the application and emit the response.</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="40"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">emit</span><span style="color: #007700">(</span><span style="color: #0000BB">$server</span><span style="color: #007700">-></span><span style="color: #0000BB">run</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="41"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div class="error-suggestion">
</div>
<p class="customize">
If you want to customize this error message, create
<em>src/Template/Error/error500.ctp</em>
</p>
</div>
<div class="error-nav">
<a href="#" class="toggle-link toggle-vendor-frames">toggle vendor stack frames</a>
<ul class="stack-trace">
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\ORM\Behavior\TreeBehavior->findChildren</span>
<span class="stack-file">
[internal function]
</span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ call_user_func_array</span>
<span class="stack-file">
CORE/src/ORM/BehaviorRegistry.php, line 277 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\ORM\BehaviorRegistry->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Table.php, line 2562 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\ORM\Table->callFinder</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1249 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\ORM\Query->find</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 527 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ App\Controller\ProductsController->archiveCategory</span>
<span class="stack-file">
CORE/src/Controller/Controller.php, line 606 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Controller\Controller->invokeAction</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 120 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->_invoke</span>
<span class="stack-file">
CORE/src/Http/ActionDispatcher.php, line 94 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Http\ActionDispatcher->dispatch</span>
<span class="stack-file">
CORE/src/Http/BaseApplication.php, line 256 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\Http\BaseApplication->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Routing\Middleware\RoutingMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Routing\Middleware\AssetMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 65 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Http/Runner.php, line 51 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Http\Runner->run</span>
<span class="stack-file">
CORE/src/Http/Server.php, line 97 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\Http\Server->run</span>
<span class="stack-file">
ROOT/webroot/index.php, line 40 </span>
</a>
</li>
</ul>
</div>
<script type="text/javascript">
function bindEvent(selector, eventName, listener) {
var els = document.querySelectorAll(selector);
for (var i = 0, len = els.length; i < len; i++) {
els[i].addEventListener(eventName, listener, false);
}
}
function toggleElement(el) {
if (el.style.display === 'none') {
el.style.display = 'block';
} else {
el.style.display = 'none';
}
}
function each(els, cb) {
var i, len;
for (i = 0, len = els.length; i < len; i++) {
cb(els[i], i);
}
}
window.addEventListener('load', function() {
bindEvent('.stack-frame-args', 'click', function(event) {
var target = this.dataset['target'];
var el = document.getElementById(target);
toggleElement(el);
event.preventDefault();
});
var details = document.querySelectorAll('.stack-details');
var frames = document.querySelectorAll('.stack-frame');
bindEvent('.stack-frame a', 'click', function(event) {
each(frames, function(el) {
el.classList.remove('active');
});
this.parentNode.classList.add('active');
each(details, function(el) {
el.style.display = 'none';
});
var target = document.getElementById(this.dataset['target']);
toggleElement(target);
event.preventDefault();
});
bindEvent('.toggle-vendor-frames', 'click', function(event) {
each(frames, function(el) {
if (el.classList.contains('vendor-frame')) {
toggleElement(el);
}
});
event.preventDefault();
});
});
</script>
</body>
</html>
'
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 183
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 60
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40
Error: The 'for' key is required for find('children')
[internal function]
toggle arguments
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null,
'direct' => false
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php
toggle arguments
if ( $this -> hasFinder ( $type ) && $this -> has ( $this -> _finderMap [ $type ][ 0 ])) {
list( $behavior , $callMethod ) = $this -> _finderMap [ $type ];
return call_user_func_array ([ $this -> _loaded [ $behavior ], $callMethod ], $args );
}
throw new BadMethodCallException (
sprintf ( 'Cannot call finder "%s" it does not belong to any attached behavior.' , $type )
[
(int) 0 => object(Cake\ORM\Behavior\TreeBehavior) {
[protected] _primaryKey => 'id'
[protected] _defaultConfig => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null
]
[protected] _table => object(App\Model\Table\PCategoriesTable) {}
[protected] _reflectionCache => []
[protected] _config => [
'implementedFinders' => [
[maximum depth reached]
],
'implementedMethods' => [
[maximum depth reached]
],
'parent' => 'parent_id',
'left' => 'lft',
'right' => 'rght',
'scope' => null,
'level' => null,
'recoverOrder' => null,
'leftField' => object(Cake\Database\Expression\IdentifierExpression) {},
'rightField' => object(Cake\Database\Expression\IdentifierExpression) {}
]
[protected] _configInitialized => true
},
(int) 1 => 'findChildren'
]
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Table.php
toggle arguments
return $this ->{ $finder }( $query , $options );
}
if ( $this -> _behaviors && $this -> _behaviors -> hasFinder ( $type )) {
return $this -> _behaviors -> callFinder ( $type , [ $query , $options ]);
}
throw new BadMethodCallException (
sprintf ( 'Unknown finder method "%s"' , $type )
'children'
[
(int) 0 => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
],
':c7' => [
[maximum depth reached]
],
':c8' => [
[maximum depth reached]
],
':c9' => [
[maximum depth reached]
],
':c10' => [
[maximum depth reached]
],
':c11' => [
[maximum depth reached]
],
':c12' => [
[maximum depth reached]
],
':c13' => [
[maximum depth reached]
],
':c14' => [
[maximum depth reached]
],
':c15' => [
[maximum depth reached]
],
':c16' => [
[maximum depth reached]
],
':c17' => [
[maximum depth reached]
],
':c18' => [
[maximum depth reached]
],
':c19' => [
[maximum depth reached]
],
':c20' => [
[maximum depth reached]
],
':c21' => [
[maximum depth reached]
],
':c22' => [
[maximum depth reached]
],
':c23' => [
[maximum depth reached]
],
':c24' => [
[maximum depth reached]
],
':c25' => [
[maximum depth reached]
],
':c26' => [
[maximum depth reached]
],
':c27' => [
[maximum depth reached]
],
':c28' => [
[maximum depth reached]
],
':c29' => [
[maximum depth reached]
],
':c30' => [
[maximum depth reached]
],
':c31' => [
[maximum depth reached]
],
':c32' => [
[maximum depth reached]
],
':c33' => [
[maximum depth reached]
],
':c34' => [
[maximum depth reached]
],
':c35' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {}
},
(int) 1 => [
'for' => null
]
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
{
/** @var \Cake\ORM\Table $table */
$table = $this -> getRepository ();
return $table -> callFinder ( $finder , $this , $options );
}
/**
* Marks a query as dirty , removing any preprocessed information
'children'
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT pCategories.id AS `pCategories__id`, pCategories.parent_id AS `pCategories__parent_id`, pCategories.lft AS `pCategories__lft`, pCategories.rght AS `pCategories__rght`, pCategories.name AS `pCategories__name`, pCategories.content AS `pCategories__content`, pCategories.slug AS `pCategories__slug`, pCategories.href AS `pCategories__href`, pCategories.sort AS `pCategories__sort` FROM p_categories pCategories WHERE id in (:c0,:c1,:c2,:c3,:c4,:c5,:c6,:c7,:c8,:c9,:c10,:c11,:c12,:c13,:c14,:c15,:c16,:c17,:c18,:c19,:c20,:c21,:c22,:c23,:c24,:c25,:c26,:c27,:c28,:c29,:c30,:c31,:c32,:c33,:c34,:c35)',
'params' => [
':c0' => [
'value' => (int) 1,
'type' => 'integer',
'placeholder' => 'c0'
],
':c1' => [
'value' => (int) 3,
'type' => 'integer',
'placeholder' => 'c1'
],
':c2' => [
'value' => '6',
'type' => 'integer',
'placeholder' => 'c2'
],
':c3' => [
'value' => '7',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '8',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => '11',
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '46',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c22'
],
':c23' => [
'value' => '78',
'type' => 'integer',
'placeholder' => 'c23'
],
':c24' => [
'value' => '79',
'type' => 'integer',
'placeholder' => 'c24'
],
':c25' => [
'value' => '80',
'type' => 'integer',
'placeholder' => 'c25'
],
':c26' => [
'value' => '81',
'type' => 'integer',
'placeholder' => 'c26'
],
':c27' => [
'value' => '82',
'type' => 'integer',
'placeholder' => 'c27'
],
':c28' => [
'value' => '83',
'type' => 'integer',
'placeholder' => 'c28'
],
':c29' => [
'value' => (int) 84,
'type' => 'integer',
'placeholder' => 'c29'
],
':c30' => [
'value' => '85',
'type' => 'integer',
'placeholder' => 'c30'
],
':c31' => [
'value' => '86',
'type' => 'integer',
'placeholder' => 'c31'
],
':c32' => [
'value' => '87',
'type' => 'integer',
'placeholder' => 'c32'
],
':c33' => [
'value' => '88',
'type' => 'integer',
'placeholder' => 'c33'
],
':c34' => [
'value' => '89',
'type' => 'integer',
'placeholder' => 'c34'
],
':c35' => [
'value' => '90',
'type' => 'integer',
'placeholder' => 'c35'
]
],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [
'for' => null
],
'repository' => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
[
'for' => null
]
/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php
toggle arguments
$catResults02 = $PCategories -> find ( 'all' , [ 'conditions' => [ 'slug' => $ParentSlug02 ]])-> first ();
//中カテゴリ
$childcat_list_m = $PCategories -> find ()
-> where ([ 'id IN' => $results_master ])
-> find ( 'children' , [ 'for' => $catResults02 -> id ])
-> find ( 'threaded' );
$this -> set ( 'childcat_list_m' , $childcat_list_m );
$this -> set ( 'catBID' , $catResults02 -> id );
'children'
[
'for' => null
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php
toggle arguments
}
/** @var callable $callable */
$callable = [ $this , $request -> getParam ( 'action' )];
$result = $callable (... array_values ( $request -> getParam ( 'pass' )));
if ( $result instanceof Response ) {
$this -> response = $result ;
}
'yaeyama'
'yaeyamaya/img/common/touch-icon.png'
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php
toggle arguments
if ( $result instanceof Response ) {
return $result ;
}
$response = $controller -> invokeAction ();
if ( $response !== null && !( $response instanceof Response )) {
throw new LogicException ( 'Controller actions can only return Cake\Http\Response or null.' );
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php
toggle arguments
} else {
$controller = $this -> factory -> create ( $request , $response );
}
$response = $this -> _invoke ( $controller );
if ( $request -> getParam ( 'return' )) {
return $response ;
}
object(App\Controller\ProductsController) {
paginate => [
'limit' => (int) 20
]
viewClass => 'Smarty'
helpers => []
request => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => [[maximum depth reached]]
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {}
[protected] uri => object(Laminas\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
[private] mergeFilesAsObjects => false
}
response => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
}
components => []
View => null
passedArgs => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'catAID' => (int) 84,
'childcat_list_l' => object(Cake\ORM\Query) {},
'childcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'companyName' => 'yaeyama',
'category_slug_05' => '',
'category_slug_04' => 'touch-icon.png',
'category_slug_03' => 'common',
'category_slug_02' => 'img',
'category_slug_01' => 'yaeyamaya',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 27 => (int) 1,
(int) 28 => (int) 3,
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 29 => (int) 19,
(int) 30 => (int) 28,
(int) 6 => '29',
(int) 31 => (int) 32,
(int) 7 => '35',
(int) 8 => '36',
(int) 32 => (int) 42,
(int) 33 => (int) 43,
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 34 => (int) 73,
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 35 => (int) 84,
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'results_main' => [
(int) 0 => null
],
'results_l' => [
(int) 0 => (int) 1,
(int) 1 => (int) 3,
(int) 2 => (int) 19,
(int) 3 => (int) 28,
(int) 4 => (int) 32,
(int) 5 => (int) 42,
(int) 6 => (int) 43,
(int) 7 => (int) 73,
(int) 8 => (int) 84
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '7',
(int) 2 => '8',
(int) 3 => '9',
(int) 4 => '10',
(int) 5 => '11',
(int) 6 => '29',
(int) 7 => '35',
(int) 8 => '36',
(int) 9 => '46',
(int) 10 => '69',
(int) 11 => '70',
(int) 12 => '74',
(int) 13 => '75',
(int) 14 => '76',
(int) 15 => '78',
(int) 16 => '79',
(int) 17 => '80',
(int) 18 => '81',
(int) 19 => '82',
(int) 20 => '83',
(int) 21 => '85',
(int) 22 => '86',
(int) 23 => '87',
(int) 24 => '88',
(int) 25 => '89',
(int) 26 => '90'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'domain' => 'https://www.nanpudo.co.jp',
'domain_app' => 'https://www.nanpudo.co.jp/app',
'domain_base' => 'https://www.nanpudo.co.jp'
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
}
Flash => object(Cake\Controller\Component\FlashComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
Cookie => object(Cake\Controller\Component\CookieComponent) {
'components' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
}
tProduct => object(App\Model\Table\TProductTable) {
'registryAlias' => 'tProduct',
'table' => 't_product',
'alias' => 'tProduct',
'entityClass' => 'App\Model\Entity\TProduct',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
mCompany => object(App\Model\Table\MCompanyTable) {
'registryAlias' => 'mCompany',
'table' => 'm_company',
'alias' => 'mCompany',
'entityClass' => 'App\Model\Entity\MCompany',
'associations' => [[maximum depth reached]],
'behaviors' => [[maximum depth reached]],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
pCategories => object(App\Model\Table\PCategoriesTable) {
'registryAlias' => 'pCategories',
'table' => 'p_categories',
'alias' => 'pCategories',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
[protected] name => 'Products'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {
'_Controller' => object(App\Controller\ProductsController) {},
'_loaded' => [
[maximum depth reached]
],
'_eventManager' => object(Cake\Event\EventManager) {},
'_eventClass' => 'Cake\Event\Event'
}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {
'_listeners' => [
[maximum depth reached]
],
'_isGlobal' => false,
'_trackEvents' => false,
'_generalManager' => '(object) EventManager',
'_dispatchedEvents' => null
}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {
[protected] locations => [
[maximum depth reached]
]
[protected] _config => [[maximum depth reached]]
[protected] _instances => [
[maximum depth reached]
]
[protected] _fallbacked => [[maximum depth reached]]
[protected] _options => [
[maximum depth reached]
]
}
[protected] _modelFactories => [
'Table' => [
(int) 0 => object(Cake\ORM\Locator\TableLocator) {},
(int) 1 => 'get'
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php
toggle arguments
* @return \ Psr \ Http \ Message \ ResponseInterface
*/
public function __invoke ( ServerRequestInterface $request , ResponseInterface $response , $next )
{
return $this -> getDispatcher ()-> dispatch ( $request , $response );
}
/**
* Get the ActionDispatcher .
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php
toggle arguments
);
}
$matching = Router :: getRouteCollection ()-> getMiddleware ( $middleware );
if (! $matching ) {
return $next ( $request , $response );
}
$matching [] = $next ;
$middleware = new MiddlewareQueue ( $matching );
$runner = new Runner ();
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'slug' => 'yaeyama',
'lslug' => 'yaeyamaya/img/common/touch-icon.png',
'pass' => [
(int) 0 => 'yaeyama',
(int) 1 => 'yaeyamaya/img/common/touch-icon.png'
],
'controller' => 'Products',
'action' => 'archiveCategory',
'plugin' => null,
'_matchedRoute' => '/products/{slug}/{lslug}',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true
]
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php
toggle arguments
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! file_exists ( $assetFile )) {
return $next ( $request , $response );
}
$file = new File ( $assetFile );
$modifiedTime = $file -> lastChange ();
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php
toggle arguments
*/
public function __invoke ( $request , $response , $next )
{
try {
return $next ( $request , $response );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request , $response );
} catch ( Exception $exception ) {
return $this -> handleException ( $exception , $request , $response );
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
{
$this -> middleware = $middleware ;
$this -> index = 0 ;
return $this -> __invoke ( $request , $response );
}
/**
* @ param \ Psr \ Http \ Message \ ServerRequestInterface $request The server request
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Http/Server.php
toggle arguments
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$middleware -> add ( $this -> app );
$response = $this -> runner -> run ( $middleware , $request , $response );
if (!( $response instanceof ResponseInterface )) {
throw new RuntimeException ( sprintf (
'Application did not create a response. Got "%s" instead.' ,
object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'REMOTE_PORT' => '49688',
'SCRIPT_FILENAME' => '/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php',
'SERVER_ADMIN' => 'webmaster@nanpudo.co.jp',
'CONTEXT_DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'CONTEXT_PREFIX' => '',
'REQUEST_SCHEME' => 'https',
'DOCUMENT_ROOT' => '/home/xs372992/nanpudo.co.jp/public_html',
'REMOTE_ADDR' => '3.137.166.252',
'SERVER_PORT' => '443',
'SERVER_ADDR' => '103.141.96.112',
'SERVER_NAME' => 'www.nanpudo.co.jp',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_SIGNATURE' => '',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin',
'HTTP_REFERER' => 'https://nanpudo.co.jp/products/yaeyama/yaeyamaya/img/common/touch-icon.png',
'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_PHP_FPM_VERSION' => '74',
'HTTP_X_SERVER_ADDRESS' => '103.141.96.112',
'HTTP_X_REAL_IP' => '3.137.166.252',
'HTTP_X_FORWARDED_SSL' => 'on',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_HOST' => 'www.nanpudo.co.jp',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_FOR' => '3.137.166.252',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'MEF_PROXY_ADDR' => '103.141.96.112',
'REDIRECT_STATUS' => '200',
'REDIRECT_Ngx_Cache_StaticMode' => '1',
'REDIRECT_Ngx_Cache_NormalFile' => '1',
'REDIRECT_FailureCacheTime' => '0',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_UNIQUE_ID' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'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' => 'ZyRYUEqfwtYoiyN4qJ_RDgAAAaU',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1730435152.1449,
'REQUEST_TIME' => (int) 1730435152,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[protected] trustedProxies => []
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Laminas\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Laminas\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'www.nanpudo.co.jp'
[private] port => null
[private] path => '/products/yaeyama/yaeyamaya/img/common/touch-icon.png'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 3600
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params',
(int) 4 => 'here'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
'data' => [
'get' => 'getData()',
'set' => 'withData()'
],
'query' => [
'get' => 'getQuery()',
'set' => 'withQueryParams()'
],
'params' => [
'get' => 'getParam()',
'set' => 'withParam()'
],
'cookies' => [
'get' => 'getCookie()',
'set' => 'withCookieParams()'
],
'url' => [
'get' => 'getPath()',
'set' => 'withRequestTarget()'
],
'base' => [
'get' => 'getAttribute("base")',
'set' => 'withAttribute("base")'
],
'webroot' => [
'get' => 'getAttribute("webroot")',
'set' => 'withAttribute("webroot")'
],
'here' => [
'get' => 'getAttribute("here")',
'set' => 'withAttribute("here")'
]
]
[private] mergeFilesAsObjects => false
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {
[protected] cookies => [[maximum depth reached]]
},
'cacheDirectives' => [],
'body' => ''
}
/home/xs372992/nanpudo.co.jp/public_html/webroot/index.php
toggle arguments
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
If you want to customize this error message, create
src/Template/Error/error500.ctp
toggle vendor stack frames
〉 Cake\ORM\Behavior\TreeBehavior->findChildren
[internal function]
〉 call_user_func_array
CORE/src/ORM/BehaviorRegistry.php, line 277
〉 Cake\ORM\BehaviorRegistry->callFinder
CORE/src/ORM/Table.php, line 2562
〉 Cake\ORM\Table->callFinder
CORE/src/ORM/Query.php, line 1249
〉 Cake\ORM\Query->find
APP/Controller/ProductsController.php, line 527
〉 App\Controller\ProductsController->archiveCategory
CORE/src/Controller/Controller.php, line 606
〉 Cake\Controller\Controller->invokeAction
CORE/src/Http/ActionDispatcher.php, line 120
〉 Cake\Http\ActionDispatcher->_invoke
CORE/src/Http/ActionDispatcher.php, line 94
〉 Cake\Http\ActionDispatcher->dispatch
CORE/src/Http/BaseApplication.php, line 256
〉 Cake\Http\BaseApplication->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
〉 Cake\Routing\Middleware\RoutingMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
〉 Cake\Routing\Middleware\AssetMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
〉 Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Http/Runner.php, line 51
〉 Cake\Http\Runner->run
CORE/src/Http/Server.php, line 97
〉 Cake\Http\Server->run
ROOT/webroot/index.php, line 40