Notice (8) : Trying to get property 'product_image_url' of non-object [APP/Controller/ProductsController.php , line 134 ]Code Context
$slide = json_decode ( $product_list -> product_image_url , true );
$this -> set ( "slide" , $slide );
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 134
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 88
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 Notice (8) : Trying to get property 'company_id' of non-object [APP/Controller/ProductsController.php , line 140 ]Code Context $p_list = $this -> tProduct -> find ( 'all' , [
'conditions' => [ 'company_id' => $product_list -> company_id ]])
-> contain ([ 'pCategories' , 'mCompany' ])-> toArray ();
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
} App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 140
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 88
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 Notice (8) : Undefined variable: val [APP/Controller/ProductsController.php , line 148 ]Code Context $res = [];
$res = array_unique ( $val );
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = [] App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 148
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 88
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 (2) : array_unique() expects parameter 1 to be array, null given [APP/Controller/ProductsController.php , line 148 ]Code Context $res = [];
$res = array_unique ( $val );
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = [] array_unique - [internal], line ??
App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 148
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 88
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 Notice (8) : Trying to get property 'category_id' of non-object [APP/Controller/ProductsController.php , line 159 ]Code Context $cat01 = $this -> pCategories -> find ( 'all' , [
'conditions' => [ 'id' => $product_list -> category_id ],
])-> first ();
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = '' App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 159
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 88
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 Notice (8) : Trying to get property 'id' of non-object [APP/Controller/ProductsController.php , line 162 ]Code Context
$cat_s = $cat01 -> id ;
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = ''
$cat01 = null App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 162
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 88
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 Notice (8) : Trying to get property 'id' of non-object [APP/Controller/ProductsController.php , line 199 ]Code Context }else{
$cat = $cat01 -> id ;
$cat_s = $cat01 -> id ;
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 199
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 88
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 Notice (8) : Trying to get property 'id' of non-object [APP/Controller/ProductsController.php , line 200 ]Code Context $cat = $cat01 -> id ;
$cat_s = $cat01 -> id ;
}
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 200
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 88
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 Notice (8) : Trying to get property 'company_id' of non-object [APP/Controller/ProductsController.php , line 215 ]Code Context $parentcat_s_list = $this -> tProduct -> find ( 'all' , [
'conditions' => [ 'company_id' => $product_list -> company_id ]
])-> contain ([ 'pCategories' , 'mCompany' ])-> toArray ();
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
] App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 215
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 88
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 Notice (8) : Undefined variable: p_s_val [APP/Controller/ProductsController.php , line 221 ]Code Context $res_s_list = [];
$res_s_list = array_unique ( $p_s_val );
asort ( $res_s_list );
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$parentcat_s_list = []
$res_s_list = [] App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 221
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 88
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 (2) : array_unique() expects parameter 1 to be array, null given [APP/Controller/ProductsController.php , line 221 ]Code Context $res_s_list = [];
$res_s_list = array_unique ( $p_s_val );
asort ( $res_s_list );
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$parentcat_s_list = []
$res_s_list = [] array_unique - [internal], line ??
App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 221
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 88
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 (2) : asort() expects parameter 1 to be array, null given [APP/Controller/ProductsController.php , line 222 ]Code Context $res_s_list = array_unique ( $p_s_val );
asort ( $res_s_list );
foreach( $res_s_list as $value ){
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$parentcat_s_list = []
$res_s_list = null asort - [internal], line ??
App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 222
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 88
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 (2) : Invalid argument supplied for foreach() [APP/Controller/ProductsController.php , line 223 ]Code Context asort ( $res_s_list );
foreach( $res_s_list as $value ){
$results_s [] = $value ;
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$parentcat_s_list = []
$res_s_list = null App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 223
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 88
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 Notice (8) : Undefined variable: results_s [APP/Controller/ProductsController.php , line 226 ]Code Context }
$this -> set ( 'results_s' , $results_s );
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$parentcat_s_list = []
$res_s_list = null App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 226
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 88
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 Notice (8) : Undefined variable: results_s [APP/Controller/ProductsController.php , line 230 ]Code Context $parentcat_l_list = $PCategories -> find ( 'threaded' )
-> where ([ 'id IN' => $results_s ])
-> order ([ 'id' => 'ASC' ])
$paths = [
(int) 0 => '86629'
]
$urlAry_canpanyID = [
(int) 0 => '',
(int) 1 => 'products',
(int) 2 => 'detail',
(int) 3 => '86629'
]
$result_canpanyID = 'detail'
$company_id = ''
$list = 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',
'params' => [],
'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) {}
}
$product_list = null
$slide = null
$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'
}
$p_list = []
$res = null
$cat_main = ''
$cat_l = ''
$cat_m = ''
$cat_s = null
$cat01 = null
$cat = null
$parentcat_list = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1,
'parent_id' => null,
'lft' => (int) 1,
'rght' => (int) 46,
'name' => '食品',
'content' => '食品',
'slug' => 'food',
'href' => '/food',
'sort' => (int) 0,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 19,
'parent_id' => null,
'lft' => (int) 47,
'rght' => (int) 112,
'name' => 'スーベニアグッズ',
'content' => 'スーベニアグッズ',
'slug' => 'souvenir_goods',
'href' => '/souvenir_goods',
'sort' => (int) 23,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 2 => object(Cake\ORM\Entity) {
'id' => (int) 42,
'parent_id' => null,
'lft' => (int) 113,
'rght' => (int) 168,
'name' => 'アパレル',
'content' => 'アパレル',
'slug' => 'apparel',
'href' => '/apparel',
'sort' => (int) 56,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
},
(int) 3 => object(Cake\ORM\Entity) {
'id' => (int) 84,
'parent_id' => null,
'lft' => (int) 169,
'rght' => (int) 174,
'name' => '八重山屋',
'content' => '八重山屋',
'slug' => 'yaeyamaya',
'href' => '/yaeyamaya',
'sort' => (int) 84,
't_product' => [[maximum depth reached]],
'children' => [
[maximum depth reached]
],
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'pCategories'
}
]
$parentcat_s_list = []
$res_s_list = null App\Controller\ProductsController::detail() - APP/Controller/ProductsController.php, line 230
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 88
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: Impossible to generate condition with empty list of values for field (id) </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">
Impossible to generate condition with empty list of values for field (id) <span class="header-type">Cake\Database\Exception</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">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Expression/Comparison.php</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">
<tr>
<td class="excerpt-number" data-number="155"></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">_value </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="156"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $template </span><span style="color: #007700">= </span><span style="color: #DD0000">'%s %s (%s)'</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="157"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $value </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_value</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="158"></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="159"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$template</span><span style="color: #007700">, </span><span style="color: #0000BB">$value</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_stringExpression</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<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></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"> </span><span style="color: #007700">return </span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span><span style="color: #0000BB">$template</span><span style="color: #007700">, </span><span style="color: #0000BB">$field</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_operator</span><span style="color: #007700">, </span><span style="color: #0000BB">$value</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">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Expression/QueryExpression.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="553"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_conditions </span><span style="color: #007700">as </span><span style="color: #0000BB">$part</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="554"></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">$part </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Query</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="555"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $part </span><span style="color: #007700">= </span><span style="color: #DD0000">'(' </span><span style="color: #007700">. </span><span style="color: #0000BB">$part</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">) . </span><span style="color: #DD0000">')'</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="556"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} elseif (</span><span style="color: #0000BB">$part </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="557"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $part </span><span style="color: #007700">= </span><span style="color: #0000BB">$part</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="558"></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="559"></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">strlen</span><span style="color: #007700">(</span><span style="color: #0000BB">$part</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$part</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/QueryCompiler.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="130"></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="131"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="132"></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="133"></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">$parts </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="134"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= [</span><span style="color: #0000BB">$parts</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">)];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="135"></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="136"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_templates</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="137"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_stringifyExpressions</span><span style="color: #007700">((array)</span><span style="color: #0000BB">$parts</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/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="304"></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">traverse</span><span style="color: #007700">(callable </span><span style="color: #0000BB">$visitor</span><span style="color: #007700">, array </span><span style="color: #0000BB">$parts </span><span style="color: #007700">= [])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="305"></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="306"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= </span><span style="color: #0000BB">$parts </span><span style="color: #007700">?: </span><span style="color: #0000BB">array_keys</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_parts</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$parts </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $visitor</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_parts</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$name</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="309"></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="310"></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="311"></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></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>object(Cake\Database\Expression\QueryExpression) {
[protected] _conjunction => 'AND'
[protected] _conditions => [
(int) 0 => object(Cake\Database\Expression\Comparison) {}
]
[protected] _typeMap => object(Cake\Database\TypeMap) {
[protected] _defaults => [
[maximum depth reached]
]
[protected] _types => [[maximum depth reached]]
}
}
'where'</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/vendor/cakephp/cakephp/src/Database/QueryCompiler.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="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $sql </span><span style="color: #007700">= </span><span style="color: #DD0000">''</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"> $type </span><span style="color: #007700">= </span><span style="color: #0000BB">$query</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="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">traverse</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"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_sqlCompiler</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">),</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">->{</span><span style="color: #DD0000">'_' </span><span style="color: #007700">. </span><span style="color: #0000BB">$type </span><span style="color: #007700">. </span><span style="color: #DD0000">'Parts'</span><span style="color: #007700">}</span></span></code></span></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">);</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></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: #FF8000">// Propagate bound parameters from sub-queries if the</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: #FF8000">// placeholders can be found in the SQL statement.</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>object(Closure) {
}
[
(int) 0 => 'select',
(int) 1 => 'from',
(int) 2 => 'join',
(int) 3 => 'where',
(int) 4 => 'group',
(int) 5 => 'having',
(int) 6 => 'order',
(int) 7 => 'limit',
(int) 8 => 'offset',
(int) 9 => 'union',
(int) 10 => 'epilog'
]</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/Database/Driver.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="416"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $processor </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">newCompiler</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="417"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $translator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">queryTranslator</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</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="418"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query </span><span style="color: #007700">= </span><span style="color: #0000BB">$translator</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="419"></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="420"></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">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$processor</span><span style="color: #007700">-></span><span style="color: #0000BB">compile</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">)];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="421"></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="422"></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="423"></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="424"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* {@</span><span style="color: #0000BB">inheritDoc</span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Connection.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="323"></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">string</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="324"></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="325"></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">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">Query $query</span><span style="color: #007700">, </span><span style="color: #0000BB">ValueBinder $generator</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></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="327"></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">getDriver</span><span style="color: #007700">()-></span><span style="color: #0000BB">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">)[</span><span style="color: #0000BB">1</span><span style="color: #007700">];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></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="329"></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="330"></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="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes the provided query after compiling it </span><span style="color: #007700">for </span><span style="color: #0000BB">the specific driver</span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Query.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="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $generator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</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"> $generator</span><span style="color: #007700">-></span><span style="color: #0000BB">resetCount</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></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="278"></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="279"></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">getConnection</span><span style="color: #007700">()-></span><span style="color: #0000BB">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></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">}</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"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="282"></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="283"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Will iterate over every specified part</span><span style="color: #007700">. </span><span style="color: #0000BB">Traversing functions can aggregate</span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/ORM/Query.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="1132"></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">triggerBeforeFind</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1133"></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="1134"></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">_transformQuery</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1135"></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="1136"></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">parent</span><span style="color: #007700">::</span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1137"></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="1138"></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="1139"></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="1140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes this query </span><span style="color: #007700">and </span><span style="color: #0000BB">returns a ResultSet object containing the results</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Driver/Mysql.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="133"></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">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="134"></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="135"></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">connect</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="136"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $isObject </span><span style="color: #007700">= </span><span style="color: #0000BB">$query </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Query</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="137"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_connection</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$isObject </span><span style="color: #007700">? </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">() : </span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= new </span><span style="color: #0000BB">MysqlStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="139"></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">$isObject </span><span style="color: #007700">&& </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">isBufferedResultsEnabled</span><span style="color: #007700">() === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $result</span><span style="color: #007700">-></span><span style="color: #0000BB">bufferResults</span><span style="color: #007700">(</span><span style="color: #0000BB">false</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="141"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>No arguments</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/Database/Connection.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="279"></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="280"></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">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</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"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="282"></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">getDisconnectRetry</span><span style="color: #007700">()-></span><span style="color: #0000BB">run</span><span style="color: #007700">(function () use (</span><span style="color: #0000BB">$sql</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="283"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_driver</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="284"></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="285"></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">_logQueries</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="286"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_newLogger</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="287"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/Core/Retry/CommandRetry.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="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">null</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"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">do {</span></span></code></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">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></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">$action</span><span style="color: #007700">();</span></span></code></span></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: #007700">} catch (</span><span style="color: #0000BB">Exception $e</span><span style="color: #007700">) {</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"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></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">strategy</span><span style="color: #007700">-></span><span style="color: #0000BB">shouldRetry</span><span style="color: #007700">(</span><span style="color: #0000BB">$e</span><span style="color: #007700">, </span><span style="color: #0000BB">$retryCount</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>No arguments</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/Database/Connection.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="286"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_newLogger</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="287"></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="288"></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="289"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="290"></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></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="291"></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="292"></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="293"></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="294"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes a query using $params </span><span style="color: #007700">for </span><span style="color: #0000BB">interpolating values </span><span style="color: #007700">and </span><span style="color: #0000BB">$types </span><span style="color: #007700">as </span><span style="color: #0000BB">a hint </span><span style="color: #007700">for </span><span style="color: #0000BB">each</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Closure) {
}</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/Database/Connection.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="336"></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="337"></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">run</span><span style="color: #007700">(</span><span style="color: #0000BB">Query $query</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="338"></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="339"></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">getDisconnectRetry</span><span style="color: #007700">()-></span><span style="color: #0000BB">run</span><span style="color: #007700">(function () use (</span><span style="color: #0000BB">$query</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="340"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="341"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</span><span style="color: #007700">()-></span><span style="color: #0000BB">attachTo</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="342"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="343"></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="344"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/Core/Retry/CommandRetry.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="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">null</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"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">do {</span></span></code></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">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></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">$action</span><span style="color: #007700">();</span></span></code></span></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: #007700">} catch (</span><span style="color: #0000BB">Exception $e</span><span style="color: #007700">) {</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"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></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">strategy</span><span style="color: #007700">-></span><span style="color: #0000BB">shouldRetry</span><span style="color: #007700">(</span><span style="color: #0000BB">$e</span><span style="color: #007700">, </span><span style="color: #0000BB">$retryCount</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>No arguments</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/Database/Connection.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="341"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</span><span style="color: #007700">()-></span><span style="color: #0000BB">attachTo</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="342"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="343"></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="344"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="345"></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></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="346"></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="347"></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="348"></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="349"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes a SQL statement </span><span style="color: #007700">and </span><span style="color: #0000BB">returns the Statement object </span><span style="color: #007700">as </span><span style="color: #0000BB">result</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Closure) {
}</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/Database/Query.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="214"></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">Cake</span><span style="color: #007700">\</span><span style="color: #0000BB">Database</span><span style="color: #007700">\</span><span style="color: #0000BB">StatementInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="215"></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="216"></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">execute</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="217"></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="218"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_connection</span><span style="color: #007700">-></span><span style="color: #0000BB">run</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="219"></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">_iterator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="220"></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">_dirty </span><span style="color: #007700">= </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="221"></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="222"></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">_iterator</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/ORM/Query.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="1151"></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="1152"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">$decorator</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1153"></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="1154"></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="1155"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEagerLoader</span><span style="color: #007700">()-></span><span style="color: #0000BB">loadExternal</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1156"></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="1157"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">ResultSet</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1158"></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="1159"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>No arguments</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/vendor/cakephp/cakephp/src/Datasource/QueryTrait.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="306"></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">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">fetch</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></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="309"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="310"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateResults</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="311"></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">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></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">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">store</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="313"></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="314"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-19" 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-19">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1095"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'You cannot call all() on a non-select query. Use execute() instead.'</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1096"></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="1097"></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="1098"></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="1099"></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">_all</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1100"></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="1101"></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="1102"></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="1103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Trigger the beforeFind event on the query</span><span style="color: #DD0000">'s repository object.</span></span></code></td>
</tr>
</table>
<div id="stack-args-19" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-20" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-20">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="323"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return array</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="324"></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="325"></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">toArray</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></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="327"></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">all</span><span style="color: #007700">()-></span><span style="color: #0000BB">toArray</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></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="329"></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="330"></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="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Register a </span><span style="color: #007700">new </span><span style="color: #0000BB">MapReduce routine to be executed on top of the database results</span></span></code></td>
</tr>
</table>
<div id="stack-args-20" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-21" 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-21">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="228"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//大カテゴリID取得</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="229"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parentcat_l_list </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="230"></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_s</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="231"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">order</span><span style="color: #007700">([</span><span style="color: #DD0000">'id' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'ASC'</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="232"></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">toArray</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="233"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach(</span><span style="color: #0000BB">$parentcat_l_list </span><span style="color: #007700">as </span><span style="color: #0000BB">$key </span><span style="color: #007700">=> </span><span style="color: #0000BB">$value</span><span style="color: #007700">){</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="234"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $p_l_val</span><span style="color: #007700">[</span><span style="color: #0000BB">$key</span><span style="color: #007700">] = </span><span style="color: #0000BB">$value</span><span style="color: #007700">-></span><span style="color: #0000BB">parent_id</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="235"></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="236"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $res_l_list </span><span style="color: #007700">= [];</span></span></code></td>
</tr>
</table>
<div id="stack-args-21" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-22" 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-22">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-22" style="display: none;">
<pre>'86629'</pre>
</div>
</div>
<div id="stack-frame-23" 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-23">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-23" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-24" 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-24">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-24" 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/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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 => '86629'
]
modelClass => 'Products'
viewVars => [
'results_s' => null,
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'cat_s' => null,
'cat_m' => '',
'cat_l' => '',
'cat_main' => '',
'cat' => null,
'slide' => null,
'product_list' => null,
'list' => object(Cake\ORM\Query) {},
'domain_now' => '/products/detail/86629',
'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-25" 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-25">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-25" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-26" 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-26">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-26" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-27" 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-27">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-27" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-28" 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-28">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-28" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-29" 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-29">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="84"></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="85"></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="86"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $url </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="87"></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">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'..'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false </span><span style="color: #007700">|| </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'.'</span><span style="color: #007700">) === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="88"></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="89"></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="90"></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="91"></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">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'/.'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false</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">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></td>
</tr>
</table>
<div id="stack-args-29" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-30" 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-30">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-30" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-31" 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-31">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-31" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-32" 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-32">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-32" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-33" 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-33">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-33" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-34" 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-34">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-34" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-35" 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-35">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>
</table>
<div id="stack-args-35" 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 vendor-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\Database\Expression\Comparison->_stringExpression</span>
<span class="stack-file">
CORE/src/Database/Expression/Comparison.php, line 159 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\Database\Expression\Comparison->sql</span>
<span class="stack-file">
CORE/src/Database/Expression/QueryExpression.php, line 557 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\Database\Expression\QueryExpression->sql</span>
<span class="stack-file">
CORE/src/Database/QueryCompiler.php, line 134 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\Database\QueryCompiler->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 308 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\Database\Query->traverse</span>
<span class="stack-file">
CORE/src/Database/QueryCompiler.php, line 98 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\Database\QueryCompiler->compile</span>
<span class="stack-file">
CORE/src/Database/Driver.php, line 420 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Database\Driver->compileQuery</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 327 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Database\Connection->compileQuery</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 279 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Database\Query->sql</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1136 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\ORM\Query->sql</span>
<span class="stack-file">
CORE/src/Database/Driver/Mysql.php, line 137 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Database\Driver\Mysql->prepare</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 283 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Database\Connection->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Core/Retry/CommandRetry.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Core\Retry\CommandRetry->run</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 290 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Database\Connection->prepare</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 340 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Database\Connection->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Core/Retry/CommandRetry.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Core\Retry\CommandRetry->run</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 345 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Database\Connection->run</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 218 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Database\Query->execute</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1155 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\ORM\Query->_execute</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 310 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-19">
<span class="stack-function">⟩ Cake\ORM\Query->_all</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1099 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-20">
<span class="stack-function">⟩ Cake\ORM\Query->all</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 327 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-21">
<span class="stack-function">⟩ Cake\ORM\Query->toArray</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 232 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-22">
<span class="stack-function">⟩ App\Controller\ProductsController->detail</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-23">
<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-24">
<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-25">
<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-26">
<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-27">
<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-28">
<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-29">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-30">
<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-31">
<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-32">
<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-33">
<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-34">
<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-35">
<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: Impossible to generate condition with empty list of values for field (id) </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">
Impossible to generate condition with empty list of values for field (id) <span class="header-type">Cake\Database\Exception</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">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Expression/Comparison.php</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">
<tr>
<td class="excerpt-number" data-number="155"></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">_value </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="156"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $template </span><span style="color: #007700">= </span><span style="color: #DD0000">'%s %s (%s)'</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="157"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $value </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_value</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="158"></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="159"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$template</span><span style="color: #007700">, </span><span style="color: #0000BB">$value</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_stringExpression</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<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></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"> </span><span style="color: #007700">return </span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span><span style="color: #0000BB">$template</span><span style="color: #007700">, </span><span style="color: #0000BB">$field</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_operator</span><span style="color: #007700">, </span><span style="color: #0000BB">$value</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">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Expression/QueryExpression.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="553"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_conditions </span><span style="color: #007700">as </span><span style="color: #0000BB">$part</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="554"></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">$part </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Query</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="555"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $part </span><span style="color: #007700">= </span><span style="color: #DD0000">'(' </span><span style="color: #007700">. </span><span style="color: #0000BB">$part</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">) . </span><span style="color: #DD0000">')'</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="556"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} elseif (</span><span style="color: #0000BB">$part </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="557"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $part </span><span style="color: #007700">= </span><span style="color: #0000BB">$part</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="558"></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="559"></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">strlen</span><span style="color: #007700">(</span><span style="color: #0000BB">$part</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$part</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/QueryCompiler.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="130"></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="131"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="132"></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="133"></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">$parts </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="134"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= [</span><span style="color: #0000BB">$parts</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">)];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="135"></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="136"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_templates</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="137"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_stringifyExpressions</span><span style="color: #007700">((array)</span><span style="color: #0000BB">$parts</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/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="304"></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">traverse</span><span style="color: #007700">(callable </span><span style="color: #0000BB">$visitor</span><span style="color: #007700">, array </span><span style="color: #0000BB">$parts </span><span style="color: #007700">= [])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="305"></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="306"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= </span><span style="color: #0000BB">$parts </span><span style="color: #007700">?: </span><span style="color: #0000BB">array_keys</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_parts</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$parts </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $visitor</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_parts</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$name</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="309"></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="310"></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="311"></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></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>object(Cake\Database\Expression\QueryExpression) {
[protected] _conjunction => 'AND'
[protected] _conditions => [
(int) 0 => object(Cake\Database\Expression\Comparison) {}
]
[protected] _typeMap => object(Cake\Database\TypeMap) {
[protected] _defaults => [
[maximum depth reached]
]
[protected] _types => [[maximum depth reached]]
}
}
'where'</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/vendor/cakephp/cakephp/src/Database/QueryCompiler.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="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $sql </span><span style="color: #007700">= </span><span style="color: #DD0000">''</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"> $type </span><span style="color: #007700">= </span><span style="color: #0000BB">$query</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="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">traverse</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"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_sqlCompiler</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">),</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">->{</span><span style="color: #DD0000">'_' </span><span style="color: #007700">. </span><span style="color: #0000BB">$type </span><span style="color: #007700">. </span><span style="color: #DD0000">'Parts'</span><span style="color: #007700">}</span></span></code></span></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">);</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></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: #FF8000">// Propagate bound parameters from sub-queries if the</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: #FF8000">// placeholders can be found in the SQL statement.</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>object(Closure) {
}
[
(int) 0 => 'select',
(int) 1 => 'from',
(int) 2 => 'join',
(int) 3 => 'where',
(int) 4 => 'group',
(int) 5 => 'having',
(int) 6 => 'order',
(int) 7 => 'limit',
(int) 8 => 'offset',
(int) 9 => 'union',
(int) 10 => 'epilog'
]</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/Database/Driver.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="416"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $processor </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">newCompiler</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="417"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $translator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">queryTranslator</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</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="418"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query </span><span style="color: #007700">= </span><span style="color: #0000BB">$translator</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="419"></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="420"></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">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$processor</span><span style="color: #007700">-></span><span style="color: #0000BB">compile</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">)];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="421"></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="422"></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="423"></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="424"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* {@</span><span style="color: #0000BB">inheritDoc</span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Connection.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="323"></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">string</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="324"></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="325"></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">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">Query $query</span><span style="color: #007700">, </span><span style="color: #0000BB">ValueBinder $generator</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></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="327"></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">getDriver</span><span style="color: #007700">()-></span><span style="color: #0000BB">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">)[</span><span style="color: #0000BB">1</span><span style="color: #007700">];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></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="329"></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="330"></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="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes the provided query after compiling it </span><span style="color: #007700">for </span><span style="color: #0000BB">the specific driver</span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Query.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="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $generator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</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"> $generator</span><span style="color: #007700">-></span><span style="color: #0000BB">resetCount</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></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="278"></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="279"></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">getConnection</span><span style="color: #007700">()-></span><span style="color: #0000BB">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></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">}</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"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="282"></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="283"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Will iterate over every specified part</span><span style="color: #007700">. </span><span style="color: #0000BB">Traversing functions can aggregate</span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/ORM/Query.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="1132"></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">triggerBeforeFind</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1133"></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="1134"></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">_transformQuery</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1135"></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="1136"></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">parent</span><span style="color: #007700">::</span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1137"></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="1138"></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="1139"></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="1140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes this query </span><span style="color: #007700">and </span><span style="color: #0000BB">returns a ResultSet object containing the results</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Driver/Mysql.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="133"></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">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="134"></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="135"></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">connect</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="136"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $isObject </span><span style="color: #007700">= </span><span style="color: #0000BB">$query </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Query</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="137"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_connection</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$isObject </span><span style="color: #007700">? </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">() : </span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= new </span><span style="color: #0000BB">MysqlStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="139"></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">$isObject </span><span style="color: #007700">&& </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">isBufferedResultsEnabled</span><span style="color: #007700">() === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $result</span><span style="color: #007700">-></span><span style="color: #0000BB">bufferResults</span><span style="color: #007700">(</span><span style="color: #0000BB">false</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="141"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>No arguments</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/Database/Connection.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="279"></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="280"></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">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</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"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="282"></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">getDisconnectRetry</span><span style="color: #007700">()-></span><span style="color: #0000BB">run</span><span style="color: #007700">(function () use (</span><span style="color: #0000BB">$sql</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="283"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_driver</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="284"></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="285"></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">_logQueries</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="286"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_newLogger</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="287"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/Core/Retry/CommandRetry.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="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">null</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"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">do {</span></span></code></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">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></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">$action</span><span style="color: #007700">();</span></span></code></span></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: #007700">} catch (</span><span style="color: #0000BB">Exception $e</span><span style="color: #007700">) {</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"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></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">strategy</span><span style="color: #007700">-></span><span style="color: #0000BB">shouldRetry</span><span style="color: #007700">(</span><span style="color: #0000BB">$e</span><span style="color: #007700">, </span><span style="color: #0000BB">$retryCount</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>No arguments</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/Database/Connection.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="286"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_newLogger</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="287"></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="288"></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="289"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="290"></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></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="291"></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="292"></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="293"></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="294"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes a query using $params </span><span style="color: #007700">for </span><span style="color: #0000BB">interpolating values </span><span style="color: #007700">and </span><span style="color: #0000BB">$types </span><span style="color: #007700">as </span><span style="color: #0000BB">a hint </span><span style="color: #007700">for </span><span style="color: #0000BB">each</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Closure) {
}</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/Database/Connection.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="336"></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="337"></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">run</span><span style="color: #007700">(</span><span style="color: #0000BB">Query $query</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="338"></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="339"></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">getDisconnectRetry</span><span style="color: #007700">()-></span><span style="color: #0000BB">run</span><span style="color: #007700">(function () use (</span><span style="color: #0000BB">$query</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="340"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="341"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</span><span style="color: #007700">()-></span><span style="color: #0000BB">attachTo</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="342"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="343"></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="344"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/Core/Retry/CommandRetry.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="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">null</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"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">do {</span></span></code></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">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></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">$action</span><span style="color: #007700">();</span></span></code></span></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: #007700">} catch (</span><span style="color: #0000BB">Exception $e</span><span style="color: #007700">) {</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"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></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">strategy</span><span style="color: #007700">-></span><span style="color: #0000BB">shouldRetry</span><span style="color: #007700">(</span><span style="color: #0000BB">$e</span><span style="color: #007700">, </span><span style="color: #0000BB">$retryCount</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>No arguments</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/Database/Connection.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="341"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</span><span style="color: #007700">()-></span><span style="color: #0000BB">attachTo</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="342"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="343"></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="344"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="345"></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></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="346"></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="347"></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="348"></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="349"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes a SQL statement </span><span style="color: #007700">and </span><span style="color: #0000BB">returns the Statement object </span><span style="color: #007700">as </span><span style="color: #0000BB">result</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Closure) {
}</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/Database/Query.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="214"></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">Cake</span><span style="color: #007700">\</span><span style="color: #0000BB">Database</span><span style="color: #007700">\</span><span style="color: #0000BB">StatementInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="215"></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="216"></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">execute</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="217"></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="218"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_connection</span><span style="color: #007700">-></span><span style="color: #0000BB">run</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="219"></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">_iterator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="220"></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">_dirty </span><span style="color: #007700">= </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="221"></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="222"></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">_iterator</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/ORM/Query.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="1151"></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="1152"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">$decorator</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1153"></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="1154"></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="1155"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEagerLoader</span><span style="color: #007700">()-></span><span style="color: #0000BB">loadExternal</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1156"></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="1157"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">ResultSet</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1158"></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="1159"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>No arguments</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/vendor/cakephp/cakephp/src/Datasource/QueryTrait.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="306"></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">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">fetch</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></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="309"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="310"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateResults</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="311"></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">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></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">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">store</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="313"></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="314"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-19" 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-19">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1095"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'You cannot call all() on a non-select query. Use execute() instead.'</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1096"></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="1097"></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="1098"></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="1099"></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">_all</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1100"></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="1101"></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="1102"></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="1103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Trigger the beforeFind event on the query</span><span style="color: #DD0000">'s repository object.</span></span></code></td>
</tr>
</table>
<div id="stack-args-19" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-20" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-20">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="323"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return array</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="324"></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="325"></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">toArray</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></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="327"></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">all</span><span style="color: #007700">()-></span><span style="color: #0000BB">toArray</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></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="329"></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="330"></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="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Register a </span><span style="color: #007700">new </span><span style="color: #0000BB">MapReduce routine to be executed on top of the database results</span></span></code></td>
</tr>
</table>
<div id="stack-args-20" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-21" 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-21">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="228"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//大カテゴリID取得</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="229"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parentcat_l_list </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="230"></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_s</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="231"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">order</span><span style="color: #007700">([</span><span style="color: #DD0000">'id' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'ASC'</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="232"></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">toArray</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="233"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach(</span><span style="color: #0000BB">$parentcat_l_list </span><span style="color: #007700">as </span><span style="color: #0000BB">$key </span><span style="color: #007700">=> </span><span style="color: #0000BB">$value</span><span style="color: #007700">){</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="234"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $p_l_val</span><span style="color: #007700">[</span><span style="color: #0000BB">$key</span><span style="color: #007700">] = </span><span style="color: #0000BB">$value</span><span style="color: #007700">-></span><span style="color: #0000BB">parent_id</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="235"></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="236"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $res_l_list </span><span style="color: #007700">= [];</span></span></code></td>
</tr>
</table>
<div id="stack-args-21" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-22" 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-22">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-22" style="display: none;">
<pre>'86629'</pre>
</div>
</div>
<div id="stack-frame-23" 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-23">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-23" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-24" 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-24">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-24" 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/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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 => '86629'
]
modelClass => 'Products'
viewVars => [
'results_s' => null,
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'cat_s' => null,
'cat_m' => '',
'cat_l' => '',
'cat_main' => '',
'cat' => null,
'slide' => null,
'product_list' => null,
'list' => object(Cake\ORM\Query) {},
'domain_now' => '/products/detail/86629',
'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-25" 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-25">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-25" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-26" 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-26">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-26" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-27" 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-27">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-27" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-28" 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-28">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-28" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-29" 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-29">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="84"></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="85"></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="86"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $url </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="87"></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">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'..'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false </span><span style="color: #007700">|| </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'.'</span><span style="color: #007700">) === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="88"></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="89"></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="90"></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="91"></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">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'/.'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false</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">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></td>
</tr>
</table>
<div id="stack-args-29" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-30" 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-30">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-30" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-31" 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-31">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-31" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-32" 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-32">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-32" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-33" 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-33">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-33" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-34" 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-34">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-34" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-35" 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-35">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>
</table>
<div id="stack-args-35" 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 vendor-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\Database\Expression\Comparison->_stringExpression</span>
<span class="stack-file">
CORE/src/Database/Expression/Comparison.php, line 159 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\Database\Expression\Comparison->sql</span>
<span class="stack-file">
CORE/src/Database/Expression/QueryExpression.php, line 557 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\Database\Expression\QueryExpression->sql</span>
<span class="stack-file">
CORE/src/Database/QueryCompiler.php, line 134 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\Database\QueryCompiler->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 308 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\Database\Query->traverse</span>
<span class="stack-file">
CORE/src/Database/QueryCompiler.php, line 98 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\Database\QueryCompiler->compile</span>
<span class="stack-file">
CORE/src/Database/Driver.php, line 420 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Database\Driver->compileQuery</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 327 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Database\Connection->compileQuery</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 279 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Database\Query->sql</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1136 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\ORM\Query->sql</span>
<span class="stack-file">
CORE/src/Database/Driver/Mysql.php, line 137 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Database\Driver\Mysql->prepare</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 283 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Database\Connection->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Core/Retry/CommandRetry.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Core\Retry\CommandRetry->run</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 290 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Database\Connection->prepare</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 340 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Database\Connection->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Core/Retry/CommandRetry.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Core\Retry\CommandRetry->run</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 345 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Database\Connection->run</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 218 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Database\Query->execute</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1155 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\ORM\Query->_execute</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 310 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-19">
<span class="stack-function">⟩ Cake\ORM\Query->_all</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1099 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-20">
<span class="stack-function">⟩ Cake\ORM\Query->all</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 327 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-21">
<span class="stack-function">⟩ Cake\ORM\Query->toArray</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 232 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-22">
<span class="stack-function">⟩ App\Controller\ProductsController->detail</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-23">
<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-24">
<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-25">
<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-26">
<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-27">
<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-28">
<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-29">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-30">
<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-31">
<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-32">
<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-33">
<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-34">
<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-35">
<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: Impossible to generate condition with empty list of values for field (id) </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">
Impossible to generate condition with empty list of values for field (id) <span class="header-type">Cake\Database\Exception</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">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Expression/Comparison.php</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">
<tr>
<td class="excerpt-number" data-number="155"></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">_value </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="156"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $template </span><span style="color: #007700">= </span><span style="color: #DD0000">'%s %s (%s)'</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="157"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $value </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_value</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="158"></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="159"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">list(</span><span style="color: #0000BB">$template</span><span style="color: #007700">, </span><span style="color: #0000BB">$value</span><span style="color: #007700">) = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_stringExpression</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<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></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"> </span><span style="color: #007700">return </span><span style="color: #0000BB">sprintf</span><span style="color: #007700">(</span><span style="color: #0000BB">$template</span><span style="color: #007700">, </span><span style="color: #0000BB">$field</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_operator</span><span style="color: #007700">, </span><span style="color: #0000BB">$value</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">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-0" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Expression/QueryExpression.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="553"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_conditions </span><span style="color: #007700">as </span><span style="color: #0000BB">$part</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="554"></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">$part </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Query</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="555"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $part </span><span style="color: #007700">= </span><span style="color: #DD0000">'(' </span><span style="color: #007700">. </span><span style="color: #0000BB">$part</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">) . </span><span style="color: #DD0000">')'</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="556"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">} elseif (</span><span style="color: #0000BB">$part </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="557"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $part </span><span style="color: #007700">= </span><span style="color: #0000BB">$part</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="558"></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="559"></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">strlen</span><span style="color: #007700">(</span><span style="color: #0000BB">$part</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="560"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts</span><span style="color: #007700">[] = </span><span style="color: #0000BB">$part</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="561"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-1" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/QueryCompiler.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="130"></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="131"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="132"></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="133"></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">$parts </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">ExpressionInterface</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="134"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= [</span><span style="color: #0000BB">$parts</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">)];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="135"></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="136"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_templates</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">])) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="137"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_stringifyExpressions</span><span style="color: #007700">((array)</span><span style="color: #0000BB">$parts</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-2" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/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="304"></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">traverse</span><span style="color: #007700">(callable </span><span style="color: #0000BB">$visitor</span><span style="color: #007700">, array </span><span style="color: #0000BB">$parts </span><span style="color: #007700">= [])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="305"></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="306"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parts </span><span style="color: #007700">= </span><span style="color: #0000BB">$parts </span><span style="color: #007700">?: </span><span style="color: #0000BB">array_keys</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_parts</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$parts </span><span style="color: #007700">as </span><span style="color: #0000BB">$name</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $visitor</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_parts</span><span style="color: #007700">[</span><span style="color: #0000BB">$name</span><span style="color: #007700">], </span><span style="color: #0000BB">$name</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="309"></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="310"></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="311"></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></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-3" style="display: none;">
<pre>object(Cake\Database\Expression\QueryExpression) {
[protected] _conjunction => 'AND'
[protected] _conditions => [
(int) 0 => object(Cake\Database\Expression\Comparison) {}
]
[protected] _typeMap => object(Cake\Database\TypeMap) {
[protected] _defaults => [
[maximum depth reached]
]
[protected] _types => [[maximum depth reached]]
}
}
'where'</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/vendor/cakephp/cakephp/src/Database/QueryCompiler.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="94"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $sql </span><span style="color: #007700">= </span><span style="color: #DD0000">''</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"> $type </span><span style="color: #007700">= </span><span style="color: #0000BB">$query</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="96"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">traverse</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"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">_sqlCompiler</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">, </span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">),</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="98"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">->{</span><span style="color: #DD0000">'_' </span><span style="color: #007700">. </span><span style="color: #0000BB">$type </span><span style="color: #007700">. </span><span style="color: #DD0000">'Parts'</span><span style="color: #007700">}</span></span></code></span></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">);</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></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: #FF8000">// Propagate bound parameters from sub-queries if the</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: #FF8000">// placeholders can be found in the SQL statement.</span></span></code></td>
</tr>
</table>
<div id="stack-args-4" style="display: none;">
<pre>object(Closure) {
}
[
(int) 0 => 'select',
(int) 1 => 'from',
(int) 2 => 'join',
(int) 3 => 'where',
(int) 4 => 'group',
(int) 5 => 'having',
(int) 6 => 'order',
(int) 7 => 'limit',
(int) 8 => 'offset',
(int) 9 => 'union',
(int) 10 => 'epilog'
]</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/Database/Driver.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="416"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $processor </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">newCompiler</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="417"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $translator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">queryTranslator</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</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="418"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query </span><span style="color: #007700">= </span><span style="color: #0000BB">$translator</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="419"></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="420"></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">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$processor</span><span style="color: #007700">-></span><span style="color: #0000BB">compile</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">)];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="421"></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="422"></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="423"></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="424"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* {@</span><span style="color: #0000BB">inheritDoc</span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-5" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Connection.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="323"></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">string</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="324"></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="325"></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">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">Query $query</span><span style="color: #007700">, </span><span style="color: #0000BB">ValueBinder $generator</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></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="327"></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">getDriver</span><span style="color: #007700">()-></span><span style="color: #0000BB">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">)[</span><span style="color: #0000BB">1</span><span style="color: #007700">];</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></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="329"></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="330"></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="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes the provided query after compiling it </span><span style="color: #007700">for </span><span style="color: #0000BB">the specific driver</span></span></code></td>
</tr>
</table>
<div id="stack-args-6" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Query.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="275"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $generator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</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"> $generator</span><span style="color: #007700">-></span><span style="color: #0000BB">resetCount</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="277"></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="278"></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="279"></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">getConnection</span><span style="color: #007700">()-></span><span style="color: #0000BB">compileQuery</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></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">}</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"></span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="282"></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="283"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Will iterate over every specified part</span><span style="color: #007700">. </span><span style="color: #0000BB">Traversing functions can aggregate</span></span></code></td>
</tr>
</table>
<div id="stack-args-7" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/ORM/Query.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="1132"></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">triggerBeforeFind</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1133"></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="1134"></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">_transformQuery</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1135"></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="1136"></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">parent</span><span style="color: #007700">::</span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$generator</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1137"></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="1138"></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="1139"></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="1140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes this query </span><span style="color: #007700">and </span><span style="color: #0000BB">returns a ResultSet object containing the results</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-8" style="display: none;">
<pre>object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}</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/Database/Driver/Mysql.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="133"></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">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="134"></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="135"></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">connect</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="136"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $isObject </span><span style="color: #007700">= </span><span style="color: #0000BB">$query </span><span style="color: #007700">instanceof </span><span style="color: #0000BB">Query</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="137"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_connection</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$isObject </span><span style="color: #007700">? </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">sql</span><span style="color: #007700">() : </span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="138"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $result </span><span style="color: #007700">= new </span><span style="color: #0000BB">MysqlStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="139"></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">$isObject </span><span style="color: #007700">&& </span><span style="color: #0000BB">$query</span><span style="color: #007700">-></span><span style="color: #0000BB">isBufferedResultsEnabled</span><span style="color: #007700">() === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="140"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $result</span><span style="color: #007700">-></span><span style="color: #0000BB">bufferResults</span><span style="color: #007700">(</span><span style="color: #0000BB">false</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="141"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-9" style="display: none;">
<pre>No arguments</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/Database/Connection.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="279"></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="280"></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">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</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"> </span><span style="color: #007700">{</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="282"></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">getDisconnectRetry</span><span style="color: #007700">()-></span><span style="color: #0000BB">run</span><span style="color: #007700">(function () use (</span><span style="color: #0000BB">$sql</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="283"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_driver</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$sql</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="284"></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="285"></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">_logQueries</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="286"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_newLogger</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="287"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-10" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/Core/Retry/CommandRetry.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="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">null</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"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">do {</span></span></code></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">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></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">$action</span><span style="color: #007700">();</span></span></code></span></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: #007700">} catch (</span><span style="color: #0000BB">Exception $e</span><span style="color: #007700">) {</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"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></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">strategy</span><span style="color: #007700">-></span><span style="color: #0000BB">shouldRetry</span><span style="color: #007700">(</span><span style="color: #0000BB">$e</span><span style="color: #007700">, </span><span style="color: #0000BB">$retryCount</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-11" style="display: none;">
<pre>No arguments</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/Database/Connection.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="286"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_newLogger</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="287"></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="288"></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="289"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="290"></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></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="291"></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="292"></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="293"></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="294"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes a query using $params </span><span style="color: #007700">for </span><span style="color: #0000BB">interpolating values </span><span style="color: #007700">and </span><span style="color: #0000BB">$types </span><span style="color: #007700">as </span><span style="color: #0000BB">a hint </span><span style="color: #007700">for </span><span style="color: #0000BB">each</span></span></code></td>
</tr>
</table>
<div id="stack-args-12" style="display: none;">
<pre>object(Closure) {
}</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/Database/Connection.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="336"></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="337"></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">run</span><span style="color: #007700">(</span><span style="color: #0000BB">Query $query</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="338"></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="339"></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">getDisconnectRetry</span><span style="color: #007700">()-></span><span style="color: #0000BB">run</span><span style="color: #007700">(function () use (</span><span style="color: #0000BB">$query</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="340"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">prepare</span><span style="color: #007700">(</span><span style="color: #0000BB">$query</span><span style="color: #007700">);</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="341"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</span><span style="color: #007700">()-></span><span style="color: #0000BB">attachTo</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="342"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="343"></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="344"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-13" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/Core/Retry/CommandRetry.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="63"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">null</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"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">do {</span></span></code></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">try {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="67"></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">$action</span><span style="color: #007700">();</span></span></code></span></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: #007700">} catch (</span><span style="color: #0000BB">Exception $e</span><span style="color: #007700">) {</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"> $lastException </span><span style="color: #007700">= </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="70"></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">strategy</span><span style="color: #007700">-></span><span style="color: #0000BB">shouldRetry</span><span style="color: #007700">(</span><span style="color: #0000BB">$e</span><span style="color: #007700">, </span><span style="color: #0000BB">$retryCount</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="71"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">throw </span><span style="color: #0000BB">$e</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-14" style="display: none;">
<pre>No arguments</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/Database/Connection.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="341"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $query</span><span style="color: #007700">-></span><span style="color: #0000BB">getValueBinder</span><span style="color: #007700">()-></span><span style="color: #0000BB">attachTo</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="342"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $statement</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="343"></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="344"></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">$statement</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="345"></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></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="346"></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="347"></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="348"></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="349"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Executes a SQL statement </span><span style="color: #007700">and </span><span style="color: #0000BB">returns the Statement object </span><span style="color: #007700">as </span><span style="color: #0000BB">result</span><span style="color: #007700">.</span></span></code></td>
</tr>
</table>
<div id="stack-args-15" style="display: none;">
<pre>object(Closure) {
}</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/Database/Query.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="214"></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">Cake</span><span style="color: #007700">\</span><span style="color: #0000BB">Database</span><span style="color: #007700">\</span><span style="color: #0000BB">StatementInterface</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="215"></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="216"></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">execute</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="217"></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="218"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_connection</span><span style="color: #007700">-></span><span style="color: #0000BB">run</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="219"></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">_iterator </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateStatement</span><span style="color: #007700">(</span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="220"></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">_dirty </span><span style="color: #007700">= </span><span style="color: #0000BB">false</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="221"></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="222"></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">_iterator</span><span style="color: #007700">;</span></span></code></td>
</tr>
</table>
<div id="stack-args-16" style="display: none;">
<pre>object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}</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/ORM/Query.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="1151"></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="1152"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">$decorator</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1153"></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="1154"></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="1155"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $statement </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">getEagerLoader</span><span style="color: #007700">()-></span><span style="color: #0000BB">loadExternal</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1156"></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="1157"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">return new </span><span style="color: #0000BB">ResultSet</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$statement</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1158"></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="1159"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></td>
</tr>
</table>
<div id="stack-args-17" style="display: none;">
<pre>No arguments</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/vendor/cakephp/cakephp/src/Datasource/QueryTrait.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="306"></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">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="307"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">fetch</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="308"></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="309"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (!isset(</span><span style="color: #0000BB">$results</span><span style="color: #007700">)) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="310"></td>
<td class="excerpt-line"><span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $results </span><span style="color: #007700">= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_decorateResults</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_execute</span><span style="color: #007700">());</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="311"></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">_cache</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="312"></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">_cache</span><span style="color: #007700">-></span><span style="color: #0000BB">store</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">, </span><span style="color: #0000BB">$results</span><span style="color: #007700">);</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="313"></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="314"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></td>
</tr>
</table>
<div id="stack-args-18" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-19" 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-19">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="1095"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'You cannot call all() on a non-select query. Use execute() instead.'</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1096"></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="1097"></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="1098"></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="1099"></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">_all</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="1100"></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="1101"></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="1102"></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="1103"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Trigger the beforeFind event on the query</span><span style="color: #DD0000">'s repository object.</span></span></code></td>
</tr>
</table>
<div id="stack-args-19" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-20" style="display:none;" class="stack-details">
<span class="stack-frame-file">/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php</span>
<a href="#" class="toggle-link stack-frame-args" data-target="stack-args-20">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="323"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* @return array</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="324"></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="325"></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">toArray</span><span style="color: #007700">()</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="326"></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="327"></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">all</span><span style="color: #007700">()-></span><span style="color: #0000BB">toArray</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="328"></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="329"></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="330"></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="331"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">* </span><span style="color: #0000BB">Register a </span><span style="color: #007700">new </span><span style="color: #0000BB">MapReduce routine to be executed on top of the database results</span></span></code></td>
</tr>
</table>
<div id="stack-args-20" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-21" 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-21">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="228"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #FF8000">//大カテゴリID取得</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="229"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $parentcat_l_list </span><span style="color: #007700">= </span><span style="color: #0000BB">$PCategories</span><span style="color: #007700">-></span><span style="color: #0000BB">find</span><span style="color: #007700">(</span><span style="color: #DD0000">'threaded'</span><span style="color: #007700">)</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="230"></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_s</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="231"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">-></span><span style="color: #0000BB">order</span><span style="color: #007700">([</span><span style="color: #DD0000">'id' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'ASC'</span><span style="color: #007700">])</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="232"></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">toArray</span><span style="color: #007700">();</span></span></code></span></td>
</tr>
<tr>
<td class="excerpt-number" data-number="233"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">foreach(</span><span style="color: #0000BB">$parentcat_l_list </span><span style="color: #007700">as </span><span style="color: #0000BB">$key </span><span style="color: #007700">=> </span><span style="color: #0000BB">$value</span><span style="color: #007700">){</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="234"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $p_l_val</span><span style="color: #007700">[</span><span style="color: #0000BB">$key</span><span style="color: #007700">] = </span><span style="color: #0000BB">$value</span><span style="color: #007700">-></span><span style="color: #0000BB">parent_id</span><span style="color: #007700">;</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="235"></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="236"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $res_l_list </span><span style="color: #007700">= [];</span></span></code></td>
</tr>
</table>
<div id="stack-args-21" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-22" 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-22">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-22" style="display: none;">
<pre>'86629'</pre>
</div>
</div>
<div id="stack-frame-23" 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-23">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-23" style="display: none;">
<pre>No arguments</pre>
</div>
</div>
<div id="stack-frame-24" 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-24">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-24" 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/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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 => '86629'
]
modelClass => 'Products'
viewVars => [
'results_s' => null,
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'cat_s' => null,
'cat_m' => '',
'cat_l' => '',
'cat_main' => '',
'cat' => null,
'slide' => null,
'product_list' => null,
'list' => object(Cake\ORM\Query) {},
'domain_now' => '/products/detail/86629',
'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-25" 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-25">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-25" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-26" 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-26">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-26" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-27" 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-27">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-27" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-28" 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-28">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-28" style="display: none;">
<pre>object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-29" 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-29">toggle arguments</a>
<table class="code-excerpt" cellspacing="0" cellpadding="0">
<tr>
<td class="excerpt-number" data-number="84"></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="85"></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="86"></td>
<td class="excerpt-line"><code><span style="color: #000000"><span style="color: #0000BB"> $url </span><span style="color: #007700">= </span><span style="color: #0000BB">$request</span><span style="color: #007700">-></span><span style="color: #0000BB">getUri</span><span style="color: #007700">()-></span><span style="color: #0000BB">getPath</span><span style="color: #007700">();</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="87"></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">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'..'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false </span><span style="color: #007700">|| </span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'.'</span><span style="color: #007700">) === </span><span style="color: #0000BB">false</span><span style="color: #007700">) {</span></span></code></td>
</tr>
<tr>
<td class="excerpt-number" data-number="88"></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="89"></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="90"></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="91"></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">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">, </span><span style="color: #DD0000">'/.'</span><span style="color: #007700">) !== </span><span style="color: #0000BB">false</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">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></td>
</tr>
</table>
<div id="stack-args-29" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-30" 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-30">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-30" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-31" 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-31">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-31" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-32" 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-32">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-32" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-33" 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-33">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-33" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-34" 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-34">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-34" 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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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-35" 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-35">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>
</table>
<div id="stack-args-35" 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 vendor-frame">
<a href="#" data-target="stack-frame-0">
<span class="stack-function">⟩ Cake\Database\Expression\Comparison->_stringExpression</span>
<span class="stack-file">
CORE/src/Database/Expression/Comparison.php, line 159 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-1">
<span class="stack-function">⟩ Cake\Database\Expression\Comparison->sql</span>
<span class="stack-file">
CORE/src/Database/Expression/QueryExpression.php, line 557 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-2">
<span class="stack-function">⟩ Cake\Database\Expression\QueryExpression->sql</span>
<span class="stack-file">
CORE/src/Database/QueryCompiler.php, line 134 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-3">
<span class="stack-function">⟩ Cake\Database\QueryCompiler->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 308 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-4">
<span class="stack-function">⟩ Cake\Database\Query->traverse</span>
<span class="stack-file">
CORE/src/Database/QueryCompiler.php, line 98 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-5">
<span class="stack-function">⟩ Cake\Database\QueryCompiler->compile</span>
<span class="stack-file">
CORE/src/Database/Driver.php, line 420 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-6">
<span class="stack-function">⟩ Cake\Database\Driver->compileQuery</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 327 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-7">
<span class="stack-function">⟩ Cake\Database\Connection->compileQuery</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 279 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-8">
<span class="stack-function">⟩ Cake\Database\Query->sql</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1136 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-9">
<span class="stack-function">⟩ Cake\ORM\Query->sql</span>
<span class="stack-file">
CORE/src/Database/Driver/Mysql.php, line 137 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-10">
<span class="stack-function">⟩ Cake\Database\Driver\Mysql->prepare</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 283 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-11">
<span class="stack-function">⟩ Cake\Database\Connection->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Core/Retry/CommandRetry.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-12">
<span class="stack-function">⟩ Cake\Core\Retry\CommandRetry->run</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 290 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-13">
<span class="stack-function">⟩ Cake\Database\Connection->prepare</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 340 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-14">
<span class="stack-function">⟩ Cake\Database\Connection->Cake\Database\{closure}</span>
<span class="stack-file">
CORE/src/Core/Retry/CommandRetry.php, line 67 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-15">
<span class="stack-function">⟩ Cake\Core\Retry\CommandRetry->run</span>
<span class="stack-file">
CORE/src/Database/Connection.php, line 345 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-16">
<span class="stack-function">⟩ Cake\Database\Connection->run</span>
<span class="stack-file">
CORE/src/Database/Query.php, line 218 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-17">
<span class="stack-function">⟩ Cake\Database\Query->execute</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1155 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-18">
<span class="stack-function">⟩ Cake\ORM\Query->_execute</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 310 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-19">
<span class="stack-function">⟩ Cake\ORM\Query->_all</span>
<span class="stack-file">
CORE/src/ORM/Query.php, line 1099 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-20">
<span class="stack-function">⟩ Cake\ORM\Query->all</span>
<span class="stack-file">
CORE/src/Datasource/QueryTrait.php, line 327 </span>
</a>
</li>
<li class="stack-frame app-frame">
<a href="#" data-target="stack-frame-21">
<span class="stack-function">⟩ Cake\ORM\Query->toArray</span>
<span class="stack-file">
APP/Controller/ProductsController.php, line 232 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-22">
<span class="stack-function">⟩ App\Controller\ProductsController->detail</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-23">
<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-24">
<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-25">
<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-26">
<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-27">
<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-28">
<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-29">
<span class="stack-function">⟩ Cake\Http\Runner->__invoke</span>
<span class="stack-file">
CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 </span>
</a>
</li>
<li class="stack-frame vendor-frame">
<a href="#" data-target="stack-frame-30">
<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-31">
<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-32">
<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-33">
<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-34">
<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-35">
<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: Impossible to generate condition with empty list of values for field (id)
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Expression/Comparison.php
toggle arguments
if ( $this -> _value instanceof ExpressionInterface ) {
$template = '%s %s (%s)' ;
$value = $this -> _value -> sql ( $generator );
} else {
list( $template , $value ) = $this -> _stringExpression ( $generator );
}
return sprintf ( $template , $field , $this -> _operator , $value );
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Expression/QueryExpression.php
toggle arguments
foreach ( $this -> _conditions as $part ) {
if ( $part instanceof Query ) {
$part = '(' . $part -> sql ( $generator ) . ')' ;
} elseif ( $part instanceof ExpressionInterface ) {
$part = $part -> sql ( $generator );
}
if ( strlen ( $part )) {
$parts [] = $part ;
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/QueryCompiler.php
toggle arguments
) {
return;
}
if ( $parts instanceof ExpressionInterface ) {
$parts = [ $parts -> sql ( $generator )];
}
if (isset( $this -> _templates [ $name ])) {
$parts = $this -> _stringifyExpressions ((array) $parts , $generator );
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Query.php
toggle arguments
public function traverse (callable $visitor , array $parts = [])
{
$parts = $parts ?: array_keys ( $this -> _parts );
foreach ( $parts as $name ) {
$visitor ( $this -> _parts [ $name ], $name );
}
return $this ;
}
object(Cake\Database\Expression\QueryExpression) {
[protected] _conjunction => 'AND'
[protected] _conditions => [
(int) 0 => object(Cake\Database\Expression\Comparison) {}
]
[protected] _typeMap => object(Cake\Database\TypeMap) {
[protected] _defaults => [
[maximum depth reached]
]
[protected] _types => [[maximum depth reached]]
}
}
'where'
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/QueryCompiler.php
toggle arguments
$sql = '' ;
$type = $query -> type ();
$query -> traverse (
$this -> _sqlCompiler ( $sql , $query , $generator ),
$this ->{ '_' . $type . 'Parts' }
);
// Propagate bound parameters from sub-queries if the
// placeholders can be found in the SQL statement.
object(Closure) {
}
[
(int) 0 => 'select',
(int) 1 => 'from',
(int) 2 => 'join',
(int) 3 => 'where',
(int) 4 => 'group',
(int) 5 => 'having',
(int) 6 => 'order',
(int) 7 => 'limit',
(int) 8 => 'offset',
(int) 9 => 'union',
(int) 10 => 'epilog'
]
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Driver.php
toggle arguments
$processor = $this -> newCompiler ();
$translator = $this -> queryTranslator ( $query -> type ());
$query = $translator ( $query );
return [ $query , $processor -> compile ( $query , $generator )];
}
/**
* {@ inheritDoc }
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Connection.php
toggle arguments
* @return string
*/
public function compileQuery ( Query $query , ValueBinder $generator )
{
return $this -> getDriver ()-> compileQuery ( $query , $generator )[ 1 ];
}
/**
* Executes the provided query after compiling it for the specific driver
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Query.php
toggle arguments
$generator = $this -> getValueBinder ();
$generator -> resetCount ();
}
return $this -> getConnection ()-> compileQuery ( $this , $generator );
}
/**
* Will iterate over every specified part . Traversing functions can aggregate
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
$this -> triggerBeforeFind ();
$this -> _transformQuery ();
return parent :: sql ( $generator );
}
/**
* Executes this query and returns a ResultSet object containing the results .
object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Driver/Mysql.php
toggle arguments
public function prepare ( $query )
{
$this -> connect ();
$isObject = $query instanceof Query ;
$statement = $this -> _connection -> prepare ( $isObject ? $query -> sql () : $query );
$result = new MysqlStatement ( $statement , $this );
if ( $isObject && $query -> isBufferedResultsEnabled () === false ) {
$result -> bufferResults ( false );
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Connection.php
toggle arguments
*/
public function prepare ( $sql )
{
return $this -> getDisconnectRetry ()-> run (function () use ( $sql ) {
$statement = $this -> _driver -> prepare ( $sql );
if ( $this -> _logQueries ) {
$statement = $this -> _newLogger ( $statement );
}
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Core/Retry/CommandRetry.php
toggle arguments
$lastException = null ;
do {
try {
return $action ();
} catch ( Exception $e ) {
$lastException = $e ;
if (! $this -> strategy -> shouldRetry ( $e , $retryCount )) {
throw $e ;
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Connection.php
toggle arguments
$statement = $this -> _newLogger ( $statement );
}
return $statement ;
});
}
/**
* Executes a query using $params for interpolating values and $types as a hint for each
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Connection.php
toggle arguments
*/
public function run ( Query $query )
{
return $this -> getDisconnectRetry ()-> run (function () use ( $query ) {
$statement = $this -> prepare ( $query );
$query -> getValueBinder ()-> attachTo ( $statement );
$statement -> execute ();
return $statement ;
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Core/Retry/CommandRetry.php
toggle arguments
$lastException = null ;
do {
try {
return $action ();
} catch ( Exception $e ) {
$lastException = $e ;
if (! $this -> strategy -> shouldRetry ( $e , $retryCount )) {
throw $e ;
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Connection.php
toggle arguments
$query -> getValueBinder ()-> attachTo ( $statement );
$statement -> execute ();
return $statement ;
});
}
/**
* Executes a SQL statement and returns the Statement object as result .
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Database/Query.php
toggle arguments
* @return \ Cake \ Database \ StatementInterface
*/
public function execute ()
{
$statement = $this -> _connection -> run ( $this );
$this -> _iterator = $this -> _decorateStatement ( $statement );
$this -> _dirty = false ;
return $this -> _iterator ;
object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'pCategories__id' => 'integer',
'pCategories.id' => 'integer',
'id' => 'integer',
'pCategories__parent_id' => 'integer',
'pCategories.parent_id' => 'integer',
'parent_id' => 'integer',
'pCategories__lft' => 'integer',
'pCategories.lft' => 'integer',
'lft' => 'integer',
'pCategories__rght' => 'integer',
'pCategories.rght' => 'integer',
'rght' => 'integer',
'pCategories__name' => 'string',
'pCategories.name' => 'string',
'name' => 'string',
'pCategories__content' => 'string',
'pCategories.content' => 'string',
'content' => 'string',
'pCategories__slug' => 'string',
'pCategories.slug' => 'string',
'slug' => 'string',
'pCategories__href' => 'string',
'pCategories.href' => 'string',
'href' => 'string',
'pCategories__sort' => 'integer',
'pCategories.sort' => 'integer',
'sort' => 'integer'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'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'
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
return new $decorator ( $this -> _results );
}
$statement = $this -> getEagerLoader ()-> loadExternal ( $this , $this -> execute ());
return new ResultSet ( $this , $statement );
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php
toggle arguments
if ( $this -> _cache ) {
$results = $this -> _cache -> fetch ( $this );
}
if (!isset( $results )) {
$results = $this -> _decorateResults ( $this -> _execute ());
if ( $this -> _cache ) {
$this -> _cache -> store ( $this , $results );
}
}
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/ORM/Query.php
toggle arguments
'You cannot call all() on a non-select query. Use execute() instead.'
);
}
return $this -> _all ();
}
/**
* Trigger the beforeFind event on the query 's repository object.
/home/xs372992/nanpudo.co.jp/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php
toggle arguments
* @return array
*/
public function toArray ()
{
return $this -> all ()-> toArray ();
}
/**
* Register a new MapReduce routine to be executed on top of the database results
/home/xs372992/nanpudo.co.jp/public_html/src/Controller/ProductsController.php
toggle arguments
//大カテゴリID取得
$parentcat_l_list = $PCategories -> find ( 'threaded' )
-> where ([ 'id IN' => $results_s ])
-> order ([ 'id' => 'ASC' ])
-> toArray ();
foreach( $parentcat_l_list as $key => $value ){
$p_l_val [ $key ] = $value -> parent_id ;
}
$res_l_list = [];
/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 ;
}
/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/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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 => '86629'
]
modelClass => 'Products'
viewVars => [
'results_s' => null,
'parentcat_list' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
],
'cat_s' => null,
'cat_m' => '',
'cat_l' => '',
'cat_main' => '',
'cat' => null,
'slide' => null,
'product_list' => null,
'list' => object(Cake\ORM\Query) {},
'domain_now' => '/products/detail/86629',
'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 => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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 => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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 => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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 => [
'controller' => 'Products',
'action' => 'detail',
'pass' => [
(int) 0 => '86629'
],
'plugin' => null,
'_matchedRoute' => '/{controller}/{action}/*',
'_ext' => null
]
[protected] data => []
[protected] query => []
[protected] cookies => []
[protected] _environment => [
'USER' => 'xs372992',
'HOME' => '/home/xs372992',
'SCRIPT_NAME' => '/webroot/index.php',
'REQUEST_URI' => '/products/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_REFERER' => null
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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
public function __invoke ( $request , $response , $next )
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $next ( $request , $response );
}
if ( strpos ( $url , '/.' ) !== false ) {
return $next ( $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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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/detail/86629',
'QUERY_STRING' => '',
'REQUEST_METHOD' => 'GET',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'REDIRECT_URL' => '/webroot/products/detail/86629',
'REMOTE_PORT' => '46220',
'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.148.108.240',
'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_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.148.108.240',
'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.148.108.240',
'HTTP_HOST' => 'www.nanpudo.co.jp',
'Ngx_Cache_StaticMode' => '1',
'Ngx_Cache_NormalFile' => '1',
'FailureCacheTime' => '0',
'HTTPS' => 'on',
'UNIQUE_ID' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'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' => 'aBWOVnaDv6NihZQHU-fxCwAAACQ',
'REDIRECT_REDIRECT_MEF_PROXY_ADDR' => '103.141.96.112',
'FCGI_ROLE' => 'RESPONDER',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1746243158.0032,
'REQUEST_TIME' => (int) 1746243158,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] url => 'products/detail/86629'
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/products/detail/86629'
[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/detail/86629'
[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\Database\Expression\Comparison->_stringExpression
CORE/src/Database/Expression/Comparison.php, line 159
〉 Cake\Database\Expression\Comparison->sql
CORE/src/Database/Expression/QueryExpression.php, line 557
〉 Cake\Database\Expression\QueryExpression->sql
CORE/src/Database/QueryCompiler.php, line 134
〉 Cake\Database\QueryCompiler->Cake\Database\{closure}
CORE/src/Database/Query.php, line 308
〉 Cake\Database\Query->traverse
CORE/src/Database/QueryCompiler.php, line 98
〉 Cake\Database\QueryCompiler->compile
CORE/src/Database/Driver.php, line 420
〉 Cake\Database\Driver->compileQuery
CORE/src/Database/Connection.php, line 327
〉 Cake\Database\Connection->compileQuery
CORE/src/Database/Query.php, line 279
〉 Cake\Database\Query->sql
CORE/src/ORM/Query.php, line 1136
〉 Cake\ORM\Query->sql
CORE/src/Database/Driver/Mysql.php, line 137
〉 Cake\Database\Driver\Mysql->prepare
CORE/src/Database/Connection.php, line 283
〉 Cake\Database\Connection->Cake\Database\{closure}
CORE/src/Core/Retry/CommandRetry.php, line 67
〉 Cake\Core\Retry\CommandRetry->run
CORE/src/Database/Connection.php, line 290
〉 Cake\Database\Connection->prepare
CORE/src/Database/Connection.php, line 340
〉 Cake\Database\Connection->Cake\Database\{closure}
CORE/src/Core/Retry/CommandRetry.php, line 67
〉 Cake\Core\Retry\CommandRetry->run
CORE/src/Database/Connection.php, line 345
〉 Cake\Database\Connection->run
CORE/src/Database/Query.php, line 218
〉 Cake\Database\Query->execute
CORE/src/ORM/Query.php, line 1155
〉 Cake\ORM\Query->_execute
CORE/src/Datasource/QueryTrait.php, line 310
〉 Cake\ORM\Query->_all
CORE/src/ORM/Query.php, line 1099
〉 Cake\ORM\Query->all
CORE/src/Datasource/QueryTrait.php, line 327
〉 Cake\ORM\Query->toArray
APP/Controller/ProductsController.php, line 232
〉 App\Controller\ProductsController->detail
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 88
〉 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