Deprecated (8192) : Creation of dynamic property Laminas\Diactoros\Uri::$base is deprecated [CORE/src/Http/ServerRequestFactory.php , line 254 ]Code Context /** @psalm-suppress NoInterfaceProperties */
$uri -> base = $base ;
/** @psalm-suppress NoInterfaceProperties */
Cake\Http\ServerRequestFactory::marshalUriFromSapi() - CORE/src/Http/ServerRequestFactory.php, line 254
Cake\Http\ServerRequestFactory::createUri() - CORE/src/Http/ServerRequestFactory.php, line 220
Cake\Http\ServerRequestFactory::fromGlobals() - CORE/src/Http/ServerRequestFactory.php, line 64
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 40 Deprecated (8192) : Creation of dynamic property Laminas\Diactoros\Uri::$webroot is deprecated [CORE/src/Http/ServerRequestFactory.php , line 256 ]Code Context /** @psalm-suppress NoInterfaceProperties */
$uri -> webroot = $webroot ;
Cake\Http\ServerRequestFactory::marshalUriFromSapi() - CORE/src/Http/ServerRequestFactory.php, line 256
Cake\Http\ServerRequestFactory::createUri() - CORE/src/Http/ServerRequestFactory.php, line 220
Cake\Http\ServerRequestFactory::fromGlobals() - CORE/src/Http/ServerRequestFactory.php, line 64
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 40 Deprecated (8192) : Cake\View\ViewBuilder implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) [CORE/src/View/ViewBuilder.php , line 37 ]Code Context */
class ViewBuilder implements JsonSerializable , Serializable
{
include - CORE/src/View/ViewBuilder.php, line 37
Composer\Autoload\includeFile - ROOT/vendor/composer/ClassLoader.php, line 476
Composer\Autoload\ClassLoader::loadClass() - ROOT/vendor/composer/ClassLoader.php, line 344
Cake\Controller\Controller::viewBuilder() - CORE/src/View/ViewVarsTrait.php, line 43
Cake\Controller\Controller::set() - CORE/src/View/ViewVarsTrait.php, line 98
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 273
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 148
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 Warning (512) : Unable to emit headers. Headers sent in file=/var/www/anxiety.newsgroupdirect.com/vendor/cakephp/cakephp/src/Error/Debugger.php line=970 [CORE/src/Http/ResponseEmitter.php , line 71 ]Code Context $message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
trigger_error ( $message , E_USER_WARNING );
}
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 71
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/anxiety.newsgroupdirect.com/vendor/cakephp/cakephp/src/Error/Debugger.php:970) [CORE/src/Http/ResponseEmitter.php , line 164 ]Code Context $reasonPhrase = $response -> getReasonPhrase ();
header ( sprintf (
'HTTP/%s %d%s' ,
header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 164
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 74
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/anxiety.newsgroupdirect.com/vendor/cakephp/cakephp/src/Error/Debugger.php:970) [CORE/src/Http/ResponseEmitter.php , line 197 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 197
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 75
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128
[main] - ROOT/webroot/index.php, line 40
Deprecated (8192) : Creation of dynamic property App\View\AppView::$Html is deprecated [CORE/src/View/View.php , line 1090 ]Code Context if (isset( $registry ->{ $name })) {
$this ->{ $name } = $registry ->{ $name };
Cake\View\View::__get() - CORE/src/View/View.php, line 1090
include - CORE/templates/layout/dev_error.php, line 20
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1176
Cake\View\View::_render() - CORE/src/View/View.php, line 1134
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 816
Cake\View\View::render() - CORE/src/View/View.php, line 775
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 699
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 392
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 281
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 148
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
Error: Missing Controller
Deprecated (8192) : Creation of dynamic property App\View\AppView::$Url is deprecated [CORE/src/View/View.php , line 1215 ]Code Context
return $this ->{ $class } = $helpers -> load ( $name , $config );
}
Cake\View\View::loadHelper() - CORE/src/View/View.php, line 1215
Cake\View\Helper::__get() - CORE/src/View/Helper.php, line 115
Cake\View\Helper\HtmlHelper::meta() - CORE/src/View/Helper/HtmlHelper.php, line 180
include - CORE/templates/layout/dev_error.php, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1176
Cake\View\View::_render() - CORE/src/View/View.php, line 1134
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 816
Cake\View\View::render() - CORE/src/View/View.php, line 775
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 699
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 392
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 281
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 148
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 Deprecated (8192) : Creation of dynamic property Cake\View\Helper\HtmlHelper::$Url is deprecated [CORE/src/View/Helper.php , line 115 ]Code Context $config = [ 'enabled' => false ] + (array) $this -> _helperMap [ $name ][ 'config' ];
$this ->{ $name } = $this -> _View -> loadHelper ( $this -> _helperMap [ $name ][ 'class' ], $config );
Cake\View\Helper::__get() - CORE/src/View/Helper.php, line 115
Cake\View\Helper\HtmlHelper::meta() - CORE/src/View/Helper/HtmlHelper.php, line 180
include - CORE/templates/layout/dev_error.php, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1176
Cake\View\View::_render() - CORE/src/View/View.php, line 1134
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 816
Cake\View\View::render() - CORE/src/View/View.php, line 775
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 699
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 392
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 281
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 148
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
Error
AboutController could not be found.
* @return \Cake\Http\Exception\MissingControllerException
*/
protected function missingController ( ServerRequest $request )
{
return new MissingControllerException ([
'class' => $request -> getParam ( 'controller' ),
'plugin' => $request -> getParam ( 'plugin' ),
'prefix' => $request -> getParam ( 'prefix' ),
'_ext' => $request -> getParam ( '_ext' ),
Arguments
public function create ( ServerRequestInterface $request ): Controller
{
$className = $this -> getControllerClass ( $request );
if ( $className === null ) {
throw $this -> missingController ( $request );
}
$reflection = new ReflectionClass ( $className );
if ( $reflection -> isAbstract ()) {
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( Router :: getRequest () !== $request ) {
Router :: setRequest ( $request );
}
$controller = $this -> controllerFactory -> create ( $request );
return $this -> controllerFactory -> invoke ( $controller );
}
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
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 => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
$request = $request -> withAttribute ( 'authentication' , $service );
$request = $request -> withAttribute ( 'authenticationResult' , $result );
try {
$response = $handler -> handle ( $request );
$authenticator = $service -> getAuthenticationProvider ();
if ( $authenticator !== null && ! $authenticator instanceof StatelessInterface ) {
$return = $service -> persistIdentity ( $request , $response , $result -> getData ());
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'identity' => null ,
'authentication' => object( Authentication\AuthenticationService ) id: 7 {
} ,
'authenticationResult' => object( Authentication\Authenticator\Result ) id: 8 {
} ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/var/www/anxiety.newsgroupdirect.com/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 => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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 => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/var/www/anxiety.newsgroupdirect.com/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 => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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 => [
'controller' => 'About' ,
'action' => 'mac.php' ,
'pass' => [
] ,
'plugin' => null ,
'_matchedRoute' => '/{controller}/{action}/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/var/www/anxiety.newsgroupdirect.com/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 => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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 => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/var/www/anxiety.newsgroupdirect.com/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 => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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 => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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) 5
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/var/www/anxiety.newsgroupdirect.com/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 => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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) 5
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( Authentication\Middleware\AuthenticationMiddleware ) id: 5 {
} ,
]
}
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 => [
'USER' => 'apache' ,
'HOME' => '/usr/share/httpd' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'REQUEST_URI' => '/about/mac.php' ,
'QUERY_STRING' => '' ,
'REQUEST_METHOD' => 'GET' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'GATEWAY_INTERFACE' => 'CGI/1.1' ,
'REDIRECT_URL' => '/webroot/about/mac.php' ,
'REMOTE_PORT' => '45798' ,
'SCRIPT_FILENAME' => '/var/www/anxiety.newsgroupdirect.com/webroot/index.php' ,
'SERVER_ADMIN' => 'root@localhost' ,
'CONTEXT_DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'CONTEXT_PREFIX' => '' ,
'REQUEST_SCHEME' => 'http' ,
'DOCUMENT_ROOT' => '/var/www/anxiety.newsgroupdirect.com' ,
'REMOTE_ADDR' => '172.68.245.56' ,
'SERVER_PORT' => '80' ,
'SERVER_ADDR' => '185.151.12.171' ,
'SERVER_NAME' => 'www.newsgroupdirect.com' ,
'SERVER_SOFTWARE' => 'Apache/2.4.37 (AlmaLinux) OpenSSL/1.1.1k' ,
'SERVER_SIGNATURE' => '' ,
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' ,
'HTTP_CF_IPCOUNTRY' => 'US' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'HTTP_USER_AGENT' => 'CCBot/2.0 (https://commoncrawl.org/faq/)' ,
'HTTP_CDN_LOOP' => 'cloudflare; loops=1' ,
'HTTP_CF_VISITOR' => '{"scheme":"http"}' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' ,
'HTTP_X_FORWARDED_PROTO' => 'http' ,
'HTTP_IF_MODIFIED_SINCE' => 'Mon, 20 May 2024 09:03:30 GMT' ,
'HTTP_ACCEPT_ENCODING' => 'gzip' ,
'HTTP_CF_CONNECTING_IP' => '98.80.143.34' ,
'HTTP_HOST' => 'www.newsgroupdirect.com' ,
'HTTP_X_FORWARDED_FOR' => '98.80.143.34' ,
'HTTP_CF_RAY' => '8cf927cba816c9b1-IAD' ,
'proxy-nokeepalive' => '1' ,
'UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZwWhTraIm2iduvRUxex33AAAAIg' ,
'FCGI_ROLE' => 'RESPONDER' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1728422222.6791 ,
'REQUEST_TIME' => (int) 1728422222 ,
'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 #9
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.newsgroupdirect.com'
private port => null
private path => '/about/mac.php'
private query => ''
private fragment => ''
private uriString => 'http://www.newsgroupdirect.com/about/mac.php'
}
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 => '/var/www/anxiety.newsgroupdirect.com/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 container => object( Cake\Core\Container ) id: 3 {}
protected _eventManager => object( Cake\Event\EventManager ) id: 4 {
'_listeners' => [
]
'_isGlobal' => true
'_trackEvents' => false
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => null
protected _generalManager => object( Cake\Event\EventManager ) id: 4 {}
protected _listeners => [
'' => [maximum depth reached] ,
]
protected _isGlobal => true
protected _eventList => null
protected _trackEvents => false
}
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 ());
In the case you tried to access a plugin controller make sure you added it to your composer file or you use the autoload option for the plugin.
Suggestion
Create the class AboutController below in file: src/Controller/AboutController.php
<?php namespace App\Controller ; use App\Controller\AppController ; class AboutController extends AppController { }
If you want to customize this error message, create
templates/Error/missing_controller.php