Error 404 Not Found

GET https://fw-demoserver-1.de/_ignition/execute-solution

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"6626b2"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#963
  #message: "Die angeforderte Seite existiert nicht."
  #code: 0
  #file: "/home/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 326
  -statusCode: 404
  -headers: []
  trace: {
    /home/www/vendor/symfony/framework-bundle/Controller/AbstractController.php:326 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /home/www/src/Controller/PagesController.php:26 {
      App\Controller\PagesController->show(string $pagePath, PageRepository $pageRepository): Response …
      › if (!$page instanceof Page) {    throw $this->createNotFoundException('Die angeforderte Seite existiert nicht.');}
    }
    /home/www/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/www/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/www/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/www/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/www/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/www/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#167
  -records: [
    2 => [
      [
        "timestamp" => 1776177039
        "timestamp_rfc3339" => "2026-04-14T16:30:39.522+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "page"
          "route_parameters" => [
            "_route" => "page"
            "_controller" => "App\Controller\PagesController::show"
            "pagePath" => "_ignition/execute-solution"
          ]
          "request_uri" => "https://fw-demoserver-1.de/_ignition/execute-solution"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1776177039
        "timestamp_rfc3339" => "2026-04-14T16:30:39.523+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776177039
        "timestamp_rfc3339" => "2026-04-14T16:30:39.523+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776177039
        "timestamp_rfc3339" => "2026-04-14T16:30:39.523+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1776177039
        "timestamp_rfc3339" => "2026-04-14T16:30:39.527+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_sqlite"
            "path" => "/home/www/var/app.db"
            "charset" => "UTF8"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => null
            "user" => "root"
            "password" => null
            "driverOptions" => []
            "defaultTableOptions" => []
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776177039
        "timestamp_rfc3339" => "2026-04-14T16:30:39.529+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.path AS path_3, t0.html_content AS html_content_4, t0.article_description AS article_description_5, t0.article_preview_slideshow_html AS article_preview_slideshow_html_6, t0.article_tag_ids AS article_tag_ids_7, t0.article AS article_8, t0.hide_current_information AS hide_current_information_9, t0.visibility AS visibility_10, t0.author AS author_11, t0.article_section AS article_section_12, t0.creation_time AS creation_time_13, t0.edit_time AS edit_time_14 FROM pages t0 WHERE t0.path = ? LIMIT 1"
          "params" => [
            1 => "_ignition/execute-solution"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#968
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1776177039
        "timestamp_rfc3339" => "2026-04-14T16:30:39.530+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Die angeforderte Seite existiert nicht." at AbstractController.php line 326"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#963
            #message: "Die angeforderte Seite existiert nicht."
            #code: 0
            #file: "/home/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 326
            -statusCode: 404
            -headers: []
            trace: {
              /home/www/vendor/symfony/framework-bundle/Controller/AbstractController.php:326 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /home/www/src/Controller/PagesController.php:26 {
                App\Controller\PagesController->show(string $pagePath, PageRepository $pageRepository): Response …
                › if (!$page instanceof Page) {    throw $this->createNotFoundException('Die angeforderte Seite existiert nicht.');}
              }
              /home/www/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/www/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/www/vendor/symfony/http-kernel/Kernel.php:191 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/www/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/www/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/www/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#166 …}
}

Request Headers

Header Value
accept-charset
"utf-8"
accept-encoding
"gzip"
host
"fw-demoserver-1.de"
user-agent
"Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/ Firefox/3.8"
via
"1.1 217.160.137.7:443, 1.1 [fe80::7ec2:55ff:fe8f:21d5%service]:8087"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 14 Apr 2026 14:30:39 GMT"
vary
"Accept"
x-debug-exception
"Die%20angeforderte%20Seite%20existiert%20nicht."
x-debug-exception-file
"%2Fhome%2Fwww%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:326"
x-debug-token
"ecc122"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"344b92f031b97a9be8487238380de636"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"sqlite:///%kernel.project_dir%/var/app.db"
DEFAULT_URI
"http://localhost"
GEOCODER_CONTACT_EMAIL
"info@flenker-wohlers.de"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MUSICIAN_MAP_DEFAULT_COUNTRY
"Deutschland"
MUSICIAN_MAP_GEOCODER_BASE_URL
"https://nominatim.openstreetmap.org"
MUSICIAN_MAP_USER_AGENT
"DTKV Musikerkarte/1.0"
UX_MAP_DSN
"leaflet://default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/www"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/www"
]
CONTEXT_DOCUMENT_ROOT
"/home/www/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/www/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/www"
HTTPS
"on"
HTTP_ACCEPT_CHARSET
"utf-8"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_HOST
"fw-demoserver-1.de"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/ Firefox/3.8"
HTTP_VIA
"1.1 217.160.137.7:443, 1.1 [fe80::7ec2:55ff:fe8f:21d5%service]:8087"
LOGNAME
"sws1074216971"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_FCGI_CHILDREN
"5"
PHP_FCGI_MAX_REQUESTS
"2000000000"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/_ignition/execute-solution"
REMOTE_ADDR
"54.89.249.183"
REMOTE_PORT
"65535"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776177039
REQUEST_TIME_FLOAT
1776177039.5144
REQUEST_URI
"/_ignition/execute-solution"
SCRIPT_FILENAME
"/home/www/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.255.255.253"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"fw-demoserver-1.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/home/www/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,UX_MAP_DSN,MUSICIAN_MAP_GEOCODER_BASE_URL,MUSICIAN_MAP_USER_AGENT,MUSICIAN_MAP_DEFAULT_COUNTRY,GEOCODER_CONTACT_EMAIL"

Parent Request

Return to parent request (token = 611588)

Key Value
_controller
"App\Controller\PagesController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"page"
_route_params
[
  "pagePath" => "_ignition/execute-solution"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#647
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#612 …}
  }
]
_stopwatch_token
"f69cb0"
pagePath
"_ignition/execute-solution"