Notice (8): compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: etagMatches [CORE/src/Http/Response.php, line 1875]Code Context $timeMatches = strtotime($this->modified()) === strtotime($modifiedSince);
}
$checks = compact('etagMatches', 'timeMatches');
$request = object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap',
'pass' => [[maximum depth reached]],
'action' => 'index',
'plugin' => null,
'_ext' => 'xml',
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'CONTEXT_DOCUMENT_ROOT' => '/home/dlynnegreerhu/public_html',
'CONTEXT_PREFIX' => '',
'DOCUMENT_ROOT' => '/home/dlynnegreerhu/public_html',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '1',
'H2_STREAM_TAG' => '2404707-273-1',
'HTTP2' => 'on',
'HTTPS' => 'on',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'hypedup.net',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_HTTPS' => '1',
'PATH' => '/bin:/usr/bin',
'QUERY_STRING' => '',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '1',
'REDIRECT_H2_STREAM_TAG' => '2404707-273-1',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '2404707-273-1',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://hypedup.net/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'hypedup.net',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aEhQudtpoTLtyakqeMROWgABUgA',
'REDIRECT_SCRIPT_URI' => 'https://hypedup.net/sitemap.xml',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SSL_TLS_SNI' => 'hypedup.net',
'REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'aEhQudtpoTLtyakqeMROWgABUgA',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'REMOTE_ADDR' => '216.73.216.26',
'REMOTE_PORT' => '53863',
'REQUEST_METHOD' => 'GET',
'REQUEST_SCHEME' => 'https',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_FILENAME' => '/home/dlynnegreerhu/public_html/webroot/index.php',
'SCRIPT_NAME' => '/webroot/index.php',
'SCRIPT_URI' => 'https://hypedup.net/sitemap.xml',
'SCRIPT_URL' => '/sitemap.xml',
'SERVER_ADDR' => '23.235.208.60',
'SERVER_ADMIN' => 'webmaster@hypedup.net',
'SERVER_NAME' => 'hypedup.net',
'SERVER_PORT' => '443',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SSL_TLS_SNI' => 'hypedup.net',
'TZ' => 'America/Los_Angeles',
'UNIQUE_ID' => 'aEhQudtpoTLtyakqeMROWgABUgA',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1749569721.6382,
'REQUEST_TIME' => (int) 1749569721,
'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 1875
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 416
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 393
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 110
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 325
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 200
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
DebugKit\Middleware\DebugKitMiddleware::__invoke() - ROOT/vendor/cakephp/debug_kit/src/Middleware/DebugKitMiddleware.php, line 52
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 81
[main] - ROOT/webroot/index.php, line 40
Notice (8): compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php, line 1875]Code Context $timeMatches = strtotime($this->modified()) === strtotime($modifiedSince);
}
$checks = compact('etagMatches', 'timeMatches');
$request = object(Cake\Http\ServerRequest) {
params => [
'controller' => 'Sitemap',
'pass' => [[maximum depth reached]],
'action' => 'index',
'plugin' => null,
'_ext' => 'xml',
'_matchedRoute' => '/:controller',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'CONTEXT_DOCUMENT_ROOT' => '/home/dlynnegreerhu/public_html',
'CONTEXT_PREFIX' => '',
'DOCUMENT_ROOT' => '/home/dlynnegreerhu/public_html',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '1',
'H2_STREAM_TAG' => '2404707-273-1',
'HTTP2' => 'on',
'HTTPS' => 'on',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_HOST' => 'hypedup.net',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_HTTPS' => '1',
'PATH' => '/bin:/usr/bin',
'QUERY_STRING' => '',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '1',
'REDIRECT_H2_STREAM_TAG' => '2404707-273-1',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_H2PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSH' => 'off',
'REDIRECT_REDIRECT_H2_PUSHED' => '',
'REDIRECT_REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_REDIRECT_H2_STREAM_ID' => '1',
'REDIRECT_REDIRECT_H2_STREAM_TAG' => '2404707-273-1',
'REDIRECT_REDIRECT_HTTP2' => 'on',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://hypedup.net/sitemap.xml',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_REDIRECT_SSL_TLS_SNI' => 'hypedup.net',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'aEhQudtpoTLtyakqeMROWgABUgA',
'REDIRECT_SCRIPT_URI' => 'https://hypedup.net/sitemap.xml',
'REDIRECT_SCRIPT_URL' => '/sitemap.xml',
'REDIRECT_SSL_TLS_SNI' => 'hypedup.net',
'REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'aEhQudtpoTLtyakqeMROWgABUgA',
'REDIRECT_URL' => '/webroot/sitemap.xml',
'REMOTE_ADDR' => '216.73.216.26',
'REMOTE_PORT' => '53863',
'REQUEST_METHOD' => 'GET',
'REQUEST_SCHEME' => 'https',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_FILENAME' => '/home/dlynnegreerhu/public_html/webroot/index.php',
'SCRIPT_NAME' => '/webroot/index.php',
'SCRIPT_URI' => 'https://hypedup.net/sitemap.xml',
'SCRIPT_URL' => '/sitemap.xml',
'SERVER_ADDR' => '23.235.208.60',
'SERVER_ADMIN' => 'webmaster@hypedup.net',
'SERVER_NAME' => 'hypedup.net',
'SERVER_PORT' => '443',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SSL_TLS_SNI' => 'hypedup.net',
'TZ' => 'America/Los_Angeles',
'UNIQUE_ID' => 'aEhQudtpoTLtyakqeMROWgABUgA',
'PHP_SELF' => '/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1749569721.6382,
'REQUEST_TIME' => (int) 1749569721,
'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 1875
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 416
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 393
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 110
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 611
Cake\Error\ExceptionRenderer::_outputMessage() - CORE/src/Error/ExceptionRenderer.php, line 325
Cake\Error\ExceptionRenderer::render() - CORE/src/Error/ExceptionRenderer.php, line 200
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
DebugKit\Middleware\DebugKitMiddleware::__invoke() - ROOT/vendor/cakephp/debug_kit/src/Middleware/DebugKitMiddleware.php, line 52
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 81
[main] - ROOT/webroot/index.php, line 40
Warning (512): Unable to emit headers. Headers sent in file=/home/dlynnegreerhu/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=850 [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' => 'application/xml',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$maxBufferLength = (int) 8192
$file = '/home/dlynnegreerhu/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 850
$message = 'Unable to emit headers. Headers sent in file=/home/dlynnegreerhu/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=850'
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 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/dlynnegreerhu/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php, line 148]Code Context $response->getProtocolVersion(),
$response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
$response = object(Cake\Http\Response) {
'status' => (int) 404,
'contentType' => 'application/xml',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'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 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/dlynnegreerhu/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [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' => 'application/xml',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = []
$values = [
(int) 0 => 'application/xml; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'application/xml; 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 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/dlynnegreerhu/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [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' => 'application/xml',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => ''
}
$cookies = []
$values = [
(int) 0 => '947c03a8-2a8e-49da-b2b1-ad6fdfa80516'
]
$name = 'X-DEBUGKIT-ID'
$first = true
$value = '947c03a8-2a8e-49da-b2b1-ad6fdfa80516'
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 40
Controller class Sitemap could not be found.
/sitemap.xml
404
/home/dlynnegreerhu/public_html/vendor/cakephp/cakephp/src/Http/ControllerFactory.php
100