Notice (8) : Trying to get property 'id' of non-object [APP/Controller/ProductsController.php , line 516 ]Code Context -> where ([ 'id IN' => $results_master ])
-> find ( 'children' , [ 'for' => $catResults01 -> id ])
-> find ( 'threaded' );
$paths = [
(int) 0 => 'miyako',
(int) 1 => '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 => 'miyako',
(int) 3 => 'img',
(int) 4 => 'common',
(int) 5 => 'touch-icon.png'
]
$result_canpanyID = 'miyako'
$company_id = (int) 3
$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) 3,
'company_name' => '宮古島南風堂株式会社',
'slug' => 'miyako',
'[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) 515,
'product_id' => (int) 17316,
'product_name' => '宮古島ちんすこう大',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '69',
'item_name' => '焼菓子',
'item_description' => '5種類のフレーバーが楽しめるお得なちんすこう詰合せ。宮古島限定パッケージ。',
'jan_code' => '4540118000371',
'item_price' => '1296',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012138_4540118000371.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×230×37',
'case_dimensions' => '335×480×415',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012138_4540118000371.jpg',
'sort' => (int) 67,
'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) 516,
'product_id' => (int) 90039,
'product_name' => '宮古島ちんすこう小',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '69',
'item_name' => '焼菓子',
'item_description' => '5種類のフレーバーが楽しめるお得なちんすこう詰合せ。宮古島限定パッケージ。',
'jan_code' => '4540118000388',
'item_price' => '702',
'product_image_url' => '[{"url":"http:\/\/www.nanpudo.co.jp\/files\/uploads\/products\/20210726010035_4540118000388.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×37',
'case_dimensions' => '250×400×415',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012201_4540118000388.jpg',
'sort' => (int) 118,
'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) 517,
'product_id' => (int) 47455,
'product_name' => '宮古島黒糖塩パイ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '70',
'item_name' => '焼菓子',
'item_description' => '黒糖の甘さと風味を塩で引き立たせたサクサクのロングパイです。多良間島の黒糖を使用。',
'jan_code' => '4989596023289',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012247_4989596023289.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '220g',
'c_s_quantity' => '24個',
'c_s_weight' => '6kg',
'product_dimensions' => '253×137×59',
'case_dimensions' => '560×270×370',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630012247_4989596023289.jpg',
'sort' => (int) 174,
'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) 518,
'product_id' => (int) 61479,
'product_name' => '宮古島マンゴーパイ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '70',
'item_name' => '焼菓子',
'item_description' => '風味豊かな宮古島産マンゴーを練り込んだサクサクのロングパイです。',
'jan_code' => '4989596025337',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012313_4989596025337.jpg"}]',
'internal_capacity' => '10枚',
'best_by_date' => '150日',
'item_weight' => '220g',
'c_s_quantity' => '24個',
'c_s_weight' => '6kg',
'product_dimensions' => '253×137×59',
'case_dimensions' => '560×270×370',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012313_4989596025337.jpg',
'sort' => (int) 52,
'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) 519,
'product_id' => (int) 53629,
'product_name' => '宮古島まもる君ミルクパイ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '70',
'item_name' => '焼菓子',
'item_description' => '宮古島の有名なキャラクター「まもる君」をパッケージと個包装にプリントしたサクサクに焼き上げたミルクパイです。',
'jan_code' => '4989596025443',
'item_price' => '1350',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012334_4989596025443.jpg"}]',
'internal_capacity' => '28枚',
'best_by_date' => '150日',
'item_weight' => '',
'c_s_quantity' => '20個',
'c_s_weight' => '',
'product_dimensions' => '310×245×40',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012334_4989596025443.jpg',
'sort' => (int) 111,
'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) 520,
'product_id' => (int) 12941,
'product_name' => '宮古島まもる君ミルクパイ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '70',
'item_name' => '焼菓子',
'item_description' => '宮古島の有名なキャラクター「まもる君」をパッケージと個包装にプリントしたサクサクに焼き上げたミルクパイです。',
'jan_code' => '4989596025450',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012407_4989596025450.jpg"}]',
'internal_capacity' => '14枚',
'best_by_date' => '150日',
'item_weight' => '',
'c_s_quantity' => '20個',
'c_s_weight' => '',
'product_dimensions' => '260×165×40',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012407_4989596025450.jpg',
'sort' => (int) 167,
'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) 521,
'product_id' => (int) 34178,
'product_name' => '宮古島マンゴーケーキ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '70',
'item_name' => '焼菓子',
'item_description' => 'ふんわり軟らかなスポンジ生地に濃厚なマンゴークリームを入れ込みました。',
'jan_code' => '4540118002399',
'item_price' => '1620',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012424_4540118002399.jpg"}]',
'internal_capacity' => '15個',
'best_by_date' => '90日',
'item_weight' => '470g',
'c_s_quantity' => '20個',
'c_s_weight' => '10.5kg',
'product_dimensions' => '275×250×45',
'case_dimensions' => '510×290×470',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012424_4540118002399.jpg',
'sort' => (int) 42,
'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) 522,
'product_id' => (int) 31145,
'product_name' => '宮古島マンゴーケーキ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '70',
'item_name' => '焼菓子',
'item_description' => 'ふんわり軟らかなスポンジ生地に濃厚なマンゴークリームを入れ込みました。',
'jan_code' => '4540118002405',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012441_4540118002405.jpg"}]',
'internal_capacity' => '8個',
'best_by_date' => '90日',
'item_weight' => '250g',
'c_s_quantity' => '30個',
'c_s_weight' => '10kg',
'product_dimensions' => '230×165×45',
'case_dimensions' => '520×250×435',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012441_4540118002405.jpg',
'sort' => (int) 99,
'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) 523,
'product_id' => (int) 27600,
'product_name' => '宮古島キャラメルナッツサブレ(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '6',
'item_name' => '焼菓子',
'item_description' => '宮古島の雪塩を使用した塩キャラメルをサクサクのナッツサブレにコーティング。程良い塩加減が美味しさを引き立たせます。',
'jan_code' => '4963210181289',
'item_price' => '1382',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012520_4963210181289.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/20210630012520_4963210181289.jpg',
'sort' => (int) 145,
'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) 524,
'product_id' => (int) 23994,
'product_name' => '宮古島キャラメルナッツサブレ(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '6',
'item_name' => '焼菓子',
'item_description' => '宮古島の雪塩を使用した塩キャラメルをサクサクのナッツサブレにコーティング。程良い塩加減が美味しさを引き立たせます。',
'jan_code' => '4963210181272',
'item_price' => '842',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012559_4963210181272.jpg"}]',
'internal_capacity' => '12枚',
'best_by_date' => '150日',
'item_weight' => '165g',
'c_s_quantity' => '30個',
'c_s_weight' => '5.75kg',
'product_dimensions' => '215×170×40',
'case_dimensions' => '530×230×420',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012541_4963210181272.jpg',
'sort' => (int) 30,
'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) 525,
'product_id' => (int) 20336,
'product_name' => '宮古島島クッキー(大)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '6',
'item_name' => '焼菓子',
'item_description' => '宮古島をモチーフにした可愛いイラストがプリントされたバタークッキーです。',
'jan_code' => '4989596025467',
'item_price' => '1350',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012700_4989596025467.jpg"}]',
'internal_capacity' => '30枚',
'best_by_date' => '150日',
'item_weight' => '407g',
'c_s_quantity' => '20個',
'c_s_weight' => '7.1kg',
'product_dimensions' => '315×260×37',
'case_dimensions' => '275×520×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012700_4989596025467.jpg',
'sort' => (int) 91,
'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) 526,
'product_id' => (int) 15198,
'product_name' => '宮古島島クッキー(小)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '6',
'item_name' => '焼菓子',
'item_description' => '宮古島をモチーフにした可愛いイラストがプリントされたバタークッキーです。',
'jan_code' => '4989596025474',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012717_4989596025474.jpg"}]',
'internal_capacity' => '18枚',
'best_by_date' => '150日',
'item_weight' => '219g',
'c_s_quantity' => '30個',
'c_s_weight' => '9kg',
'product_dimensions' => '260×170×37',
'case_dimensions' => '335×545×380',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012717_4989596025474.jpg',
'sort' => (int) 61,
'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) 527,
'product_id' => (int) 64852,
'product_name' => '宮古牛せんべい',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '8',
'item_name' => '油菓子',
'item_description' => '宮古島のブランド牛「宮古牛」を使用したパリッとした食感の美味しい煎餅です。',
'jan_code' => '4990624903763',
'item_price' => '864',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012743_4990624903763.jpg"}]',
'internal_capacity' => '36枚(3×12袋)',
'best_by_date' => '150日',
'item_weight' => '',
'c_s_quantity' => '24個',
'c_s_weight' => '',
'product_dimensions' => '275×240×45',
'case_dimensions' => '490×360×290',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012743_4990624903763.jpg',
'sort' => (int) 117,
'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) 528,
'product_id' => (int) 61530,
'product_name' => '宮古そば(大)乾麺',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '74',
'item_name' => '麺類',
'item_description' => '宮古そばを乾燥麺で仕上げ長期保存を可能にしました。',
'jan_code' => '4974942200186',
'item_price' => '1080',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012812_4974942200186.jpg"}]',
'internal_capacity' => '5食入り',
'best_by_date' => '300日',
'item_weight' => '600g',
'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' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630012812_4974942200186.jpg',
'sort' => (int) 158,
'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) 529,
'product_id' => (int) 50375,
'product_name' => '宮古そば(小)乾麺',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '74',
'item_name' => '麺類',
'item_description' => '宮古そばを乾燥麺で仕上げ長期保存を可能にしました。',
'jan_code' => '4974942200193',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012830_4974942200193.jpg"}]',
'internal_capacity' => '2食入り',
'best_by_date' => '300日',
'item_weight' => '270g',
'c_s_quantity' => '20個',
'c_s_weight' => '6.5kg',
'product_dimensions' => '190×170×40',
'case_dimensions' => '390×360×210',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210630012830_4974942200193.jpg',
'sort' => (int) 48,
'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) 530,
'product_id' => (int) 82562,
'product_name' => '6重がーぜふきん(宮古島)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118177103',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630012911_4540118177103.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/20210630012911_4540118177103.jpg',
'sort' => (int) 103,
'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) 531,
'product_id' => (int) 81411,
'product_name' => 'かや織織ふきん(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '29',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118179961',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033302_4540118179961.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/20210630033302_4540118179961.jpg',
'sort' => (int) 151,
'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) 532,
'product_id' => (int) 80601,
'product_name' => 'フェルトコースターセット(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '75',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182763',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033327_4540118182763.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/20210630033327_4540118182763.jpg',
'sort' => (int) 36,
'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) 533,
'product_id' => (int) 83358,
'product_name' => 'うちなーきっちんたおる(宮古島マップ柄)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118440009',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033519_4540118440009.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/20210630033519_4540118440009.jpg',
'sort' => (int) 85,
'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) 534,
'product_id' => (int) 88240,
'product_name' => '宮古島マンタスカラミニタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118162949',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033552_4540118162949.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/20210630033552_4540118162949.jpg',
'sort' => (int) 136,
'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) 535,
'product_id' => (int) 64128,
'product_name' => '宮古島マンタクマノミタオル',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118162956',
'item_price' => '770',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033613_4540118162956.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/20210630033613_4540118162956.jpg',
'sort' => (int) 191,
'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) 536,
'product_id' => (int) 79913,
'product_name' => '刺繍スカラップみにたおる(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173495',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033637_4540118173495.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/20210630033637_4540118173495.jpg',
'sort' => (int) 74,
'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) 537,
'product_id' => (int) 27151,
'product_name' => '宮古島ふぇいすたおる(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118176465',
'item_price' => '990',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033715_4540118176465.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/20210630033715_4540118176465.jpg',
'sort' => (int) 133,
'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) 538,
'product_id' => (int) 48810,
'product_name' => '島めぐりミニタオル 宮古島限定',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118180288',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033737_4540118180288.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/20210630033737_4540118180288.jpg',
'sort' => (int) 177,
'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) 539,
'product_id' => (int) 26994,
'product_name' => 'プチタオル(シーサー・パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118400324',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033756_4540118400324.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/20210630033756_4540118400324.jpg',
'sort' => (int) 68,
'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) 540,
'product_id' => (int) 39496,
'product_name' => 'うちな~ポケットタオル(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '35',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118173457',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033820_4540118173457.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/20210630033820_4540118173457.jpg',
'sort' => (int) 124,
'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) 541,
'product_id' => (int) 46168,
'product_name' => 'パーントゥ耳かき',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '36',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118158904',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033845_4540118158904.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/20210630033845_4540118158904.jpg',
'sort' => (int) 171,
'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) 542,
'product_id' => (int) 53188,
'product_name' => 'パーントゥボールペン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '77',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118158911',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033914_4540118158911.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/20210630033914_4540118158911.jpg',
'sort' => (int) 58,
'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) 543,
'product_id' => (int) 36575,
'product_name' => 'パーントゥシャープペン',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '77',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118158928',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033931_4540118158928.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/20210630033931_4540118158928.jpg',
'sort' => (int) 108,
'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) 544,
'product_id' => (int) 82615,
'product_name' => 'パーントゥぬいぐるみST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160112',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630033954_4540118160112.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/20210630033954_4540118160112.jpg',
'sort' => (int) 164,
'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) 545,
'product_id' => (int) 33792,
'product_name' => 'パーントゥスポーツST(サッカー/野球/バレー/バスケ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160808',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034020_4540118160808.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/20210630034020_4540118160808.jpg',
'sort' => (int) 40,
'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) 546,
'product_id' => (int) 36952,
'product_name' => 'パーントゥチェーンビーズST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118158881',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034039_4540118158881.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/20210630034039_4540118158881.jpg',
'sort' => (int) 97,
'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) 547,
'product_id' => (int) 44132,
'product_name' => '親子シーサーみゃーくずま方言ST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118172252',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034126_4540118172252-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034126_4540118172252-2.jpg"},{"url":"\/files\/uploads\/products\/20210630034126_4540118172252-3.jpg"},{"url":"\/files\/uploads\/products\/20210630034126_4540118172252-4.jpg"},{"url":"\/files\/uploads\/products\/20210630034126_4540118172252-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/20210630034126_4540118172252-1.jpg',
'sort' => (int) 155,
'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) 548,
'product_id' => (int) 78155,
'product_name' => 'ふりふりパーントゥST',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '78',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118168767',
'item_price' => '440',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034149_4540118168767.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/20210630034149_4540118168767.jpg',
'sort' => (int) 27,
'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) 549,
'product_id' => (int) 52761,
'product_name' => '癒しーる(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '79',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118160419',
'item_price' => '330',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034211_4540118160419.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/20210630034211_4540118160419.jpg',
'sort' => (int) 90,
'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) 550,
'product_id' => (int) 86904,
'product_name' => 'うちな~マグネット(伊良部大橋)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '79',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181674',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034231_4540118181674.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/20210630034231_4540118181674.jpg',
'sort' => (int) 138,
'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) 551,
'product_id' => (int) 11120,
'product_name' => 'うちな~マグネット(砂山ビーチ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '79',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181926',
'item_price' => '550',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034300_4540118181926.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/20210630034300_4540118181926.jpg',
'sort' => (int) 187,
'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) 552,
'product_id' => (int) 67923,
'product_name' => 'うちな~小物ケース(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '79',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118201068',
'item_price' => '715',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034315_4540118201068.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/20210630034315_4540118201068.jpg',
'sort' => (int) 79,
'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) 553,
'product_id' => (int) 51156,
'product_name' => 'ガラス壁掛け(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '79',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118174775',
'item_price' => '880',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034352_4540118174775-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034352_4540118174775-2.jpg"},{"url":"\/files\/uploads\/products\/20210630034352_4540118174775-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/20210630034352_4540118174775-1.jpg',
'sort' => (int) 129,
'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) 554,
'product_id' => (int) 18142,
'product_name' => '帆布ランチバッグ(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '80',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182473',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034418_4540118182473.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/20210630034418_4540118182473.jpg',
'sort' => (int) 180,
'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) 555,
'product_id' => (int) 92383,
'product_name' => '宮古島方言のれん',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '81',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299138252',
'item_price' => '1430',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034443_4582299138252.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/20210630034443_4582299138252.jpg',
'sort' => (int) 72,
'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) 556,
'product_id' => (int) 41365,
'product_name' => '名所のれん(青)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '81',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299137729',
'item_price' => '2420',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034513_4582299137729-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/20210630034513_4582299137729-1.jpg',
'sort' => (int) 123,
'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) 557,
'product_id' => (int) 91711,
'product_name' => '名所のれん(茶)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '81',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299137729',
'item_price' => '2420',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034531_4582299137729-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/20210630034531_4582299137729-2.jpg',
'sort' => (int) 176,
'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) 558,
'product_id' => (int) 68858,
'product_name' => 'パーントゥ三人衆Tシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4582299138924',
'item_price' => '2530',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034615_4582299138924-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034615_4582299138924-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/20210630034615_4582299138924-1.jpg',
'sort' => (int) 54,
'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) 559,
'product_id' => (int) 60298,
'product_name' => '宮古島Tシャツ(ホヌ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181483',
'item_price' => '2200',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034704_4540118181483-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034704_4540118181483-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/20210630034704_4540118181483-1.jpg',
'sort' => (int) 112,
'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) 560,
'product_id' => (int) 76142,
'product_name' => '宮古島Tシャツ(マップ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118181490',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034730_4540118181490-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034730_4540118181490-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/20210630034730_4540118181490-1.jpg',
'sort' => (int) 157,
'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) 561,
'product_id' => (int) 50314,
'product_name' => 'モンステラ&ハイビ MIYAKOJIMA Tシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118635023',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034809_4540118635023-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034809_4540118635023-2.jpg"},{"url":"\/files\/uploads\/products\/20210630034809_4540118635023-3.jpg"},{"url":"\/files\/uploads\/products\/20210630034809_4540118635023-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/20210630034809_4540118635023-1.jpg',
'sort' => (int) 40,
'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) 562,
'product_id' => (int) 86008,
'product_name' => '宮古島Tシャツ(マップ)(キッズ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118186624',
'item_price' => '2640',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034839_4540118186624-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034839_4540118186624-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/20210630034839_4540118186624-1.jpg',
'sort' => (int) 100,
'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) 563,
'product_id' => (int) 90788,
'product_name' => 'パーントゥ三人衆キッズTシャツ',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '82',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118186617',
'item_price' => '2530',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034924_4540118186617-1.jpg"},{"url":"\/files\/uploads\/products\/20210630034924_4540118186617-2.jpg"},{"url":"\/files\/uploads\/products\/20210630034924_4540118186617-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' => (int) 1,
'eye_catching' => '/files/uploads/products/20210630034924_4540118186617-1.jpg',
'sort' => (int) 147,
'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) 564,
'product_id' => (int) 40784,
'product_name' => '美らピカ足袋ソックス(パーントゥ)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '49',
'item_name' => '',
'item_description' => '',
'jan_code' => '4540118182602',
'item_price' => '660',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210630034951_4540118182602.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/20210630034951_4540118182602.jpg',
'sort' => (int) 32,
'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) 678,
'product_id' => (int) 38345,
'product_name' => 'パーントゥまんじゅう',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '9',
'item_name' => '焼き菓子',
'item_description' => '国の重要無形文化財に指定されている奇祭『パーントゥ』をモチーフにしたココア風味の饅頭です。',
'jan_code' => '4540118002474',
'item_price' => '648',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906103013_パーントゥまんじゅう.jpg"}]',
'internal_capacity' => '8個入',
'best_by_date' => '90日',
'item_weight' => '',
'c_s_quantity' => '21個',
'c_s_weight' => '',
'product_dimensions' => '250×100×30',
'case_dimensions' => '390×280×310',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906103013_パーントゥまんじゅう.jpg',
'sort' => (int) 26,
'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) 679,
'product_id' => (int) 95953,
'product_name' => '宮古島紅いも あんころ餅',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '9',
'item_name' => '和菓子',
'item_description' => 'やわらかモチモチのお餅を、紅芋餡で包み込みました。
',
'jan_code' => '4963210321562',
'item_price' => '756',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906104401_宮古島紅いもあんころ餅.png"}]',
'internal_capacity' => '9個入',
'best_by_date' => '75日',
'item_weight' => '290g',
'c_s_quantity' => '30個',
'c_s_weight' => '9.5kg',
'product_dimensions' => '170×170×30',
'case_dimensions' => '520×360×190',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => null,
'eye_catching' => '/files/uploads/products/20210906104401_宮古島紅いもあんころ餅.png',
'sort' => (int) 24,
'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) 681,
'product_id' => (int) 41473,
'product_name' => '宮古島黒糖饅頭',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '9',
'item_name' => '和菓子',
'item_description' => '沖縄県産黒糖を使用した黒糖饅頭です。
黒糖の風味が美味しさを際立たせています。食べやすい個包装。',
'jan_code' => '4963210121605',
'item_price' => '648',
'product_image_url' => '[{"url":""}]',
'internal_capacity' => '12個入り',
'best_by_date' => '90日',
'item_weight' => '',
'c_s_quantity' => '24個',
'c_s_weight' => '',
'product_dimensions' => '220×170×30',
'case_dimensions' => '520×240×295',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 2,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906110040_宮古島黒糖饅頭.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) 53 => object(App\Model\Entity\TProduct) {
'id' => (int) 682,
'product_id' => (int) 81062,
'product_name' => '多良間産黒糖(200g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '宮古島の多良間産黒糖です。',
'jan_code' => '4971952600050',
'item_price' => '270',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906110854_多良間産黒糖(200g).png"}]',
'internal_capacity' => '200g',
'best_by_date' => '365日',
'item_weight' => '',
'c_s_quantity' => '20袋',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906110854_多良間産黒糖(200g).png',
'sort' => (int) 17,
'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) 683,
'product_id' => (int) 74077,
'product_name' => '多良間産黒糖(370g)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '10',
'item_name' => '黒糖',
'item_description' => '宮古島の多良間産黒糖です。',
'jan_code' => '4971952100109',
'item_price' => '540',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20210906111045_多良間産黒糖(370g).png"}]',
'internal_capacity' => '370g',
'best_by_date' => '365日',
'item_weight' => '',
'c_s_quantity' => '25袋',
'c_s_weight' => '',
'product_dimensions' => '',
'case_dimensions' => '',
'item_color' => '',
'item_size' => '',
'product_status' => (int) 1,
'pickup_flg' => (int) 1,
'eye_catching' => '/files/uploads/products/20210906111045_多良間産黒糖(370g).png',
'sort' => (int) 23,
'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) 723,
'product_id' => (int) 15021,
'product_name' => 'ナンデモ充電くん(宮古島まもる君)',
'created_ts' => object(Cake\I18n\FrozenTime) {},
'updated_ts' => object(Cake\I18n\FrozenTime) {},
'company_id' => '3',
'category_id' => '76',
'item_name' => '充電機器',
'item_description' => 'アイフォンを含む多様な機器の充電ができる優れもの♪沖縄限定で登場!',
'jan_code' => '4540118202669',
'item_price' => '1760',
'product_image_url' => '[{"url":"\/files\/uploads\/products\/20230525085018_IMG_0121.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/20230525085018_IMG_0121.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 = (int) 43
$key = (int) 3
$p_s_val = [
(int) 0 => '69',
(int) 1 => '69',
(int) 2 => '70',
(int) 3 => '70',
(int) 4 => '70',
(int) 5 => '70',
(int) 6 => '70',
(int) 7 => '70',
(int) 8 => '6',
(int) 9 => '6',
(int) 10 => '6',
(int) 11 => '6',
(int) 12 => '8',
(int) 13 => '74',
(int) 14 => '74',
(int) 15 => '29',
(int) 16 => '29',
(int) 17 => '75',
(int) 18 => '35',
(int) 19 => '35',
(int) 20 => '35',
(int) 21 => '35',
(int) 22 => '35',
(int) 23 => '35',
(int) 24 => '35',
(int) 25 => '35',
(int) 26 => '36',
(int) 27 => '77',
(int) 28 => '77',
(int) 29 => '78',
(int) 30 => '78',
(int) 31 => '78',
(int) 32 => '78',
(int) 33 => '78',
(int) 34 => '79',
(int) 35 => '79',
(int) 36 => '79',
(int) 37 => '79',
(int) 38 => '79',
(int) 39 => '80',
(int) 40 => '81',
(int) 41 => '81',
(int) 42 => '81',
(int) 43 => '82',
(int) 44 => '82',
(int) 45 => '82',
(int) 46 => '82',
(int) 47 => '82',
(int) 48 => '82',
(int) 49 => '49',
(int) 50 => '9',
(int) 51 => '9',
(int) 52 => '9',
(int) 53 => '10',
(int) 54 => '10',
(int) 55 => '76'
]
$res_s_list = [
(int) 8 => '6',
(int) 12 => '8',
(int) 50 => '9',
(int) 53 => '10',
(int) 15 => '29',
(int) 18 => '35',
(int) 26 => '36',
(int) 49 => '49',
(int) 0 => '69',
(int) 2 => '70',
(int) 13 => '74',
(int) 17 => '75',
(int) 55 => '76',
(int) 27 => '77',
(int) 29 => '78',
(int) 34 => '79',
(int) 39 => '80',
(int) 40 => '81',
(int) 43 => '82'
]
$results_s = [
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 4 => '29',
(int) 5 => '35',
(int) 6 => '36',
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
]
$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) 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) 2 => 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) 3 => 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) 4 => 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) 5 => 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) 6 => 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) 7 => 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) 8 => 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) 9 => object(Cake\ORM\Entity) {
'id' => (int) 49,
'parent_id' => (int) 46,
'lft' => (int) 124,
'rght' => (int) 125,
'name' => 'キッズ',
'content' => 'アパレル-服飾雑貨-ソックス-キッズ',
'slug' => 'clothing_Kids',
'href' => '/apparel/clothing_accessories/clothing_socks/clothing_Kids',
'sort' => (int) 63,
'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) 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) 11 => 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) 12 => 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) 13 => 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) 14 => 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) 15 => 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'
}
]
$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) 28,
(int) 6 => (int) 28,
(int) 7 => (int) 32,
(int) 8 => (int) 32,
(int) 9 => (int) 46,
(int) 10 => (int) 1,
(int) 11 => (int) 73,
(int) 12 => (int) 19,
(int) 13 => (int) 19,
(int) 14 => (int) 19,
(int) 15 => (int) 42
]
$res_l_list = [
(int) 10 => (int) 1,
(int) 0 => (int) 3,
(int) 12 => (int) 19,
(int) 5 => (int) 28,
(int) 7 => (int) 32,
(int) 15 => (int) 42,
(int) 9 => (int) 46,
(int) 11 => (int) 73
]
$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) 46,
(int) 7 => (int) 73
]
$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) 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'
}
]
$p_main_val = [
(int) 0 => null,
(int) 1 => null,
(int) 2 => null,
(int) 3 => (int) 43
]
$res_main_list = [
(int) 0 => null,
(int) 3 => (int) 43
]
$results_main = [
(int) 0 => null,
(int) 1 => (int) 43
]
$results_master = [
(int) 19 => (int) 1,
(int) 20 => (int) 3,
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 21 => (int) 19,
(int) 22 => (int) 28,
(int) 4 => '29',
(int) 23 => (int) 32,
(int) 5 => '35',
(int) 6 => '36',
(int) 24 => (int) 42,
(int) 28 => (int) 43,
(int) 25 => (int) 46,
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 26 => (int) 73,
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
]
$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'
}
]
$result_canpany01 = 'img'
$result_canpany02 = 'common'
$result_canpany03 = 'touch-icon.png'
$result_canpany04 = ''
$result_canpany05 = ''
$urlAry = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'miyako',
(int) 3 => 'img',
(int) 4 => 'common',
(int) 5 => 'touch-icon.png'
]
$category_slug_01 = 'img'
$category_slug_02 = 'common'
$category_slug_03 = 'touch-icon.png'
$category_slug_04 = ''
$category_slug_05 = ''
$companyName = 'miyako'
$path_arr = [
(int) 0 => 'touch-icon.png',
(int) 1 => 'common',
(int) 2 => 'img',
(int) 3 => 'miyako',
(int) 4 => 'products',
(int) 5 => ''
]
$sdir = 'touch-icon.png'
$mdir = 'common'
$ldir = 'img'
$bdir = 'miyako'
$aryCount = (int) 6
$uri = 'touch-icon.png'
$catResult = null
$urlArry = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'miyako',
(int) 3 => 'img',
(int) 4 => 'common',
(int) 5 => 'touch-icon.png'
]
$ParentSlug01 = 'img'
$catResults01 = null
$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'
}
] App\Controller\ProductsController::archiveCategory() - APP/Controller/ProductsController.php, line 516
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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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 => null
[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)',
'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]
]
],
'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)',
'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]
]
],
'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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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="512"></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="513"></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="514"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_l </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="515"></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="516"></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">$catResults01</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="517"></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="518"></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_l'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_l</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="519"></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">'catAID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults01</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="520"></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>'miyako'
'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/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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 => 'miyako',
(int) 1 => 'img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'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' => 'miyako',
'category_slug_05' => '',
'category_slug_04' => '',
'category_slug_03' => 'touch-icon.png',
'category_slug_02' => 'common',
'category_slug_01' => 'img',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 19 => (int) 1,
(int) 20 => (int) 3,
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 21 => (int) 19,
(int) 22 => (int) 28,
(int) 4 => '29',
(int) 23 => (int) 32,
(int) 5 => '35',
(int) 6 => '36',
(int) 24 => (int) 42,
(int) 28 => (int) 43,
(int) 25 => (int) 46,
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 26 => (int) 73,
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 43
],
'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) 46,
(int) 7 => (int) 73
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 4 => '29',
(int) 5 => '35',
(int) 6 => '36',
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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 516 </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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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 => null
[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)',
'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]
]
],
'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)',
'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]
]
],
'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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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="512"></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="513"></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="514"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_l </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="515"></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="516"></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">$catResults01</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="517"></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="518"></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_l'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_l</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="519"></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">'catAID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults01</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="520"></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>'miyako'
'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/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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 => 'miyako',
(int) 1 => 'img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'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' => 'miyako',
'category_slug_05' => '',
'category_slug_04' => '',
'category_slug_03' => 'touch-icon.png',
'category_slug_02' => 'common',
'category_slug_01' => 'img',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 19 => (int) 1,
(int) 20 => (int) 3,
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 21 => (int) 19,
(int) 22 => (int) 28,
(int) 4 => '29',
(int) 23 => (int) 32,
(int) 5 => '35',
(int) 6 => '36',
(int) 24 => (int) 42,
(int) 28 => (int) 43,
(int) 25 => (int) 46,
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 26 => (int) 73,
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 43
],
'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) 46,
(int) 7 => (int) 73
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 4 => '29',
(int) 5 => '35',
(int) 6 => '36',
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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 516 </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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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 => null
[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)',
'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]
]
],
'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)',
'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]
]
],
'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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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="512"></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="513"></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="514"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $childcat_list_l </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="515"></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="516"></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">$catResults01</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="517"></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="518"></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_l'</span><span style="color: #007700">, </span><span style="color: #0000BB">$childcat_list_l</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="519"></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">'catAID'</span><span style="color: #007700">, </span><span style="color: #0000BB">$catResults01</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="520"></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>'miyako'
'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/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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 => 'miyako',
(int) 1 => 'img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'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' => 'miyako',
'category_slug_05' => '',
'category_slug_04' => '',
'category_slug_03' => 'touch-icon.png',
'category_slug_02' => 'common',
'category_slug_01' => 'img',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 19 => (int) 1,
(int) 20 => (int) 3,
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 21 => (int) 19,
(int) 22 => (int) 28,
(int) 4 => '29',
(int) 23 => (int) 32,
(int) 5 => '35',
(int) 6 => '36',
(int) 24 => (int) 42,
(int) 28 => (int) 43,
(int) 25 => (int) 46,
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 26 => (int) 73,
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 43
],
'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) 46,
(int) 7 => (int) 73
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 4 => '29',
(int) 5 => '35',
(int) 6 => '36',
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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 516 </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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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 => null
[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)',
'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]
]
],
'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)',
'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]
]
],
'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)',
'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' => '8',
'type' => 'integer',
'placeholder' => 'c3'
],
':c4' => [
'value' => '9',
'type' => 'integer',
'placeholder' => 'c4'
],
':c5' => [
'value' => '10',
'type' => 'integer',
'placeholder' => 'c5'
],
':c6' => [
'value' => (int) 19,
'type' => 'integer',
'placeholder' => 'c6'
],
':c7' => [
'value' => (int) 28,
'type' => 'integer',
'placeholder' => 'c7'
],
':c8' => [
'value' => '29',
'type' => 'integer',
'placeholder' => 'c8'
],
':c9' => [
'value' => (int) 32,
'type' => 'integer',
'placeholder' => 'c9'
],
':c10' => [
'value' => '35',
'type' => 'integer',
'placeholder' => 'c10'
],
':c11' => [
'value' => '36',
'type' => 'integer',
'placeholder' => 'c11'
],
':c12' => [
'value' => (int) 42,
'type' => 'integer',
'placeholder' => 'c12'
],
':c13' => [
'value' => (int) 43,
'type' => 'integer',
'placeholder' => 'c13'
],
':c14' => [
'value' => (int) 46,
'type' => 'integer',
'placeholder' => 'c14'
],
':c15' => [
'value' => '49',
'type' => 'integer',
'placeholder' => 'c15'
],
':c16' => [
'value' => '69',
'type' => 'integer',
'placeholder' => 'c16'
],
':c17' => [
'value' => '70',
'type' => 'integer',
'placeholder' => 'c17'
],
':c18' => [
'value' => (int) 73,
'type' => 'integer',
'placeholder' => 'c18'
],
':c19' => [
'value' => '74',
'type' => 'integer',
'placeholder' => 'c19'
],
':c20' => [
'value' => '75',
'type' => 'integer',
'placeholder' => 'c20'
],
':c21' => [
'value' => '76',
'type' => 'integer',
'placeholder' => 'c21'
],
':c22' => [
'value' => '77',
'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'
]
],
'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
//大カテゴリ
$childcat_list_l = $PCategories -> find ()
-> where ([ 'id IN' => $results_master ])
-> find ( 'children' , [ 'for' => $catResults01 -> id ])
-> find ( 'threaded' );
$this -> set ( 'childcat_list_l' , $childcat_list_l );
$this -> set ( 'catAID' , $catResults01 -> 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 ;
}
'miyako'
'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/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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 => 'miyako',
(int) 1 => 'img/common/touch-icon.png'
]
modelClass => 'Products'
viewVars => [
'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' => 'miyako',
'category_slug_05' => '',
'category_slug_04' => '',
'category_slug_03' => 'touch-icon.png',
'category_slug_02' => 'common',
'category_slug_01' => 'img',
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {}
],
'results_master' => [
(int) 19 => (int) 1,
(int) 20 => (int) 3,
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 21 => (int) 19,
(int) 22 => (int) 28,
(int) 4 => '29',
(int) 23 => (int) 32,
(int) 5 => '35',
(int) 6 => '36',
(int) 24 => (int) 42,
(int) 28 => (int) 43,
(int) 25 => (int) 46,
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 26 => (int) 73,
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'results_main' => [
(int) 0 => null,
(int) 1 => (int) 43
],
'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) 46,
(int) 7 => (int) 73
],
'results_s' => [
(int) 0 => '6',
(int) 1 => '8',
(int) 2 => '9',
(int) 3 => '10',
(int) 4 => '29',
(int) 5 => '35',
(int) 6 => '36',
(int) 7 => '49',
(int) 8 => '69',
(int) 9 => '70',
(int) 10 => '74',
(int) 11 => '75',
(int) 12 => '76',
(int) 13 => '77',
(int) 14 => '78',
(int) 15 => '79',
(int) 16 => '80',
(int) 17 => '81',
(int) 18 => '82'
],
'company_type' => object(App\Model\Entity\MCompany) {},
'product_pickuplist' => object(Cake\ORM\Query) {},
'domain_now' => '/products/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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' => 'miyako',
'lslug' => 'img/common/touch-icon.png',
'pass' => [
(int) 0 => 'miyako',
(int) 1 => '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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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/miyako/img/common/touch-icon.png',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/miyako/img/common/touch-icon.png',
'REMOTE_PORT' => '33510',
'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.141.19.235',
'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/miyako/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.141.19.235',
'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.141.19.235',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'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' => 'ZzRHDTdF7A3fcRWHlS8GXAAAAZA',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1731479309.038,
'REQUEST_TIME' => (int) 1731479309,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/miyako/img/common/touch-icon.png'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/miyako/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/miyako/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 516
〉 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