Warning (2) : Attempt to read property "id" on null [APP/Controller/Everyone/AppEveryoneController.php , line 137 ]Code Context $this -> Project -> setOneByProjectKey ( $id_or_key );
$this -> project_id = $this -> Project -> one [ 'project' ]-> id ;
$this -> Project -> project_id = $this -> project_id ;
App\Controller\Everyone\AppEveryoneController::initProject() - APP/Controller/Everyone/AppEveryoneController.php, line 137
App\Controller\Record\BasesController::piece() - APP/Controller/Record/BasesController.php, line 114
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 539
Cake\Controller\ControllerFactory::handle() - CORE/src/Controller/ControllerFactory.php, line 140
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 115
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 317
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 164
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Middleware\BodyParserMiddleware::process() - CORE/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Authentication\Middleware\AuthenticationMiddleware::process() - ROOT/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 124
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 161
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73 Warning (2) : Attempt to read property "team_id" on null [APP/Controller/Everyone/AppEveryoneController.php , line 147 ]Code Context }
$this -> team_id = $this -> Project -> one [ 'project' ]-> team_id ;
$this -> Project -> setOneById ( 'team' , $this -> team_id );
App\Controller\Everyone\AppEveryoneController::initProject() - APP/Controller/Everyone/AppEveryoneController.php, line 147
App\Controller\Record\BasesController::piece() - APP/Controller/Record/BasesController.php, line 114
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 539
Cake\Controller\ControllerFactory::handle() - CORE/src/Controller/ControllerFactory.php, line 140
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 115
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 317
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 164
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Middleware\BodyParserMiddleware::process() - CORE/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Authentication\Middleware\AuthenticationMiddleware::process() - ROOT/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 124
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 161
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73 Warning (512) : Unable to emit headers. Headers sent in file=/home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Error/Debugger.php line=988 [CORE/src/Http/ResponseEmitter.php , line 71 ]Code Context $message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
trigger_error ( $message , E_USER_WARNING );
}
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 71
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - /home/users/0/cycle-ut2/web/sites/usual.tools/index.php, line 45 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php , line 168 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 168
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 74
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - /home/users/0/cycle-ut2/web/sites/usual.tools/index.php, line 45 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/0/cycle-ut2/apps/public_take/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php , line 197 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 197
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 75
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - /home/users/0/cycle-ut2/web/sites/usual.tools/index.php, line 45
Error: Expression `id` is missing operator (IS, IS NOT) with `null` value.
$operator = '!=' ;
}
if ( $value === null && $this -> _conjunction !== ',' ) {
throw new InvalidArgumentException (
sprintf ( 'Expression `%s` is missing operator (IS, IS NOT) with `null` value.' , $expression )
);
}
Arguments
continue;
}
if (! $numericKey ) {
$this -> _conditions [] = $this -> _parseCondition ( $k , $c );
}
}
}
return $this ;
}
$this -> _addConditions ( $conditions , $types );
return $this ;
}
$append = $append ( $this -> newExpr (), $this );
}
if ( $expression -> getConjunction () === $conjunction ) {
$expression -> add ( $append , $types );
} else {
$expression = $this -> newExpr ()
-> setConjunction ( $conjunction )
-> add ([ $expression , $append ], $types );
{
if ( $overwrite ) {
$this -> _parts [ 'where' ] = $this -> newExpr ();
}
$this -> _conjugate ( 'where' , $conditions , 'AND' , $types );
return $this ;
}
ksort ( $options );
foreach ( $options as $option => $values ) {
if (isset( $valid [ $option ], $values )) {
$this ->{ $valid [ $option ]}( $values );
} else {
$this -> _options [ $option ] = $values ;
}
}
* @ uses findThreaded ()
*/
public function callFinder ( string $type , Query $query , array $options = []): Query
{
$query -> applyOptions ( $options );
$options = $query -> getOptions ();
$finder = 'find' . $type ;
if ( method_exists ( $this , $finder )) {
return $this ->{ $finder }( $query , $options );
Arguments
[
'conditions' => [
'id =' => null ,
] ,
]
* @return \Cake\ORM\Query The query builder
*/
public function find ( string $type = 'all' , array $options = []): Query
{
return $this -> callFinder ( $type , $this -> query ()-> select (), $options );
}
/**
* Returns the query as passed .
Arguments
object( Cake\ORM\Query ) id: 0 {
'(help)' => 'This is a Query object, to get the results execute or iterate it.'
'sql' => 'SELECT Teams.id AS Teams__id, Teams.team_key AS Teams__team_key, Teams.team_server AS Teams__team_server, Teams.title AS Teams__title, Teams.body AS Teams__body, Teams.plan AS Teams__plan, Teams.status AS Teams__status, Teams.created AS Teams__created, Teams.modified AS Teams__modified FROM teams Teams'
'params' => [
]
'defaultTypes' => [
'Teams__id' => 'integer' ,
'Teams.id' => 'integer' ,
'id' => 'integer' ,
'Teams__team_key' => 'string' ,
'Teams.team_key' => 'string' ,
'team_key' => 'string' ,
'Teams__team_server' => 'string' ,
'Teams.team_server' => 'string' ,
'team_server' => 'string' ,
'Teams__title' => 'string' ,
'Teams.title' => 'string' ,
'title' => 'string' ,
'Teams__body' => 'text' ,
'Teams.body' => 'text' ,
'body' => 'text' ,
'Teams__plan' => 'string' ,
'Teams.plan' => 'string' ,
'plan' => 'string' ,
'Teams__status' => 'string' ,
'Teams.status' => 'string' ,
'status' => 'string' ,
'Teams__created' => 'datetime' ,
'Teams.created' => 'datetime' ,
'created' => 'datetime' ,
'Teams__modified' => 'datetime' ,
'Teams.modified' => 'datetime' ,
'modified' => 'datetime' ,
]
'decorators' => (int) 0
'executed' => false
'hydrate' => true
'buffered' => true
'formatters' => (int) 0
'mapReducers' => (int) 0
'contain' => [
]
'matching' => [
]
'extraOptions' => [
]
'repository' => object( App\Model\Table\TeamsTable ) id: 1 {
'registryAlias' => 'Teams'
'table' => 'teams'
'alias' => 'Teams'
'entityClass' => 'App\Model\Entity\Team'
'associations' => [
(int) 0 => 'Apis' ,
(int) 1 => 'Businesses' ,
(int) 2 => 'ExternalServices' ,
(int) 3 => 'MediaLibraries' ,
(int) 4 => 'Projects' ,
(int) 5 => 'Tags' ,
(int) 6 => 'TeamMembers' ,
(int) 7 => 'Worlds' ,
]
'behaviors' => [
(int) 0 => 'Timestamp' ,
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
}
[
'conditions' => [
'id =' => null ,
] ,
]
public function getOneById ( $table_key , $id )
{
$table_name_ = $this -> getTableName ( $table_key );
$result = TableRegistry :: getTableLocator ()-> get ( $table_name_ )-> find ( 'all' , [
'conditions' => [ 'id =' => $id ]
])-> first ();
return $result ;
}
Arguments
[
'conditions' => [
'id =' => null ,
] ,
]
* setOneById
*/
public function setOneById ( $table_key , $id )
{
$this -> one [ $table_key ] = $this -> getOneById ( $table_key , $id );
}
/**
$this -> Project -> setOneById ( 'project' , $this -> project_id );
$this -> project_key = $this -> Project -> one [ 'project' ]-> project_key ;
}
$this -> team_id = $this -> Project -> one [ 'project' ]-> team_id ;
$this -> Project -> setOneById ( 'team' , $this -> team_id );
$this -> team_server = $this -> Project -> one [ 'team' ]-> team_server ;
$this -> Page -> team_id = $this -> team_id ;
}
*/
public function piece ( $project_key , $id )
{
$this -> initRecordSub ( 'recordPiece' , $id );
$this -> initProject ( $project_key , 'key' );
$project = $this -> Project -> one [ 'project' ];
$item = $this -> Dictionary -> one [ 'recordPiece' ];
$item -> tags_display = $this -> Dictionary -> getTagsDisplay ( $project -> team_id , $item -> tag_map );
* @ throws \UnexpectedValueException If return value of action is not ` null ` or ` ResponseInterface ` instance .
*/
public function invokeAction ( Closure $action , array $args ): void
{
$result = $action (... $args );
if ( $result !== null && ! $result instanceof ResponseInterface ) {
throw new UnexpectedValueException ( sprintf (
'Controller actions can only return ResponseInterface instance or null. '
. 'Got %s instead.' ,
$args = $this -> getActionArgs (
$action ,
array_values ((array) $controller -> getRequest ()-> getParam ( 'pass' ))
);
$controller -> invokeAction ( $action , $args );
$result = $controller -> shutdownProcess ();
if ( $result instanceof ResponseInterface ) {
return $result ;
Arguments
[
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
]
return $runner -> run ( $middlewareQueue , $controller -> getRequest (), $this );
}
return $this -> handle ( $controller -> getRequest ());
}
/**
* Invoke the action .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
'csrfToken' => 'lKH+LNC1ZlI9HcCXLyc4Q63THaPLkd6X92222x7naICApHDnHUVwFKbhWkzLLQ50ZC/KpoLov1B61hXKB03hS5qj/rkdVB5knbF/wKn056WVVdXsf9Vc5uSSQNAkdkF2w4c+L/McN0YCHvyV5NqLMQ==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$controller = $this -> controllerFactory -> create ( $request );
return $this -> controllerFactory -> invoke ( $controller );
}
}
Arguments
object( App\Controller\Record\BasesController ) id: 0 {
paginate => [
]
project_id => null
project_key => '72kujirabeam'
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 1 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
'Controller.beforeRender' => 'beforeRender' ,
]
'_config' => [
'checkHttpCache' => true ,
'viewClassMap' => [
'' => [maximum depth reached] ,
] ,
]
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 2 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'key' => 'flash' ,
'element' => 'default' ,
'plugin' => null ,
'params' => [
'' => [maximum depth reached] ,
] ,
'clear' => false ,
'duplicate' => true ,
]
}
session => object( Cake\Http\Session ) id: 3 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
Authentication => object( Authentication\Controller\Component\AuthenticationComponent ) id: 4 {
'components' => [
]
'implementedEvents' => [
'Controller.initialize' => 'beforeFilter' ,
'Controller.startup' => 'startup' ,
]
'_config' => [
'logoutRedirect' => false ,
'requireIdentity' => true ,
'identityAttribute' => 'identity' ,
'identityCheckEvent' => 'Controller.startup' ,
'unauthenticatedMessage' => null ,
]
}
Role => object( App\Controller\Component\Everyone\RoleComponent ) id: 5 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'className' => 'Everyone/Role' ,
]
}
Page => object( App\Controller\Component\Everyone\PageComponent ) id: 6 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'className' => 'Everyone/Page' ,
]
}
Project => object( App\Controller\Component\Everyone\ProjectComponent ) id: 7 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'className' => 'Everyone/Project' ,
]
}
Dictionary => object( App\Controller\Component\Everyone\DictionaryComponent ) id: 8 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'className' => 'Everyone/Dictionary' ,
]
}
team_id => null
protected service_key => 'record'
protected name => 'Bases'
protected request => object( Cake\Http\ServerRequest ) id: 9 {
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 base => ''
protected webroot => '/'
protected trustedProxies => [
'' => [maximum depth reached] ,
]
protected _detectors => [
'' => [maximum depth reached] ,
]
protected _detectorCache => [
'' => [maximum depth reached] ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 10 {
}
protected uri => object( Laminas\Diactoros\Uri ) id: 11 {
}
protected session => object( Cake\Http\Session ) id: 3 {}
protected flash => object( Cake\Http\FlashMessage ) id: 12 {
}
protected attributes => [
'' => [maximum depth reached] ,
]
protected emulatedAttributes => [
'' => [maximum depth reached] ,
]
protected uploadedFiles => [
'' => [maximum depth reached] ,
]
protected protocol => null
protected requestTarget => null
}
protected response => object( Cake\Http\Response ) id: 13 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached] ,
] ,
]
'file' => null
'fileRange' => [
]
'cookies' => object( Cake\Http\Cookie\CookieCollection ) id: 14 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 15 {
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
(int) 2 => 'Authentication' ,
(int) 3 => 'Role' ,
(int) 4 => 'Page' ,
(int) 5 => 'Project' ,
(int) 6 => 'Dictionary' ,
]
'_Controller' => object( App\Controller\Record\BasesController ) id: 0 {}
'_eventManager' => object( Cake\Event\EventManager ) id: 16 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => null
protected middlewares => [
]
protected _eventManager => object( Cake\Event\EventManager ) id: 16 {}
protected _eventClass => 'Cake\Event\Event'
protected defaultTable => 'Bases'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 17 {
protected locations => [
'' => [maximum depth reached] ,
]
protected _config => [
'' => [maximum depth reached] ,
]
protected instances => [
'' => [maximum depth reached] ,
]
protected _fallbacked => [
'' => [maximum depth reached] ,
]
protected fallbackClassName => 'Cake\ORM\Table'
protected allowFallbackClass => false
protected options => [
'' => [maximum depth reached] ,
]
}
protected modelClass => 'Bases'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 17 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => null
}
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
}
$response = new Response ([
'body' => 'Middleware queue was exhausted without returning a response '
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
'csrfToken' => 'lKH+LNC1ZlI9HcCXLyc4Q63THaPLkd6X92222x7naICApHDnHUVwFKbhWkzLLQ50ZC/KpoLov1B61hXKB03hS5qj/rkdVB5knbF/wKn056WVVdXsf9Vc5uSSQNAkdkF2w4c+L/McN0YCHvyV5NqLMQ==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $method === 'GET' && $cookieData === null ) {
$token = $this -> createToken ();
$request = $request -> withAttribute ( 'csrfToken' , $this -> saltToken ( $token ));
/** @var mixed $response */
$response = $handler -> handle ( $request );
return $this -> _addTokenCookie ( $token , $request , $response );
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
'csrfToken' => 'lKH+LNC1ZlI9HcCXLyc4Q63THaPLkd6X92222x7naICApHDnHUVwFKbhWkzLLQ50ZC/KpoLov1B61hXKB03hS5qj/rkdVB5knbF/wKn056WVVdXsf9Vc5uSSQNAkdkF2w4c+L/McN0YCHvyV5NqLMQ==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
'csrfToken' => 'lKH+LNC1ZlI9HcCXLyc4Q63THaPLkd6X92222x7naICApHDnHUVwFKbhWkzLLQ50ZC/KpoLov1B61hXKB03hS5qj/rkdVB5knbF/wKn056WVVdXsf9Vc5uSSQNAkdkF2w4c+L/McN0YCHvyV5NqLMQ==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/users/0/cycle-ut2/apps/public_take/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
if (! in_array ( $request -> getMethod (), $this -> methods , true )) {
return $handler -> handle ( $request );
}
[ $type ] = explode ( ';' , $request -> getHeaderLine ( 'Content-Type' ));
$type = strtolower ( $type );
if (!isset( $this -> parsers [ $type ])) {
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/users/0/cycle-ut2/apps/public_take/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
$request = $request -> withAttribute ( 'authentication' , $service );
$request = $request -> withAttribute ( 'authenticationResult' , $result );
try {
$response = $handler -> handle ( $request );
$authenticator = $service -> getAuthenticationProvider ();
if ( $authenticator !== null && ! $authenticator instanceof StatelessInterface ) {
$return = $service -> persistIdentity ( $request , $response , $result -> getData ());
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/users/0/cycle-ut2/apps/public_take/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
);
}
$matching = Router :: getRouteCollection ()-> getMiddleware ( $middleware );
if (! $matching ) {
return $handler -> handle ( $request );
}
$middleware = new MiddlewareQueue ( $matching );
$runner = new Runner ();
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'project_key' => '72kujirabeam' ,
'action' => 'piece' ,
'id' => '11026' ,
'pass' => [
(int) 0 => '72kujirabeam' ,
(int) 1 => '11026' ,
] ,
'controller' => 'Bases' ,
'prefix' => 'Record' ,
'plugin' => null ,
'_matchedRoute' => '/record/{project_key}/{action}/{id}' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/users/0/cycle-ut2/apps/public_take/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
$url = $request -> getUri ()-> getPath ();
if ( strpos ( $url , '..' ) !== false || strpos ( $url , '.' ) === false ) {
return $handler -> handle ( $request );
}
if ( strpos ( $url , '/.' ) !== false ) {
return $handler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/users/0/cycle-ut2/apps/public_take/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
try {
return $handler -> handle ( $request );
} catch ( RedirectException $exception ) {
return $this -> handleRedirect ( $exception );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home/users/0/cycle-ut2/apps/public_take/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
$this -> queue = $queue ;
$this -> queue -> rewind ();
$this -> fallbackHandler = $fallbackHandler ;
return $this -> handle ( $request );
}
/**
* Handle incoming server request and return a response .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$response = $this -> runner -> run ( $middleware , $request , $this -> app );
if ( $request instanceof ServerRequest ) {
$request -> getSession ()-> close ();
}
Arguments
object( Cake\Http\MiddlewareQueue ) id: 0 {
protected position => (int) 6
protected queue => [
(int) 0 => object( Cake\Error\Middleware\ErrorHandlerMiddleware ) id: 1 {
} ,
(int) 1 => object( Cake\Routing\Middleware\AssetMiddleware ) id: 2 {
} ,
(int) 2 => object( Cake\Routing\Middleware\RoutingMiddleware ) id: 3 {
} ,
(int) 3 => object( Authentication\Middleware\AuthenticationMiddleware ) id: 4 {
} ,
(int) 4 => object( Cake\Http\Middleware\BodyParserMiddleware ) id: 5 {
} ,
(int) 5 => object( Cake\Http\Middleware\CsrfProtectionMiddleware ) id: 6 {
} ,
]
}
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'REDIRECT_UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'REDIRECT_MEF_PROXY_ADDR' => '172.19.102.4' ,
'REDIRECT_NSS_SDB_USE_CACHE' => 'YES' ,
'REDIRECT_HTTPS' => 'on' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZIJPqgAFA8Vz2fZeA5lnyQAAApk' ,
'MEF_PROXY_ADDR' => '172.19.102.4' ,
'NSS_SDB_USE_CACHE' => 'YES' ,
'HTTPS' => 'on' ,
'HTTP_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_HOST' => 'usual.tools' ,
'HTTP_X_FORWARDED_FOR' => '44.192.92.49' ,
'HTTP_X_FORWARDED_PROTO' => 'https' ,
'HTTP_X_BACKEND' => 'users226.phy.heteml.lan' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_IF_MODIFIED_SINCE' => 'Tue, 05 Jul 2022 12:46:50 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'br,gzip' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'usual.tools' ,
'SERVER_ADDR' => '172.19.100.68' ,
'SERVER_PORT' => '443' ,
'REMOTE_ADDR' => '44.192.92.49' ,
'DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'REQUEST_SCHEME' => 'https' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home/users/0/cycle-ut2/web/sites/usual.tools' ,
'SERVER_ADMIN' => 'https://heteml.jp/support/inquiry/' ,
'SCRIPT_FILENAME' => '/home/users/0/cycle-ut2/web/sites/usual.tools/index.php' ,
'REMOTE_PORT' => '38480' ,
'REDIRECT_URL' => '/record/72kujirabeam/piece/11026' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/record/72kujirabeam/piece/11026' ,
'SCRIPT_NAME' => '/index.php' ,
'PHP_SELF' => '/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1686261674.4695 ,
'REQUEST_TIME' => (int) 1686261674 ,
'APP_NAME' => 'Usual Tools' ,
'DEBUG' => 'true' ,
'APP_ENCODING' => 'UTF-8' ,
'APP_DEFAULT_LOCALE' => 'ja_JP' ,
'APP_DEFAULT_TIMEZONE' => 'Asia/Tokyo' ,
'SECURITY_SALT' => 'L7pm5QSPgdLNKQhLbaFHPCtG' ,
'APP_MODE' => 'take' ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
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' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #153
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'https'
private userInfo => ''
private host => 'usual.tools'
private port => null
private path => '/record/72kujirabeam/piece/11026'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( App\Application ) id: 0 {
protected configDir => '/home/users/0/cycle-ut2/apps/public_take/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 1 {
protected plugins => [
'' => [maximum depth reached] ,
]
protected names => [
'' => [maximum depth reached] ,
]
protected positions => [
'' => [maximum depth reached] ,
]
protected loopDepth => (int) -1
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 2 {
protected container => object( Cake\Core\Container ) id: 3 {
}
protected controller => object( App\Controller\Record\BasesController ) id: 4 {
}
}
protected container => object( Cake\Core\Container ) id: 3 {}
protected _eventManager => object( Cake\Event\EventManager ) id: 5 {
'_listeners' => [
]
'_isGlobal' => true
'_trackEvents' => false
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => null
}
protected _eventClass => 'Cake\Event\Event'
}
// $server = new Server(new Application(dirname(__DIR__) . '/config'));
$server = new Server (new Application ( $cakephpRoot . '/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
templates/Error/error500.php