| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#489
-records: [
"" => [
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.356+00:00"
"message" => "User Deprecated: Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "App\State\PrintTextSignStateProcessor" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#360
#message: "User Deprecated: Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "App\State\PrintTextSignStateProcessor" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 348
#severity: E_USER_DEPRECATED
trace: {
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/error-handler/DebugClassLoader.php:348 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/config/Resource/ReflectionClassResource.php:105 {
Symfony\Component\Config\Resource\ReflectionClassResource->computeHash(): string …
› try {
› $this->classReflector ??= new \ReflectionClass($this->className);
› } catch (\ReflectionException) {
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/config/Resource/ReflectionClassResource.php:51 {
Symfony\Component\Config\Resource\ReflectionClassResource->isFresh(int $timestamp): bool …
› if ($filemtime > $timestamp) {
› return $this->hash === $this->computeHash();
› }
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:44 {
Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp): bool …
›
› return self::$cache[$key] ??= $resource->isFresh($timestamp);
› }
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/config/ResourceCheckerConfigCache.php:88 {
Symfony\Component\Config\ResourceCheckerConfigCache->isFresh(): bool …
› }
› if ($checker->isFresh($resource, $time)) {
› break; // no need to further check this resource
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/config/ConfigCache.php:65 {
Symfony\Component\Config\ConfigCache->isFresh(): bool …
›
› return parent::isFresh();
› }
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/http-kernel/Kernel.php:424 {
Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
› if (is_file($cachePath) && \is_object($this->container = include $cachePath)
› && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))
› ) {
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/http-kernel/Kernel.php:762 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/home/mlj/hosts/intra.gartneriet.dk/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();
› }
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/mlj/hosts/intra.gartneriet.dk/docs/index.php:6 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/mlj/hosts/intra.gartneriet.dk/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
13 => [
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.480+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://intra.quercus.palustris.dk/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1115
#message: "No route found for "GET https://intra.quercus.palustris.dk/robots.txt""
#code: 0
#file: "/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1061 …}
-statusCode: 404
-headers: []
trace: {
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/mlj/hosts/intra.gartneriet.dk/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 {
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/mlj/hosts/intra.gartneriet.dk/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/mlj/hosts/intra.gartneriet.dk/docs/index.php:6 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/mlj/hosts/intra.gartneriet.dk/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
46 => [
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.603+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"idle_connection_ttl" => 600
"host" => "postgresql.localnet"
"port" => 5432
"user" => "intra.gartneriet.dk"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "intra.gartneriet.dk"
"serverVersion" => "16.0.0"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.622+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.625+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_catalog = ?\n
AND table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type = 'BASE TABLE'\n
ORDER BY\n
quote_ident(table_name)
"""
"params" => [
1 => "intra.gartneriet.dk"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1475
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.629+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT current_schema()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.631+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.631+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_catalog = ?\n
AND table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type = 'BASE TABLE'\n
ORDER BY\n
quote_ident(table_name)
"""
"params" => [
1 => "intra.gartneriet.dk"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1475}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.655+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT n.nspname,\n
c.relname,\n
a.attname,\n
t.typname,\n
format_type(a.atttypid, a.atttypmod),\n
bt.typname,\n
format_type(bt.oid, t.typtypmod),\n
a.attnotnull,\n
a.attidentity,\n
( SELECT\n
CASE\n
WHEN a.attgenerated = 's' THEN NULL\n
ELSE pg_get_expr(adbin, adrelid)\n
END\n
FROM pg_attrdef\n
WHERE c.oid = pg_attrdef.adrelid\n
AND pg_attrdef.adnum=a.attnum),\n
dsc.description,\n
CASE\n
WHEN coll.collprovider = 'c'\n
THEN coll.collcollate\n
WHEN coll.collprovider = 'd'\n
THEN NULL\n
ELSE coll.collname\n
END\n
FROM pg_attribute a\n
JOIN pg_class c\n
ON c.oid = a.attrelid\n
JOIN pg_namespace n\n
ON n.oid = c.relnamespace\n
JOIN pg_type t\n
ON t.oid = a.atttypid\n
LEFT JOIN pg_type bt\n
ON t.typtype = 'd'\n
AND bt.oid = t.typbasetype\n
LEFT JOIN pg_collation coll\n
ON coll.oid = a.attcollation\n
LEFT JOIN pg_depend dep\n
ON dep.objid = c.oid\n
AND dep.deptype = 'e'\n
AND dep.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class')\n
LEFT JOIN pg_description dsc\n
ON dsc.objoid = c.oid AND dsc.objsubid = a.attnum\n
LEFT JOIN pg_inherits i\n
ON i.inhrelid = c.oid\n
LEFT JOIN pg_class p\n
ON i.inhparent = p.oid\n
AND p.relkind = 'p'\n
WHERE n.nspname = ? AND c.relname = ? AND n.nspname NOT LIKE 'pg\_%' AND n.nspname != 'information_schema' AND c.relkind IN ('r', 'p') AND c.relname NOT IN ('geometry_columns', 'spatial_ref_sys')\n
AND a.attnum > 0\n
AND dep.refobjid IS NULL\n
-- exclude partitions (tables that inherit from partitioned tables)\n
AND p.oid IS NULL\n
ORDER BY n.nspname,\n
c.relname,\n
a.attnum
"""
"params" => [
1 => "public"
2 => "migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1475}
2 => Doctrine\DBAL\ParameterType {#1475}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.663+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT n.nspname,\n
c.relname,\n
CASE c.relpersistence WHEN 'u' THEN true ELSE false END,\n
obj_description(c.oid, 'pg_class')\n
FROM pg_class c\n
INNER JOIN pg_namespace n\n
ON n.oid = c.relnamespace\n
WHERE n.nspname = ? AND c.relname = ? AND n.nspname NOT LIKE 'pg\_%' AND n.nspname != 'information_schema' AND c.relkind IN ('r', 'p') AND c.relname NOT IN ('geometry_columns', 'spatial_ref_sys')
"""
"params" => [
1 => "public"
2 => "migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1475}
2 => Doctrine\DBAL\ParameterType {#1475}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.668+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT n.nspname,\n
c.relname,\n
ct.conname,\n
a.attname\n
FROM pg_namespace n\n
INNER JOIN pg_class c\n
ON c.relnamespace = n.oid\n
INNER JOIN pg_constraint ct\n
ON ct.conrelid = c.oid\n
INNER JOIN pg_index i\n
ON i.indrelid = c.oid\n
AND i.indexrelid = ct.conindid\n
INNER JOIN LATERAL unnest(i.indkey) WITH ORDINALITY AS keys(attnum, ord)\n
ON true\n
INNER JOIN\n
pg_attribute a\n
ON a.attrelid = c.oid\n
AND a.attnum = keys.attnum\n
WHERE n.nspname = ? AND c.relname = ? AND n.nspname NOT LIKE 'pg\_%' AND n.nspname != 'information_schema' AND c.relkind IN ('r', 'p') AND c.relname NOT IN ('geometry_columns', 'spatial_ref_sys')\n
AND ct.contype = 'p'\n
ORDER BY n.nspname,\n
c.relname,\n
ct.conname,\n
keys.ord
"""
"params" => [
1 => "public"
2 => "migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1475}
2 => Doctrine\DBAL\ParameterType {#1475}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.672+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT n.nspname,\n
c.relname,\n
ic.relname,\n
i.indisunique,\n
pg_get_expr(indpred, indrelid),\n
attname\n
FROM pg_index i\n
JOIN pg_class AS c ON c.oid = i.indrelid\n
JOIN pg_namespace n ON n.oid = c.relnamespace\n
JOIN pg_class AS ic ON ic.oid = i.indexrelid\n
JOIN LATERAL unnest(i.indkey) WITH ORDINALITY AS keys(attnum, ord)\n
ON TRUE\n
JOIN pg_attribute a\n
ON a.attrelid = c.oid\n
AND a.attnum = keys.attnum\n
WHERE n.nspname = ? AND c.relname = ? AND n.nspname NOT LIKE 'pg\_%' AND n.nspname != 'information_schema' AND c.relkind IN ('r', 'p') AND c.relname NOT IN ('geometry_columns', 'spatial_ref_sys')\n
AND i.indisprimary = false\n
ORDER BY n.nspname,\n
c.relname,\n
ic.relname,\n
keys.ord
"""
"params" => [
1 => "public"
2 => "migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1475}
2 => Doctrine\DBAL\ParameterType {#1475}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.674+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT pkn.nspname,\n
pkc.relname,\n
r.conname,\n
fkn.nspname,\n
fkc.relname,\n
r.confupdtype,\n
r.confdeltype,\n
r.condeferrable,\n
r.condeferred,\n
pka.attname,\n
fka.attname\n
FROM pg_constraint r\n
JOIN pg_class fkc\n
ON fkc.oid = r.confrelid\n
JOIN pg_namespace fkn\n
ON fkn.oid = fkc.relnamespace\n
JOIN unnest(r.confkey) WITH ORDINALITY AS fk_attnum(attnum, ord)\n
ON TRUE\n
JOIN pg_attribute fka\n
ON fka.attrelid = fkc.oid\n
AND fka.attnum = fk_attnum.attnum\n
JOIN pg_class pkc\n
ON pkc.oid = r.conrelid\n
JOIN pg_namespace pkn\n
ON pkn.oid = pkc.relnamespace\n
JOIN unnest(r.conkey) WITH ORDINALITY AS pk_attnum(attnum, ord)\n
ON pk_attnum.ord = fk_attnum.ord\n
JOIN pg_attribute pka\n
ON pka.attrelid = pkc.oid\n
AND pka.attnum = pk_attnum.attnum\n
WHERE pkn.nspname = ? AND pkc.relname = ? AND pkn.nspname NOT LIKE 'pg\_%' AND pkn.nspname != 'information_schema' AND pkc.relkind IN ('r', 'p') AND pkc.relname NOT IN ('geometry_columns', 'spatial_ref_sys')\n
AND r.contype = 'f'\n
ORDER BY pkn.nspname,\n
pkc.relname,\n
r.conname
"""
"params" => [
1 => "public"
2 => "migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1475}
2 => Doctrine\DBAL\ParameterType {#1475}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.681+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1773107464
"timestamp_rfc3339" => "2026-03-10T01:51:04.737+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
]
]
-errorCount: [
"" => 0
13 => 1
46 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#487 …}
} |