Notice (8) : file_put_contents(): Write of 272 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php , line 140 ]Code Context if (! $mask ) {
file_put_contents ( $pathname , $message . "\n" , FILE_APPEND );
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392
Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 477
DebugKit\ToolbarService::isSuspiciouslyProduction() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 169
DebugKit\ToolbarService::isEnabled() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 105
DebugKit\Plugin::bootstrap() - ROOT/vendor/cakephp/debug_kit/src/Plugin.php, line 48
Cake\Http\BaseApplication::pluginBootstrap() - CORE/src/Http/BaseApplication.php, line 182
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 111
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 79
[main] - ROOT/webroot/index.php, line 40
Notice : file_put_contents() [function.file-put-contents ]: Write of 1122 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : unserialize() [<a href='https://secure.php.net/function.unserialize'>function.unserialize</a>]: Error at offset 4085 of 4085 bytes [CORE/src/Cache/Engine/FileEngine.php , line 201 ]Code Context if ( $data !== '' && !empty( $this -> _config [ 'serialize' ])) {
$data = unserialize ( $data );
}
unserialize - [internal], line ??
Cake\Cache\Engine\FileEngine::get() - CORE/src/Cache/Engine/FileEngine.php, line 201
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 78
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 513
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 290
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 184
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1702
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1263
App\Controller\NewsController::action_() - APP/Controller/NewsController.php, line 6384
App\Controller\NewsController::get_data() - APP/Controller/NewsController.php, line 5665
App\Controller\NewsController::action_cache() - APP/Controller/NewsController.php, line 5457
App\Controller\NewsController::cache_action() - APP/Controller/NewsController.php, line 5245
App\Controller\NewsController::view() - APP/Controller/NewsController.php, line 3662
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
Notice : file_put_contents() [function.file-put-contents ]: Write of 3150 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 3391 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php , line 140 ]Code Context if (! $mask ) {
file_put_contents ( $pathname , $message . "\n" , FILE_APPEND );
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392
Cake\Log\Log::error() - CORE/src/Log/Log.php, line 461
Cake\Error\ErrorLogger::log() - CORE/src/Error/ErrorLogger.php, line 91
Cake\Error\BaseErrorHandler::logException() - CORE/src/Error/BaseErrorHandler.php, line 334
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 147
Cake\Error\Middleware\ErrorHandlerMiddleware::process() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 130
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90
[main] - ROOT/webroot/index.php, line 40
Notice : file_put_contents() [function.file-put-contents ]: Write of 1387 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Error: Cake\Database\Schema\CachedCollection::describe(): Return value must be of type Cake\Database\Schema\TableSchemaInterface, bool returned
if (! $options [ 'forceRefresh' ]) {
$cached = $this -> cacher -> get ( $cacheKey );
if ( $cached !== null ) {
return $cached ;
}
}
$table = $this -> collection -> describe ( $name , $options );
Arguments
if ( $this -> _schema === null ) {
$this -> _schema = $this -> _initializeSchema (
$this -> getConnection ()
-> getSchemaCollection ()
-> describe ( $this -> getTable ())
);
if ( Configure :: read ( 'debug' )) {
$this -> checkAliasLengths ();
}
*/
public function addDefaultTypes ( Table $table )
{
$alias = $table -> getAlias ();
$map = $table -> getSchema ()-> typeMap ();
$fields = [];
foreach ( $map as $f => $type ) {
$fields [ $f ] = $fields [ $alias . '.' . $f ] = $fields [ $alias . '__' . $f ] = $type ;
}
parent :: __construct ( $connection );
$this -> repository ( $table );
if ( $this -> _repository !== null ) {
$this -> addDefaultTypes ( $this -> _repository );
}
}
/**
Arguments
object( App\Model\Table\articlesTable ) id: 0 {
'registryAlias' => 'Articles'
'table' => 'articles'
'alias' => 'Articles'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Articlesorts' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
* @return \Cake\ORM\Query
*/
public function query (): Query
{
return new Query ( $this -> getConnection (), $this );
}
/**
* Creates a new Query :: subquery () instance for a table .
Arguments
object( Cake\Database\Connection ) id: 0 {
'config' => [
'password' => '*****' ,
'username' => '*****' ,
'host' => '*****' ,
'database' => '*****' ,
'driver' => 'Cake\Database\Driver\Mysql' ,
'persistent' => false ,
'timezone' => 'UTC' ,
'flags' => [
] ,
'cacheMetadata' => true ,
'log' => false ,
'quoteIdentifiers' => false ,
'url' => null ,
'name' => 'default' ,
]
'driver' => object( Cake\Database\Driver\Mysql ) id: 1 {
'connected' => true
}
'transactionLevel' => (int) 0
'transactionStarted' => false
'useSavePoints' => false
'logQueries' => false
'logger' => null
}
object( App\Model\Table\articlesTable ) id: 0 {
'registryAlias' => 'Articles'
'table' => 'articles'
'alias' => 'Articles'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Articlesorts' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
* @return \Cake\ORM\Query The query builder
*/
public function find ( string $type = 'all' , array $options = []): Query
{
$query = $this -> query ();
$query -> select ();
return $this -> callFinder ( $type , $query , $options );
}
{
if ( $data [ "table_name" ]== "Articles" )
{
$recentArticles = $this -> fetchTable ( $table_name )-> find ( 'all' , $where_ )-> all ();
}
else
{
if (isset( $data [ "belongsTo" ]))
Arguments
[
'conditions' => [
'Articles.sort_id' => (int) 21 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
]
set_time_limit ( 240 ); //4minutes
ini_set ( 'memory_limit' , '512M' );
date_default_timezone_set ( 'PRC' );
$abc = $this -> action_ ( $array , $is_http = 1 );
$show =array();
$show [ "code" ]= 200 ;
$show [ "data" ]= $abc ;
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 21 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
'cache_cache_file_name' => '159ac5408143a97defc0bfba969bc4d7' ,
'Async' => (int) 0 ,
]
//獲取數據===============
$action = "get_data" ;
$array [ "Async" ]= 0 ; //是否異步,0不是異步,1異步
$array [ "cache_cache_file_name" ]= $cache_cache_file_name ;
$file = $this -> $action ( $array );
if ( $file [ "code" ]== 200 )
{
//獲取數據成功!
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 21 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
'cache_cache_file_name' => '159ac5408143a97defc0bfba969bc4d7' ,
'Async' => (int) 0 ,
]
{
date_default_timezone_set ( 'PRC' );
$file = $this -> action_cache ( $get_data );
if ( $file [ "code" ]== 200 )
{
$match = $file [ "data" ];
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 21 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
'cache_cache_file_name' => '159ac5408143a97defc0bfba969bc4d7' ,
'Async' => (int) 0 ,
]
$belongsTo =array();
$belongsTo [ 0 ]= "Articlesorts" ;
$get_data [ "belongsTo" ]= $belongsTo ;
//$get_data["order"]="title_showid asc";
$xg_website_info = $this -> cache_action ( $get_data );
//處理兼容模板=========
$new_news_xg =array();
if ( count ( $xg_website_info )!= "0" )
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 21 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
]
* @ 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 => '355715.html' ,
]
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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'csrfToken' => 'rZw5YWdCi5sL1GDQ/LnRFpshDLTD88TTxtVqqyy8WFD4P7jsmMkrEDC4bk1dvFI+IYwriq8HZ/bXqk39yr2eIPWdUmDqma44qBM+gvTE9+qlt1OfHI8+Mp1Z3I38/R4lBdxYdTuNZAtEvhLom2MDwQ==' ,
]
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\NewsController ) id: 0 {
paginate => [
]
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 ,
]
}
protected name => 'News'
protected request => object( Cake\Http\ServerRequest ) id: 3 {
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: 4 {
}
protected uri => object( Laminas\Diactoros\Uri ) id: 5 {
}
protected session => object( Cake\Http\Session ) id: 6 {
}
protected flash => object( Cake\Http\FlashMessage ) id: 7 {
}
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: 8 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached] ,
] ,
]
'file' => null
'fileRange' => [
]
'cookies' => object( Cake\Http\Cookie\CookieCollection ) id: 9 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 10 {
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
]
'_Controller' => object( App\Controller\NewsController ) id: 0 {}
'_eventManager' => object( Cake\Event\EventManager ) id: 11 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => null
protected middlewares => [
]
protected _eventManager => object( Cake\Event\EventManager ) id: 11 {}
protected _eventClass => 'Cake\Event\Event'
protected defaultTable => 'News'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 12 {
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 => 'News'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 12 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => object( Cake\View\ViewBuilder ) id: 13 {
protected _templatePath => null
protected _template => null
protected _plugin => null
protected _theme => 'Kuhuang'
protected _layout => null
protected _autoLayout => true
protected _layoutPath => null
protected _name => null
protected _className => null
protected _options => [
'' => [maximum depth reached] ,
]
protected _helpers => [
'' => [maximum depth reached] ,
]
protected _vars => [
'' => [maximum depth reached] ,
]
}
}
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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'csrfToken' => 'rZw5YWdCi5sL1GDQ/LnRFpshDLTD88TTxtVqqyy8WFD4P7jsmMkrEDC4bk1dvFI+IYwriq8HZ/bXqk39yr2eIPWdUmDqma44qBM+gvTE9+qlt1OfHI8+Mp1Z3I38/R4lBdxYdTuNZAtEvhLom2MDwQ==' ,
]
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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'csrfToken' => 'rZw5YWdCi5sL1GDQ/LnRFpshDLTD88TTxtVqqyy8WFD4P7jsmMkrEDC4bk1dvFI+IYwriq8HZ/bXqk39yr2eIPWdUmDqma44qBM+gvTE9+qlt1OfHI8+Mp1Z3I38/R4lBdxYdTuNZAtEvhLom2MDwQ==' ,
]
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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'csrfToken' => 'rZw5YWdCi5sL1GDQ/LnRFpshDLTD88TTxtVqqyy8WFD4P7jsmMkrEDC4bk1dvFI+IYwriq8HZ/bXqk39yr2eIPWdUmDqma44qBM+gvTE9+qlt1OfHI8+Mp1Z3I38/R4lBdxYdTuNZAtEvhLom2MDwQ==' ,
]
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 => '/home3/sjrypamy/public_html/.website_7fe1dacc/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'
}
}
if ( $locale || $this -> locales === [ '*' ]) {
I18n :: setLocale ( $locale );
}
return $handler -> handle ( $request );
}
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => '/home3/sjrypamy/public_html/.website_7fe1dacc/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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => '/home3/sjrypamy/public_html/.website_7fe1dacc/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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'pass' => [
(int) 0 => '355715.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => '/home3/sjrypamy/public_html/.website_7fe1dacc/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'
}
}
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! is_file ( $assetFile )) {
return $handler -> handle ( $request );
}
$file = new SplFileInfo ( $assetFile );
$modifiedTime = $file -> getMTime ();
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 => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => '/home3/sjrypamy/public_html/.website_7fe1dacc/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 => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => '/home3/sjrypamy/public_html/.website_7fe1dacc/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 => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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( Cake\Http\Middleware\BodyParserMiddleware ) id: 4 {
} ,
(int) 4 => object( Cake\I18n\Middleware\LocaleSelectorMiddleware ) 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 => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.884886iot.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'REDIRECT_QS_SrvConn' => '57' ,
'REDIRECT_QS_AllConn' => '57' ,
'REDIRECT_QS_ConnectionId' => '170139958526571515148258' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/355715.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWlMIQeoGBi8YX1UP7q2wQAAAgM' ,
'QS_SrvConn' => '57' ,
'QS_AllConn' => '57' ,
'QS_ConnectionId' => '170139958526571515148258' ,
'SCRIPT_URL' => '/articles/view/355715.html' ,
'SCRIPT_URI' => 'http://www.884886iot.com/articles/view/355715.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.884886iot.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '52250' ,
'REDIRECT_URL' => '/webroot/articles/view/355715.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/355715.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701399585.2736 ,
'REQUEST_TIME' => (int) 1701399585 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'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 #172
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 => 'http'
private userInfo => ''
private host => 'www.884886iot.com'
private port => null
private path => '/articles/view/355715.html'
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 => '/home3/sjrypamy/public_html/.website_7fe1dacc/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\NewsController ) 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'
}
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
Error in:
ROOT/vendor/cakephp/cakephp/src/Database/Schema/CachedCollection.php, line 80
If you want to customize this error message, create
templates/Error/error500.php
少妇午夜AV一区_亚洲色欲久久久久综合网_性久久久久久久_久久久久亚洲AV成人网
亚洲AV无码专区日韩乱码不卡
久久久AV波多野一区二区
亚洲AV无码AV男人的天堂
日本XXX免费高清色视频在线观...
亚洲AV无码AV男人的天堂
国产成人无码精品XXXX
永久免费无码AV在线网站
亚洲AV成人无码一区在线观看
亚洲AV无码一区二区二三区
亚洲精品成人片在线播放
国产最新无码AⅤ在线播放
精品无码久久久久国产动漫3D
精品成在人线AV无码免费看
久久久久精品无码专区
五月综合网亚洲乱妇久久
亚洲色成人网站WWW永久小说
国产成人AV一区二区三区无码
欧美人与动牲交A欧美精品
国产FREEXXXX性麻豆
一本大道久久A久久综合
久久综合一色综合久久小蛇
国产成人亚洲精品青草天美
国产成人无码精品XXXX
久久久久久久精品国产亚洲
永久免费AV网站SM调教
国产AⅤ无码专区亚洲AV综合网
男人边吃奶边做性视频
久久精品国产2020观看福利
农村野战BBWXX
亚洲AV无码精品色午夜在线观看
黑人巨大AV在线播放无码
无翼乌工口肉肉无遮挡无码18
日本少妇人妻XXXXX18免费
国产成人无码18禁午夜福利免费
亚洲色成人网站WWW永久小说
狠狠色噜噜狠狠狠狠色综合久AV
亚洲成AV人片在线观看无码麻豆
无码国产精品一区二区高潮
无码国产精品一区二区免费虚拟V...
亚洲AV无码专区在线
中文字幕无码亚洲欧洲日韩
欧美性生交XXXXX久久久
久久精品无码一区二区三区不卡
久久国产精品免费大全
亚洲第一极品精品无码久久
久久精品99久久香蕉国产色戒
亚洲AV成人网
乱人伦中文无码视频在线观看
精品999日本久久久影院
国产午夜无码视频在线观看
一本一道久久综合狠狠老
国产精品久久久久久久久鸭
亚洲午夜久久久影院伊人
日本XXXX18裸体XXXX
亚洲熟妇无码八AV在线播放
久久久久久精品无码
国产精品亚洲АV久久
国产AⅤ无码专区亚洲AV综合网
制服丝袜人妻有码无码中文字幕
亚洲国产精品成人久久久
色综合久久久无码中文字幕波多
精品无码久久久久久久久水蜜桃
久久久久人妻一区二区三区VR
无码少妇一区二区三区视频
欧美性生交XXXXX久久久
久久久久 亚洲 无码 AV 专...
无码丰满熟妇一区二区
日本一道综合久久AⅤ免费
亚洲人成伊人成综合网久久久
久久国产精品久久久久久
精品无码国产一区二区三区AV
亚洲成AV人片在线观看无码麻豆
国产乱人伦真实精品视频
中文字幕AV一区电影
中文字幕亚洲综合久久
无码国产精品一区二区高潮
亚洲AV自慰白浆喷水网站少妇
久久精品人人看人人爽
末成年女AV片一区二区丫
精品国产AⅤ无码一区二区蜜桃
少妇人妻综合久久中文字幕
久久久精品妓女影院妓女网
久久中文字幕人妻熟AV女
欧洲精品久久久AV无码电影
麻豆亚洲AV永久无码精品久久
人妻无码ΑV中文字幕琪琪布
久久综合给合久久狠狠狠97色
在线精品无码字幕无码AV
亚洲精品无码乱码成人
日本丰满熟妇VIDEOSSEⅩ
蜜臀AV 国内精品久久久
久久久精品人妻一区二区三区四
四虎永久在线精品免费一区二区
亚洲成A人片在线观看无码
国产亚洲色欲色一色WWW
久久精品国产清高在天天线
亚洲AV日韩AV永久无码色欲
久久夜色精品国产噜噜AV
青青小草AV一区二区三区
亚洲AV鲁丝一区二区三区
亚洲精品无码乱码成人
无码AV动漫精品一区二区免费
免费全部高H视频无码软件
尤物色综合欧美五月俺也去
日韩AV无码一区二区三区不卡毛...
国产成人无码精品XXXX
亚洲AV永久无码精品九九
无码人妻一区二区三区免费N鬼沢
国产一区二区无码专区
人妻无码AⅤ不卡中文字幕
亚洲精品无码不卡
久久久久久久波多野结衣高潮
极品人妻少妇一区二区三区
亚洲AV无码久久
欧美性大战久久久久久久
国产JIZZJIZZ麻豆全部免...
少妇无码一区二区三区
亚洲国产成人久久精品软件
制服丝袜人妻有码无码中文字幕
女女互慰无遮挡免费视频在线观看
精品无码人妻一区二区三区不卡
无码人妻一区二区三区免费N鬼沢
中文字幕亚洲综合久久
精品亚洲成A人无码成A在线观看
国产成人AV一区二区三区无码
亚洲AV无一区二区三区
亚洲国产精品成人久久蜜臀
中文字幕AV日韩精品一区二区
人妻少妇无码精品视频区
久久天天躁拫拫躁夜夜AV
国产精品丝袜无码不卡视频
又粗又爽高潮午夜免费视频
久久久久久精品成人免费图片
国产无遮挡裸露视频免费
国产成人片视频一区二区
亚洲中文字幕AⅤ无码性色
久久久久久精品久久久久
无码播放一区二区三区
蜜臀亚洲AV无码精品国产午夜.
亚洲国产另类久久久精品
亚洲中文字幕久久精品无码APP
国产在线无码精品无码
人妻少妇精品无码专区动漫
天天躁夜夜躁狠狠久久成人网
亚洲色欲综合一区二区三区
无码GOGO大胆啪啪艺术
亚洲成AV人片久久
国产成人无码精品久久久露脸
免费A级毛片无码免费视频首页
亚洲AV综合A∨一区二区
国产乱人伦偷精品视频免
久久精品国产精品国产一区
永久免费无码网站在线观看个
国产精品久久久久9999无码
久久久国产成人精品蜜臀AⅤ
日韩欧无码一二三区免费不卡
久久精品国产一区二区电影
国内精品久久久久AV福利秒拍
欧洲精品99毛片免费高清观看
久久WWW免费看成人片
亚洲AV日韩AV永久无码色欲
人人超碰97CAOPOREN国...
亚洲AⅤ无码专区在线观看Q
亚洲欧洲美洲无码精品VA
国产日韩精品中文字无码
精品无码人妻一区二区三区不卡
性色AV一区二区三区
精品无码人妻一区二区三区品
无码人妻精品一区二区三区不卡
国产成人无码AⅤ片在线观看
久久夜色精品国产噜噜AV
乱人伦中文无码视频在线观看
亚洲国产精品成人网址天堂
蜜芽亚洲AV无码一区二区三区
亚洲国产精品久久久久婷蜜芽
精品无码人妻一区二区三区不卡
无码人妻精品一区二区三区不卡
精品久久久无码中文字幕天天
无码8090精品久久一区
国产成人网站无乱码
免费A级毛片在线播放
日本乱人伦AⅤ精品
老司机久久一区二区三区
精品视频无码一区二区三区
国产AV无码专区亚洲AV极速版
亚洲综合AV色婷婷国产野外
两女互慰AV高潮喷水在线观看
久久人人爽人人人人爽AV
亚洲中文字幕久久精品无码APP
人妻无码中文专区久久五月婷
国产一区二区精品久久岳
久久精品熟女亚州AV麻豆
狠狠色狠狠色综合伊人
亚洲成A人片在线观看无码专区
在线亚洲午夜理论AV大片
麻豆黑人蜜桃国产精品无码牛牛
国产精品无码免费专区午夜
亚洲AV无码精品色午夜在线观看
亚洲日韩看片成人无码
欧美激情精品久久
国产精品无码专区AV在线播放
国产精品视频一区无码
欧美潮喷VIDEOSVIDEO
无码精品国产一区二区三区免费
亚洲AV成人精品网站在线播放
亚洲VA久久久噜噜噜久久男同
国产热の有码热の无码视频
久久麻豆国产国产AV
久久综合激激的五月天
青青小草AV一区二区三区
久久综合一色综合久久小蛇
综合色天天鬼久久鬼色
黄网站欧美内射
人人妻人人澡AV天堂香蕉
中文字幕丰满乱孑伦无码专区
国产AⅤ无码专区亚洲AV综合网
极品粉嫩国产18尤物在线播放
麻豆精品久久久久久中文字幕无码
亚洲性色AV性色在线观看
亚洲国产成人久久精品软件
国产FREEXXXX性麻豆
国内精品久久久久影院一蜜桃
亚洲AV无码成H人动漫无遮挡
狠狠躁夜夜躁无码中文字幕
精品无码一区二区三区亚洲桃色
亚洲综合AV一区二区三区不卡
狠狠88综合久久久久综合网
中文无码一区二区不卡AV
久久久久精品国产三级美国美女
亚洲AV日韩AV高潮喷潮无码天...
久久精品国产亚洲无删除
免费少妇A级毛片人成网
人妻少妇看A偷人无码
国产特级毛片AAAAAA毛片
无码人妻精品一区二区三18禁
精品亚洲AV无码区最新
亚洲色偷拍另类无码专区
亚洲国产成人无码AV在线
久久亚洲精品成人无码网站夜色
国产成人综合亚洲看片
人妻无码中文专区久久五月婷
一本一本久久A久久综合精品蜜桃
亚洲一区二区三区 无码
久久婷婷五月国产色综合
国产免费无码一区二区
无码精品人妻一区二区三区中
蜜臀久久久久久999草草
久久国产水蜜桃久久网站
亚洲精品9999久久久久无码
中文字字幕在线中文无码
色悠久久久久综合欧美99
精品成在人线AV无码免费看
中文字幕精品无码亚洲成A人波多
亚洲AV无码精品色午夜在线观看
永久免费无码网站在线观看个
亚洲第一极品精品无码久久
亚洲最大无码中文字幕网站
中文字幕有码无码人妻AV蜜桃
天堂AV无码AV一区二区三区
久久精品国产亚洲AV久
久久WWW免费人成_网站
亚洲AV中文无码乱人伦在线R▽
无码人妻黑人中文字幕
亚洲AV噜噜狠狠网址蜜桃
国产天美传媒性色AV出轨
狠狠躁天天躁无码中文字幕图
久久水蜜桃亚洲AV无码精品麻豆
免费全部高H视频无码软件
日韩精品免费无码专区
色妞AV永久一区二区国产AV
无码人妻一区二区三区麻豆
老熟妇性老熟妇性色变态
国产成人综合精品无码
精品视频无码一区二区三区
日本丰满少妇XXXX
少妇CHINA中国人妻VIDE...
无码AV人妻一区二区三区四区
亚洲AV成人片无码网站
婷婷综合久久中文字幕蜜桃三电影
亚洲AV无码不卡一区二区三区
国内精品久久久久影院一蜜桃
一本大道久久A久久综合
久久久久无码精品国产H动漫
尤物色综合欧美五月俺也去
精品久久AⅤ人妻中文字幕
少妇人妻无码专区视频
久久99国产精品99蜜桃
人妻无码久久中文字幕专区
无码丰满熟妇一区二区
亚洲国产精品久久久久久无码
美女扒开腿让男人桶爽直播
亚洲AV成人无码一区在线观看
亚洲综合一区二区三区无码
免费全部高H视频无码软件
国产成人人人97超碰超爽8
日韩AV无码久久一区二区
亚洲AV无码专区国产乱码DVD
乱无码伦视频在线观看
亚洲中字幕日产AV片在线
久久精品亚洲精品无码
亚洲AV无码有乱码在线观看
久久国产精品久久久久久
精品一区二区三区东京热
亚洲成A人片在线观看无码专区
少妇午夜AV一区
国产精品亚洲AV人片
性久久久久久久
久久久久亚洲AV无码麻豆
亚洲中字幕日产AV片在线
天天摸夜夜添狠狠添高潮出水
免费A级毛片在线播放
一区二区三区久久含羞草
亚洲AV成人无码久久WWW
亚洲AV午夜成人影院老师机影院
一本色道久久综合狠狠躁篇
人妻无码中文字幕
国产精品视频一区国模私拍
亚洲最大无码中文字幕网站
日本一道综合久久AⅤ免费
亚洲AV成人一区二区三区在线播...
中文字幕久无码免费久久
日韩欧国产精品一区综合无码
无码GOGO大胆啪啪艺术
三级无码在钱AV无码在钱
丝袜中文人妻无码有码久热
在线观看AV无需播放器
亚洲午夜精品一区二区
亚洲色欲