Dumped Contents
1 in
ApiKeyAuthenticator.php
line 94:
$projectKey = $data['projectKey'] ?? null;
dump($data, $projectKey);
if (!is_string($projectKey) || trim($projectKey) == '') {
$this->logger?->warning('ApiKeyAuthenticator: No projectKey found in request');
throw new BadRequestHttpException('projectKey is required');
}
array:12 [
"message" => "No route found for "GET https://www.dellarocreative.ch/wmore1.php""
"exceptionClass" => "Symfony\Component\HttpKernel\Exception\NotFoundHttpException"
"category" => "request"
"level" => "error"
"url" => "https://www.dellarocreative.ch/wmore1.php"
"user" => null
"occurredAt" => "2026-04-18T15:01:28+02:00"
"stackTrace" => """
Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET https://www.dellarocreative.ch/wmore1.php" in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:127\n
#0 Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:260\n
#1 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220\n
#2 Symfony\Component\EventDispatcher\EventDispatcher->callListeners() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56\n
#3 Symfony\Component\EventDispatcher\EventDispatcher->dispatch() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157\n
#4 Symfony\Component\HttpKernel\HttpKernel->handleRaw() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:76\n
#5 Symfony\Component\HttpKernel\HttpKernel->handle() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/http-kernel/Kernel.php:197\n
#6 Symfony\Component\HttpKernel\Kernel->handle() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35\n
#7 Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() in /var/www/vhosts/dellarocreative.ch/httpdocs/vendor/autoload_runtime.php:29\n
#8 require_once() in /var/www/vhosts/dellarocreative.ch/httpdocs/public/index.php:5
"""
"requestData" => array:4 [
"method" => "GET"
"query" => []
"request" => []
"headers" => array:13 [
"accept-encoding" => array:1 [
0 => "gzip, br"
]
"x-forwarded-proto" => array:1 [
0 => "https"
]
"cf-visitor" => array:1 [
0 => "{"scheme":"https"}"
]
"cf-ipcountry" => array:1 [
0 => "SE"
]
"cf-connecting-ip" => array:1 [
0 => "4.223.172.220"
]
"cdn-loop" => array:1 [
0 => "cloudflare; loops=1"
]
"cf-ray" => array:1 [
0 => "9ee3dbbf2c61c8c4-ARN"
]
"connection" => array:1 [
0 => "close"
]
"x-accel-internal" => array:1 [
0 => "/internal-nginx-static-location"
]
"x-forwarded-for" => array:1 [
0 => "4.223.172.220"
]
"x-real-ip" => array:1 [
0 => "104.23.221.163"
]
"host" => array:1 [
0 => "www.dellarocreative.ch"
]
"x-php-ob-level" => array:1 [
0 => "0"
]
]
]
"ipAddress" => "104.23.221.163"
"userAgent" => null
"projectKey" => "dellarocreative"
]
2 in
ApiKeyAuthenticator.php
line 94:
$projectKey = $data['projectKey'] ?? null;
dump($data, $projectKey);
if (!is_string($projectKey) || trim($projectKey) == '') {
$this->logger?->warning('ApiKeyAuthenticator: No projectKey found in request');
throw new BadRequestHttpException('projectKey is required');
}
"dellarocreative"