Error 404 Not Found

GET https://finances.ddsteelfabrication.co.za/register

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"b8f1db"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1868
  #message: "Registration is disabled"
  #code: 0
  #file: "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/framework-bundle/Controller/AbstractController.php"
  #line: 331
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/framework-bundle/Controller/AbstractController.php:331 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
      › {    return new NotFoundHttpException($message, $previous);}
    }
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/src/UserBundle/Action/Register.php:64 {
      SolidInvoice\UserBundle\Action\Register->__invoke(Request $request): Response …
      › if (! $request->query->has('invitation') && ! $this->toggle->isActive('allow_registration')) {    throw $this->createNotFoundException('Registration is disabled');}
    }
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/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);}
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/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) {
    }
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php:193 {
      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 {
    }
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php:74 {
      SolidWorx\Platform\PlatformBundle\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php:31 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php:19 {
      › 
      › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
        "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1531
  -records: [
    "" => [
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.027+02:00"
        "message" => "User Deprecated: Since symfony/ux-toggle-password 2.29.0: The package is deprecated and will be removed in 3.0. Follow the migration steps in https://github.com/symfony/ux/tree/2.x/src/TogglePassword to keep using TogglePassword in your Symfony application."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#67
            #message: "User Deprecated: Since symfony/ux-toggle-password 2.29.0: The package is deprecated and will be removed in 3.0. Follow the migration steps in https://github.com/symfony/ux/tree/2.x/src/TogglePassword to keep using TogglePassword in your Symfony application."
            #code: 0
            #file: "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/ux-toggle-password/src/TogglePasswordBundle.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/ux-toggle-password/src/TogglePasswordBundle.php:16 {
                SolidWorx\Platform\PlatformBundle\Kernel->registerBundlesTrait(): iterable …
                › 
                › trigger_deprecation('symfony/ux-toggle-password', '2.29.0', 'The package is deprecated and will be removed in 3.0. Follow the migration steps in https://github.com/symfony/ux/tree/2.x/src/TogglePassword to keep using TogglePassword in your Symfony application.');}
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php:80 {
                SolidWorx\Platform\PlatformBundle\Kernel->registerBundles(): iterable …
                › {    yield from $this->registerBundlesTrait();}
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php:101 {
                SolidWorx\Platform\PlatformBundle\Kernel->initializeBundles(): void …
                › 
                › foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php:761 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php:172 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php:74 {
                SolidWorx\Platform\PlatformBundle\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php:31 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php:19 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
    ]
    37 => [
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.062+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "_register"
          "route_parameters" => [
            "_route" => "_register"
            "_controller" => "SolidInvoice\UserBundle\Action\Register"
          ]
          "request_uri" => "https://finances.ddsteelfabrication.co.za/register"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.084+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "charset" => "UTF8"
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => null
            "user" => "finances_dds"
            "password" => "<redacted>"
            "driverOptions" => []
            "serverVersion" => "8.0.46-0ubuntu0.24.04.3"
            "defaultTableOptions" => []
            "dbname" => "finances_dds"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.085+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.086+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "finances_dds"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.087+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.088+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "finances_dds"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.095+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT @@character_set_database, @@collation_database"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.096+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.096+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT c.TABLE_NAME,\n
                   c.COLUMN_NAME,\n
                   c.DATA_TYPE,\n
                   c.COLUMN_TYPE,\n
                   c.CHARACTER_MAXIMUM_LENGTH,\n
                   c.CHARACTER_OCTET_LENGTH,\n
                   c.NUMERIC_PRECISION,\n
                   c.NUMERIC_SCALE,\n
                   c.IS_NULLABLE,\n
                   c.COLUMN_DEFAULT,\n
                   c.EXTRA,\n
                   c.COLUMN_COMMENT,\n
                   c.CHARACTER_SET_NAME,\n
                   c.COLLATION_NAME\n
            FROM information_schema.COLUMNS c\n
                     INNER JOIN information_schema.TABLES t\n
                                ON t.TABLE_NAME = c.TABLE_NAME\n
            WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?\n
              AND t.TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY c.TABLE_NAME,\n
                     c.ORDINAL_POSITION
            """
          "params" => [
            1 => "finances_dds"
            2 => "finances_dds"
            3 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
            3 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.099+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.099+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
                SELECT t.TABLE_NAME,\n
                       t.ENGINE,\n
                       t.AUTO_INCREMENT,\n
                       t.TABLE_COMMENT,\n
                       t.CREATE_OPTIONS,\n
                       t.TABLE_COLLATION,\n
                       ccsa.CHARACTER_SET_NAME\n
                  FROM information_schema.TABLES t\n
                    INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n
                      ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
            """
          "params" => [
            1 => "finances_dds"
            2 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.102+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.102+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT tc.TABLE_NAME,\n
                   tc.CONSTRAINT_NAME,\n
                   kcu.COLUMN_NAME\n
            FROM information_schema.TABLE_CONSTRAINTS tc\n
                     INNER JOIN information_schema.KEY_COLUMN_USAGE kcu\n
                                ON kcu.TABLE_NAME = tc.TABLE_NAME\n
                                    AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME\n
            WHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ?\n
              AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY'\n
            ORDER BY TABLE_NAME,\n
                kcu.ORDINAL_POSITION
            """
          "params" => [
            1 => "finances_dds"
            2 => "finances_dds"
            3 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
            3 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.104+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.104+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME,\n
                   INDEX_NAME,\n
                   INDEX_TYPE,\n
                   NON_UNIQUE,\n
                   COLUMN_NAME,\n
                   SUB_PART\n
            FROM information_schema.STATISTICS\n
            WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n
              AND INDEX_NAME != 'PRIMARY'\n
            ORDER BY TABLE_NAME,\n
                SEQ_IN_INDEX
            """
          "params" => [
            1 => "finances_dds"
            2 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.105+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.105+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT k.TABLE_NAME,\n
                   k.CONSTRAINT_NAME,\n
                   k.REFERENCED_TABLE_NAME,\n
                   c.UPDATE_RULE,\n
                   c.DELETE_RULE,\n
                   k.COLUMN_NAME,\n
                   k.REFERENCED_COLUMN_NAME\n
            FROM information_schema.KEY_COLUMN_USAGE k\n
                     INNER JOIN information_schema.REFERENTIAL_CONSTRAINTS c\n
                                ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n
                                    AND c.TABLE_NAME = k.TABLE_NAME\n
            WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?\n
              AND k.REFERENCED_COLUMN_NAME IS NOT NULL\n
            ORDER BY k.TABLE_NAME,\n
                     k.CONSTRAINT_NAME,\n
                     k.ORDINAL_POSITION
            """
          "params" => [
            1 => "finances_dds"
            2 => "finances_dds"
            3 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
            3 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.108+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM migration_versions"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.115+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.115+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "finances_dds"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.116+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.117+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "finances_dds"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.118+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.118+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT c.TABLE_NAME,\n
                   c.COLUMN_NAME,\n
                   c.DATA_TYPE,\n
                   c.COLUMN_TYPE,\n
                   c.CHARACTER_MAXIMUM_LENGTH,\n
                   c.CHARACTER_OCTET_LENGTH,\n
                   c.NUMERIC_PRECISION,\n
                   c.NUMERIC_SCALE,\n
                   c.IS_NULLABLE,\n
                   c.COLUMN_DEFAULT,\n
                   c.EXTRA,\n
                   c.COLUMN_COMMENT,\n
                   c.CHARACTER_SET_NAME,\n
                   c.COLLATION_NAME\n
            FROM information_schema.COLUMNS c\n
                     INNER JOIN information_schema.TABLES t\n
                                ON t.TABLE_NAME = c.TABLE_NAME\n
            WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?\n
              AND t.TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY c.TABLE_NAME,\n
                     c.ORDINAL_POSITION
            """
          "params" => [
            1 => "finances_dds"
            2 => "finances_dds"
            3 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
            3 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.120+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.120+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
                SELECT t.TABLE_NAME,\n
                       t.ENGINE,\n
                       t.AUTO_INCREMENT,\n
                       t.TABLE_COMMENT,\n
                       t.CREATE_OPTIONS,\n
                       t.TABLE_COLLATION,\n
                       ccsa.CHARACTER_SET_NAME\n
                  FROM information_schema.TABLES t\n
                    INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n
                      ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
            """
          "params" => [
            1 => "finances_dds"
            2 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.121+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.121+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT tc.TABLE_NAME,\n
                   tc.CONSTRAINT_NAME,\n
                   kcu.COLUMN_NAME\n
            FROM information_schema.TABLE_CONSTRAINTS tc\n
                     INNER JOIN information_schema.KEY_COLUMN_USAGE kcu\n
                                ON kcu.TABLE_NAME = tc.TABLE_NAME\n
                                    AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME\n
            WHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ?\n
              AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY'\n
            ORDER BY TABLE_NAME,\n
                kcu.ORDINAL_POSITION
            """
          "params" => [
            1 => "finances_dds"
            2 => "finances_dds"
            3 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
            3 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.122+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.123+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME,\n
                   INDEX_NAME,\n
                   INDEX_TYPE,\n
                   NON_UNIQUE,\n
                   COLUMN_NAME,\n
                   SUB_PART\n
            FROM information_schema.STATISTICS\n
            WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n
              AND INDEX_NAME != 'PRIMARY'\n
            ORDER BY TABLE_NAME,\n
                SEQ_IN_INDEX
            """
          "params" => [
            1 => "finances_dds"
            2 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.124+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.124+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT k.TABLE_NAME,\n
                   k.CONSTRAINT_NAME,\n
                   k.REFERENCED_TABLE_NAME,\n
                   c.UPDATE_RULE,\n
                   c.DELETE_RULE,\n
                   k.COLUMN_NAME,\n
                   k.REFERENCED_COLUMN_NAME\n
            FROM information_schema.KEY_COLUMN_USAGE k\n
                     INNER JOIN information_schema.REFERENTIAL_CONSTRAINTS c\n
                                ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n
                                    AND c.TABLE_NAME = k.TABLE_NAME\n
            WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?\n
              AND k.REFERENCED_COLUMN_NAME IS NOT NULL\n
            ORDER BY k.TABLE_NAME,\n
                     k.CONSTRAINT_NAME,\n
                     k.ORDINAL_POSITION
            """
          "params" => [
            1 => "finances_dds"
            2 => "finances_dds"
            3 => "migration_versions"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#359}
            2 => Doctrine\DBAL\ParameterType {#359}
            3 => Doctrine\DBAL\ParameterType {#359}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.126+02:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM migration_versions"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.136+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 4
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.136+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.137+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.137+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.137+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.137+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.137+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.137+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.137+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" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.142+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.143+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.143+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.143+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.143+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.143+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\CoreBundle\Listener\HostRoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\McpBundle\Mcp\Listener\McpAuditListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\InstallBundle\Listener\RequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\InstallBundle\Listener\UpgradeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RuntimeContextListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.144+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\ApiBundle\Event\Listener\RateLimitListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.149+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.149+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.149+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.149+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.149+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "SolidInvoice\CoreBundle\Listener\AjaxResponseListener::onController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.151+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.151+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.151+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.151+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.151+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.151+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.161+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Registration is disabled" at AbstractController.php line 331"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1868
            #message: "Registration is disabled"
            #code: 0
            #file: "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/framework-bundle/Controller/AbstractController.php"
            #line: 331
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/framework-bundle/Controller/AbstractController.php:331 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException(string $message = 'Not Found', ?Throwable $previous = null): NotFoundHttpException …
                › {    return new NotFoundHttpException($message, $previous);}
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/src/UserBundle/Action/Register.php:64 {
                SolidInvoice\UserBundle\Action\Register->__invoke(Request $request): Response …
                › if (! $request->query->has('invitation') && ! $this->toggle->isActive('allow_registration')) {    throw $this->createNotFoundException('Registration is disabled');}
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/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);}
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/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) {
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php:193 {
                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 {
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php:74 {
                SolidWorx\Platform\PlatformBundle\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php:31 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php:19 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';arguments: {
                  "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "SolidInvoice\InstallBundle\Listener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "SolidInvoice\McpBundle\Mcp\Listener\McpAuditListener::onException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.183+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.183+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.183+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.183+02:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidInvoice\CoreBundle\Listener\DiscoveryLinkHeaderListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidInvoice\CoreBundle\Listener\SessionRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidWorx\Platform\PlatformBundle\EventSubscriber\FlashResponseSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidInvoice\McpBundle\Mcp\Listener\McpAuditListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.188+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    2396 => [
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\CoreBundle\Listener\HostRoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\McpBundle\Mcp\Listener\McpAuditListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\InstallBundle\Listener\RequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\InstallBundle\Listener\UpgradeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.162+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RuntimeContextListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.163+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "SolidInvoice\ApiBundle\Event\Listener\RateLimitListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.164+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.164+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.164+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.164+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.164+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "SolidInvoice\CoreBundle\Listener\AjaxResponseListener::onController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.166+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.166+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.166+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.166+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.166+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.166+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidInvoice\CoreBundle\Listener\DiscoveryLinkHeaderListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidInvoice\CoreBundle\Listener\SessionRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.181+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidWorx\Platform\PlatformBundle\EventSubscriber\FlashResponseSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "SolidInvoice\McpBundle\Mcp\Listener\McpAuditListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1787466791
        "timestamp_rfc3339" => "2026-08-23T08:33:11.182+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    37 => 1
    2396 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1532 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"finances.ddsteelfabrication.co.za"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.217.32"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.217.32"

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
"Sun, 23 Aug 2026 06:33:11 GMT"
vary
"Accept"
x-debug-exception
"Registration%20is%20disabled"
x-debug-exception-file
"%2Fvar%2Fwww%2Fddsteelfabri_usr%2Fdata%2Fwww%2Ffinances.ddsteelfabrication.co.za%2Fvendor%2Fsymfony%2Fframework-bundle%2FController%2FAbstractController.php:331"
x-debug-token
"103deb"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Sun, 23 Aug 26 08:33:11 +0200"
Last used
"Sun, 23 Aug 26 08:33:11 +0200"
Lifetime
0

Session Attributes

No session attributes

Session Usage

7 Usages
Stateless check enabled
Usage
SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber:78
[
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/src/CoreBundle/Listener/CompanyEventSubscriber.php"
    "line" => 78
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php"
    "line" => 74
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "SolidWorx\Platform\PlatformBundle\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    "line" => 31
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
    "line" => 19
    "args" => [
      "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php"
    "line" => 58
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "handleKernelRequestEvent"
    "class" => "Sentry\SentryBundle\EventListener\LoginListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php"
    "line" => 74
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "SolidWorx\Platform\PlatformBundle\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    "line" => 31
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
    "line" => 19
    "args" => [
      "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php"
    "line" => 74
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "SolidWorx\Platform\PlatformBundle\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    "line" => 31
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
    "line" => 19
    "args" => [
      "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php"
    "line" => 74
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "SolidWorx\Platform\PlatformBundle\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    "line" => 31
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
    "line" => 19
    "args" => [
      "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php"
    "line" => 74
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "SolidWorx\Platform\PlatformBundle\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    "line" => 31
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
    "line" => 19
    "args" => [
      "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php"
    "line" => 74
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "SolidWorx\Platform\PlatformBundle\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    "line" => 31
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
    "line" => 19
    "args" => [
      "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/solidworx/platform/src/Bundle/Platform/Kernel.php"
    "line" => 74
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "SolidWorx\Platform\PlatformBundle\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    "line" => 31
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
    "line" => 19
    "args" => [
      "/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "env_var_name" => "SOLIDINVOICE_ENV"
  "debug_var_name" => "SOLIDINVOICE_DEBUG"
]
BASE
"/public"
CONTEXT_DOCUMENT_ROOT
"/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"finances.ddsteelfabrication.co.za"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.217.32"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"216.73.217.32"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/register"
REMOTE_ADDR
"216.73.217.32"
REMOTE_PORT
"59532"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1787466790
REQUEST_TIME_FLOAT
1787466790.8112
REQUEST_URI
"/register"
SCRIPT_FILENAME
"/var/www/ddsteelfabri_usr/data/www/finances.ddsteelfabrication.co.za/public/index.php"
SCRIPT_NAME
"/public/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"admin@finances.ddsteelfabrication.co.za"
SERVER_NAME
"finances.ddsteelfabrication.co.za"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at finances.ddsteelfabrication.co.za Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SOLIDINVOICE_DEBUG
"1"
SOLIDINVOICE_ENV
"dev"

Parent Request

Return to parent request (token = 30c7e9)

Key Value
_controller
"SolidInvoice\UserBundle\Action\Register"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_resolved_host
SolidInvoice\CoreBundle\Company\ResolvedHost {#514
  +type: SolidInvoice\CoreBundle\Company\HostType {#549 …}
  +host: "finances.ddsteelfabrication.co.za"
  +scheme: "https"
  +port: 443
  +company: null
}
_route
"_register"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1712
    -supports: false
    -passport: null
    -duration: null
    -stub: "SolidInvoice\UserBundle\Security\OAuth\OAuthAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: SolidInvoice\UserBundle\Security\OAuth\OAuthAuthenticator {#249 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1716
    -supports: false
    -passport: null
    -duration: null
    -stub: "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator {#1723 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1674
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#1705 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1812
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#1739 …}
  }
]
_stopwatch_token
"dd546d"