Notice (8): file_put_contents(): Write of 274 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 140]Code Contextif (!$mask) {file_put_contents($pathname, $message . "\n", FILE_APPEND);file_put_contents - [internal], line ?? Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140 Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392 Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 477 DebugKit\ToolbarService::isSuspiciouslyProduction() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 169 DebugKit\ToolbarService::isEnabled() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 105 DebugKit\Plugin::bootstrap() - ROOT/vendor/cakephp/debug_kit/src/Plugin.php, line 48 Cake\Http\BaseApplication::pluginBootstrap() - CORE/src/Http/BaseApplication.php, line 182 Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 111 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 79 [main] - ROOT/webroot/index.php, line 40
Notice (8): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 1542 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 140]Code Contextif (!$mask) {file_put_contents($pathname, $message . "\n", FILE_APPEND);file_put_contents - [internal], line ?? Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140 Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392 Cake\Log\Log::error() - CORE/src/Log/Log.php, line 461 Cake\Error\ErrorLogger::log() - CORE/src/Error/ErrorLogger.php, line 91 Cake\Error\BaseErrorHandler::logException() - CORE/src/Error/BaseErrorHandler.php, line 334 Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 147 Cake\Error\Middleware\ErrorHandlerMiddleware::process() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 130 Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90 [main] - ROOT/webroot/index.php, line 40
Warning (512): Unable to emit headers. Headers sent in file=/home/batisafe/public_html/production/batisecure-landing-page/vendor/cakephp/cakephp/src/Error/Debugger.php line=988 [CORE/src/Http/ResponseEmitter.php, line 71]Code Context$message = "Unable to emit headers. Headers sent in file=$file line=$line";trigger_error($message, E_USER_WARNING);}Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 71 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/batisafe/public_html/production/batisecure-landing-page/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php, line 168]Code Context$response->getStatusCode(),($reasonPhrase ? ' ' . $reasonPhrase : '')));header - [internal], line ?? Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 168 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 74 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/batisafe/public_html/production/batisecure-landing-page/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php, line 197]Code Contextforeach ($values as $value) {header(sprintf('%s: %s',header - [internal], line ?? Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 197 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 75 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 128 [main] - ROOT/webroot/index.php, line 40
Error A route matching "/sitemap.xml" could not be found.
|
|
return $r; |
|
} |
|
} |
|
throw new MissingRouteException(['url' => $urlPath]); |
|
} |
|
|
|
/** |
|
* Get the set of names from the $url. Accepts both older style array urls, |
* @throws \Cake\Routing\Exception\MissingRouteException When a route cannot be handled |
|
*/ |
|
public static function parseRequest(ServerRequest $request): array |
|
{ |
|
return static::$_collection->parseRequest($request); |
|
} |
|
|
|
/** |
|
* Set current request instance. |
Router::setRequest($request); |
|
$params = (array)$request->getAttribute('params', []); |
|
$middleware = []; |
|
if (empty($params['controller'])) { |
|
$params = Router::parseRequest($request) + $params; |
|
if (isset($params['_middleware'])) { |
|
$middleware = $params['_middleware']; |
|
unset($params['_middleware']); |
|
} |
if ($this->queue->valid()) { |
|
$middleware = $this->queue->current(); |
|
$this->queue->next(); |
|
|
|
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
} |
|
|
|
$assetFile = $this->_getAssetFile($url); |
|
if ($assetFile === null || !is_file($assetFile)) { |
|
return $handler->handle($request); |
|
} |
|
|
|
$file = new SplFileInfo($assetFile); |
|
$modifiedTime = $file->getMTime(); |
if ($this->queue->valid()) { |
|
$middleware = $this->queue->current(); |
|
$this->queue->next(); |
|
|
|
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
*/ |
|
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
{ |
|
try { |
|
return $handler->handle($request); |
|
} catch (RedirectException $exception) { |
|
return $this->handleRedirect($exception); |
|
} catch (Throwable $exception) { |
|
return $this->handleException($exception, $request); |
if ($this->queue->valid()) { |
|
$middleware = $this->queue->current(); |
|
$this->queue->next(); |
|
|
|
return $middleware->process($request, $this); |
|
} |
|
|
|
if ($this->fallbackHandler) { |
|
return $this->fallbackHandler->handle($request); |
$this->queue = $queue; |
|
$this->queue->rewind(); |
|
$this->fallbackHandler = $fallbackHandler; |
|
|
|
return $this->handle($request); |
|
} |
|
|
|
/** |
|
* Handle incoming server request and return a response. |
} |
|
|
|
$this->dispatchEvent('Server.buildMiddleware', ['middleware' => $middleware]); |
|
|
|
$response = $this->runner->run($middleware, $request, $this->app); |
|
|
|
if ($request instanceof ServerRequest) { |
|
$request->getSession()->close(); |
|
} |
// Bind your application to the server. |
|
$server = new Server(new Application(dirname(__DIR__) . '/config')); |
|
|
|
// Run the request/response through the application and emit the response. |
|
$server->emit($server->run()); |
|
|
None of the currently connected routes match the provided parameters. Add a matching route to config/routes.php
| Template | Defaults | Options |
|---|---|---|
| /debug-kit/toolbar/clear-cache | [
'controller' => 'Toolbar',
'action' => 'clearCache',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/toolbar/* | [
'controller' => 'Requests',
'action' => 'view',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/panels/view/latest-history | [
'controller' => 'Panels',
'action' => 'latestHistory',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/panels/view/* | [
'controller' => 'Panels',
'action' => 'view',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/panels/* | [
'controller' => 'Panels',
'action' => 'index',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview/sent/{panel}/{id} | [
'action' => 'sent',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'pass' => [
(int) 0 => 'panel',
(int) 1 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview/preview | [
'action' => 'email',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview/preview/* | [
'action' => 'email',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview | [
'action' => 'index',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/dashboard/reset | [
'controller' => 'Dashboard',
'action' => 'reset',
'_method' => 'POST',
'plugin' => 'DebugKit',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/dashboard | [
'controller' => 'Dashboard',
'action' => 'index',
'_method' => 'GET',
'plugin' => 'DebugKit',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/composer/check-dependencies | [
'controller' => 'Composer',
'action' => 'checkDependencies',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit | [
'controller' => 'Dashboard',
'action' => 'index',
'_method' => 'GET',
'plugin' => 'DebugKit',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| / | [
'controller' => 'Pages',
'action' => 'display',
(int) 0 => 'home',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
If you want to customize this error message, create templates/Error/missing_route.php