| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#989
-records: [
2 => [
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.819+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://preprod.smartpartners.koredge.website/web/app_dev.php/_profiler"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#245
#message: "No route found for "GET https://preprod.smartpartners.koredge.website/web/app_dev.php/_profiler""
#code: 0
#file: "/var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#338 …}
-statusCode: 404
-headers: []
trace: {
/var/www/html/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) {
}
/var/www/html/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 {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#836 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#981 …}
}
}
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#836 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#981 …}
}
}
/var/www/html/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);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#836 …}
}
}
/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#836 …}
$eventName: "kernel.request"
}
}
/var/www/html/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#836 …}
$eventName: "kernel.request"
}
}
/var/www/html/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
115 => [
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.849+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"dbname" => "smart-partners"
"driver" => "pdo_pgsql"
"host" => "postgres-smart-partners"
"password" => "<redacted>"
"port" => "5432"
"user" => "smart-partners"
"idle_connection_ttl" => 600
"driverOptions" => []
"serverVersion" => "15.1"
"defaultTableOptions" => []
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.854+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.855+02: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 => "smart-partners"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1535
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.861+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT current_schema()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.861+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.861+02: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 => "smart-partners"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1535}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.863+02: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 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1535}
2 => Doctrine\DBAL\ParameterType {#1535}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.869+02: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 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1535}
2 => Doctrine\DBAL\ParameterType {#1535}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.870+02: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 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1535}
2 => Doctrine\DBAL\ParameterType {#1535}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.874+02: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 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1535}
2 => Doctrine\DBAL\ParameterType {#1535}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.876+02: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 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1535}
2 => Doctrine\DBAL\ParameterType {#1535}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.881+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1777053901
"timestamp_rfc3339" => "2026-04-24T20:05:01.887+02:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
]
]
-errorCount: [
2 => 1
115 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#988 …}
} |