Notice (8) : compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: etagMatches [CORE/src/Http/Response.php , line 1865 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' );
$request = object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [[maximum depth reached]],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [[maximum depth reached]],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1865
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 321
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 196
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 110
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 94
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 80
[main] - ROOT/webroot/index.php, line 37 Notice (8) : compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php , line 1865 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' );
$request = object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [[maximum depth reached]],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [[maximum depth reached]],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1865
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 321
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 196
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 110
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 94
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 80
[main] - ROOT/webroot/index.php, line 37 Notice (8) : compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: struct [APP/Controller/AppController.php , line 218 ]Code Context }
$this -> set ( compact ( 'struct' , 'strindicators' , 'dirstr' , 'infraindicators' , 'dirinfra' , 'intindicators' , 'dirint' , 'strbimindicators' , 'dirbimstr' , 'arcbimindicators' , 'dirbimarc' , 'mepbimindicators' , 'dirbimmep' , 'dirshdwgindicators' , 'dirshdwg' , 'siteindicators' , 'dirsite' , 'pipeindicators' , 'dirpipe' , 'geoindicators' , 'dirgeo' ));
$event = object(Cake\Event\Event) {
result => null
[protected] _name => 'Controller.beforeRender'
[protected] _subject => object(App\Controller\ErrorController) {}
[protected] _data => []
[protected] _stopped => false
}
$dir = object(Cake\Filesystem\Folder) {
path => '/home3/spectrum/public_html/webroot/img/geotechincal'
sort => false
mode => (int) 493
[protected] _fsorts => [
'name' => 'getPathname',
'time' => 'getCTime'
]
[protected] _messages => []
[protected] _errors => []
[protected] _directories => null
[protected] _files => null
}
$strfiles = [
(int) 0 => '2.jpg',
(int) 1 => '8.jpg',
(int) 2 => '1.jpg',
(int) 3 => '5.jpg',
(int) 4 => '4.jpg',
(int) 5 => '3.jpg',
(int) 6 => '6.jpg',
(int) 7 => '7.jpg'
]
$strCnt = (int) 8
$strindicators = '<li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="7"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="8"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="9"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="10"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="11"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="12"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="13"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="14"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="15"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="16"></li><li data-app-prevent-settings="" data-target="#slider3-1a" data-slide-to="17"></li>'
$dirstr = 'img/struct/'
$strfile = '7.jpg'
$infraindicators = '<li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1b" data-slide-to="7"></li>'
$dirinfra = 'img/infrastructure/'
$intindicators = '<li data-app-prevent-settings="" data-target="#slider3-1c" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1c" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1c" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1c" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1c" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1c" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1c" data-slide-to="6"></li>'
$dirint = 'img/interiordesign/'
$strbimindicators = '<li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="7"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="8"></li><li data-app-prevent-settings="" data-target="#slider3-1d" data-slide-to="9"></li>'
$dirbimstr = 'img/structurebim/'
$arcbimindicators = '<li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="7"></li><li data-app-prevent-settings="" data-target="#slider3-1e" data-slide-to="8"></li>'
$dirbimarc = 'img/architecturalbim/'
$mepbimindicators = '<li data-app-prevent-settings="" data-target="#slider3-1f" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1f" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1f" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1f" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1f" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1f" data-slide-to="5"></li>'
$dirbimmep = 'img/mepbim/'
$dirshdwgindicators = '<li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="7"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="8"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="9"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="10"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="11"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="12"></li><li data-app-prevent-settings="" data-target="#slider3-1g" data-slide-to="13"></li>'
$dirshdwg = 'img/shopdrawing/'
$siteindicators = '<li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1j" data-slide-to="7"></li>'
$dirsite = 'img/sitesupervision/'
$pipeindicators = '<li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="7"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="8"></li><li data-app-prevent-settings="" data-target="#slider3-1h" data-slide-to="9"></li>'
$dirpipe = 'img/pipestress/'
$geoindicators = '<li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="0"></li><li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="1"></li><li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="2"></li><li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="3"></li><li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="4"></li><li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="5"></li><li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="6"></li><li data-app-prevent-settings="" data-target="#slider3-1i" data-slide-to="7"></li>'
$dirgeo = 'img/geotechincal/' compact - [internal], line ??
App\Controller\AppController::beforeRender() - APP/Controller/AppController.php, line 218
App\Controller\ErrorController::beforeRender() - APP/Controller/ErrorController.php, line 54
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 321
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 196
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 110
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 94
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 80
[main] - ROOT/webroot/index.php, line 37 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'where'
$sql = 'SELECT Requests.id AS "Requests__id", Requests.url AS "Requests__url", Requests.content_type AS "Requests__content_type", Requests.status_code AS "Requests__status_code", Requests.method AS "Requests__method", Requests.requested_at AS "Requests__requested_at" FROM requests Requests'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'string',
'Requests.url' => 'string',
'url' => 'string',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'having'
$sql = 'SELECT Requests.id AS "Requests__id", Requests.url AS "Requests__url", Requests.content_type AS "Requests__content_type", Requests.status_code AS "Requests__status_code", Requests.method AS "Requests__method", Requests.requested_at AS "Requests__requested_at" FROM requests Requests'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'string',
'Requests.url' => 'string',
'url' => 'string',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = (int) 10
$name = 'limit'
$sql = 'SELECT Requests.id AS "Requests__id", Requests.url AS "Requests__url", Requests.content_type AS "Requests__content_type", Requests.status_code AS "Requests__status_code", Requests.method AS "Requests__method", Requests.requested_at AS "Requests__requested_at" FROM requests Requests ORDER BY Requests.requested_at DESC'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'string',
'Requests.url' => 'string',
'url' => 'string',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'offset'
$sql = 'SELECT Requests.id AS "Requests__id", Requests.url AS "Requests__url", Requests.content_type AS "Requests__content_type", Requests.status_code AS "Requests__status_code", Requests.method AS "Requests__method", Requests.requested_at AS "Requests__requested_at" FROM requests Requests ORDER BY Requests.requested_at DESC LIMIT 10'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'string',
'Requests.url' => 'string',
'url' => 'string',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'epilog'
$sql = 'SELECT Requests.id AS "Requests__id", Requests.url AS "Requests__url", Requests.content_type AS "Requests__content_type", Requests.status_code AS "Requests__status_code", Requests.method AS "Requests__method", Requests.requested_at AS "Requests__requested_at" FROM requests Requests ORDER BY Requests.requested_at DESC LIMIT 10'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'string',
'Requests.url' => 'string',
'url' => 'string',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'url',
(int) 1 => 'content_type',
(int) 2 => 'status_code',
(int) 3 => 'method',
(int) 4 => 'requested_at',
(int) 5 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO requests (url, content_type, status_code, method, requested_at, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'string',
'Requests.url' => 'string',
'url' => 'string',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO requests (url, content_type, status_code, method, requested_at, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'string',
'Requests.url' => 'string',
'url' => 'string',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (2) : count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php , line 128 ]Code Context {
return function ( $parts , $name ) use (& $sql , $query , $generator ) {
if (! count ( $parts )) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
} count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Sqlite::prepare() - CORE/src/Database/Driver/Sqlite.php, line 94
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680 Warning (512) : Unable to emit headers. Headers sent in file=/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=822 [CORE/src/Http/ResponseEmitter.php , line 48 ]Code Context $message = "Unable to emit headers. Headers sent in file= $file line= $line " ;
if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$maxBufferLength = (int) 8192
$file = '/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 822
$message = 'Unable to emit headers. Headers sent in file=/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=822' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 37 Warning (2) : Cannot modify header information - headers already sent by (output started at /home3/spectrum/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [CORE/src/Http/ResponseEmitter.php , line 148 ]Code Context $response -> getProtocolVersion (),
$response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$reasonPhrase = 'Not Found' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 148
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 37 Warning (2) : Cannot modify header information - headers already sent by (output started at /home3/spectrum/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [CORE/src/Http/ResponseEmitter.php , line 177 ]Code Context $first = true ;
foreach ( $values as $value ) {
header ( sprintf (
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 177
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 37
Error: Controller class Sitemap.xml could not be found.
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/ControllerFactory.php
toggle arguments
strpos ( $controller , '/' ) !== false ||
strpos ( $controller , '.' ) !== false ||
$firstChar === strtolower ( $firstChar )
) {
$this -> missingController ( $request );
}
$className = App :: className ( $pluginPath . $controller , $namespace , 'Controller' );
if (! $className ) {
object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php
toggle arguments
// event handler if there is one.
if ( $beforeEvent -> getData ( 'controller' ) instanceof Controller ) {
$controller = $beforeEvent -> getData ( 'controller' );
} else {
$controller = $this -> factory -> create ( $request , $response );
}
$response = $this -> _invoke ( $controller );
if (isset( $request -> params [ 'return' ])) {
object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php
toggle arguments
* @return \ Psr \ Http \ Message \ ResponseInterface
*/
public function __invoke ( ServerRequestInterface $request , ResponseInterface $response , $next )
{
return $this -> getDispatcher ()-> dispatch ( $request , $response );
}
/**
* Get the ActionDispatcher .
object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php
toggle arguments
$response -> getHeaders ()
);
}
return $next ( $request , $response );
}
}
object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap.xml',
'pass' => [],
'action' => 'index',
'plugin' => null,
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null,
'HTTP_REFERER' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'requested' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php
toggle arguments
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! file_exists ( $assetFile )) {
return $next ( $request , $response );
}
$file = new File ( $assetFile );
$modifiedTime = $file -> lastChange ();
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php
toggle arguments
*/
public function __invoke ( $request , $response , $next )
{
try {
return $next ( $request , $response );
} catch (\ Exception $e ) {
return $this -> handleException ( $e , $request , $response );
}
}
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
$next = $this -> middleware -> get ( $this -> index );
if ( $next ) {
$this -> index ++;
return $next ( $request , $response , $this );
}
// End of the queue
return $response ;
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
object(Cake\Http\Runner) {
[protected] index => (int) 4
[protected] middleware => object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
[maximum depth reached]
]
[protected] callables => [
[maximum depth reached]
]
}
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/Runner.php
toggle arguments
{
$this -> middleware = $middleware ;
$this -> index = 0 ;
return $this -> __invoke ( $request , $response );
}
/**
* @ param \ Psr \ Http \ Message \ ServerRequestInterface $request The server request
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home3/spectrum/public_html/vendor/cakephp/cakephp/src/Http/Server.php
toggle arguments
throw new RuntimeException ( 'The application `middleware` method did not return a middleware queue.' );
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$middleware -> add ( $this -> app );
$response = $this -> runner -> run ( $middleware , $request , $response );
if (!( $response instanceof ResponseInterface )) {
throw new RuntimeException ( sprintf (
'Application did not create a response. Got "%s" instead.' ,
object(Cake\Http\MiddlewareQueue) {
[protected] queue => [
(int) 0 => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
(int) 1 => 'Cake\Routing\Middleware\AssetMiddleware',
(int) 2 => 'Cake\Routing\Middleware\RoutingMiddleware',
(int) 3 => object(App\Application) {}
]
[protected] callables => [
(int) 0 => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
(int) 1 => object(Cake\Routing\Middleware\AssetMiddleware) {},
(int) 2 => object(Cake\Routing\Middleware\RoutingMiddleware) {},
(int) 3 => object(App\Application) {}
]
}
object(Cake\Http\ServerRequest) {
params => [
'plugin' => null,
'controller' => null,
'action' => null,
'_ext' => null,
'pass' => []
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'neosts.com',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.119.142.85',
'HTTP_X_REAL_IP' => '18.119.142.85',
'HTTP_X_EIG_ORIGIN' => '50.87.146.15',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_REDIRECT_QS_SrvConn' => '56',
'REDIRECT_REDIRECT_QS_AllConn' => '56',
'REDIRECT_REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'REDIRECT_QS_SrvConn' => '56',
'REDIRECT_QS_AllConn' => '56',
'REDIRECT_QS_ConnectionId' => '174370632666312888434509',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z-7Y1gtM18SkFgxt7iJIZQAAASA',
'QS_SrvConn' => '56',
'QS_AllConn' => '56',
'QS_ConnectionId' => '174370632666312888434509',
'no-proxy' => '1',
'SCRIPT_URL' => '/sitemap.xml',
'SCRIPT_URI' => 'https://neosts.com/sitemap.xml',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'neosts.com',
'SERVER_ADDR' => '50.87.146.15',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.119.142.85',
'DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home3/spectrum/public_html',
'SERVER_ADMIN' => 'webmaster@neosts.com',
'SCRIPT_FILENAME' => '/home3/spectrum/public_html/webroot/index.php',
'REMOTE_PORT' => '40938',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/webroot/index.php',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1743706326.6732,
'REQUEST_TIME' => (int) 1743706326,
'argv' => [],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET'
]
[protected] _input => null
[protected] _detectors => [
'get' => [
'env' => 'REQUEST_METHOD',
'value' => 'GET'
],
'post' => [
'env' => 'REQUEST_METHOD',
'value' => 'POST'
],
'put' => [
'env' => 'REQUEST_METHOD',
'value' => 'PUT'
],
'patch' => [
'env' => 'REQUEST_METHOD',
'value' => 'PATCH'
],
'delete' => [
'env' => 'REQUEST_METHOD',
'value' => 'DELETE'
],
'head' => [
'env' => 'REQUEST_METHOD',
'value' => 'HEAD'
],
'options' => [
'env' => 'REQUEST_METHOD',
'value' => 'OPTIONS'
],
'ssl' => [
'env' => 'HTTPS',
'options' => [
[maximum depth reached]
]
],
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH',
'value' => 'XMLHttpRequest'
],
'flash' => [
'env' => 'HTTP_USER_AGENT',
'pattern' => '/^(Shockwave|Adobe) Flash/'
],
'requested' => [
'param' => 'requested',
'value' => (int) 1
],
'json' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'json'
],
'xml' => [
'accept' => [
[maximum depth reached]
],
'param' => '_ext',
'value' => 'xml'
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => []
[protected] stream => object(Zend\Diactoros\PhpInputStream) {
[protected] resource => resource
[protected] stream => 'php://input'
[private] cache => ''
[private] reachedEof => false
}
[protected] uri => object(Zend\Diactoros\Uri) {
base => ''
webroot => '/'
[protected] allowedSchemes => [
[maximum depth reached]
]
[private] scheme => 'https'
[private] userInfo => ''
[private] host => 'neosts.com'
[private] port => null
[private] path => '/sitemap.xml'
[private] query => ''
[private] fragment => ''
[private] uriString => null
}
[protected] session => object(Cake\Network\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => '86400'
[protected] _isCLI => false
}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
(int) 0 => 'text/html; charset=UTF-8'
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
/home3/spectrum/public_html/webroot/index.php
toggle arguments
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application
// and emit the response.
$server -> emit ( $server -> run ());
If you want to customize this error message, create
src/Template/Error/error500.ctp
toggle vendor stack frames
〉 Cake\Http\ControllerFactory->missingController
CORE/src/Http/ControllerFactory.php, line 65
〉 Cake\Http\ControllerFactory->create
CORE/src/Http/ActionDispatcher.php, line 90
〉 Cake\Http\ActionDispatcher->dispatch
CORE/src/Http/BaseApplication.php, line 78
〉 Cake\Http\BaseApplication->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
〉 Cake\Routing\Middleware\RoutingMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
〉 Cake\Routing\Middleware\AssetMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
〉 Cake\Error\Middleware\ErrorHandlerMiddleware->__invoke
CORE/src/Http/Runner.php, line 65
〉 Cake\Http\Runner->__invoke
CORE/src/Http/Runner.php, line 51
〉 Cake\Http\Runner->run
CORE/src/Http/Server.php, line 80
〉 Cake\Http\Server->run
ROOT/webroot/index.php, line 37