| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#356
-records: [
"" => [
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.595+01:00"
"message" => "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:134, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#348
#message: "User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:134, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)"
#code: 0
#file: "/www/hosting/eventiko.cz/www/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/www/hosting/eventiko.cz/www/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/www/hosting/eventiko.cz/www/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/www/hosting/eventiko.cz/www/vendor/doctrine/orm/src/Proxy/Autoloader.php:74 {
Doctrine\ORM\Proxy\Autoloader::register(string $proxyDir, string $proxyNamespace, ?Closure $notFoundCallback = null): Closure …
› if (PHP_VERSION_ID >= 80400) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/www/hosting/eventiko.cz/www/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:134 {
Doctrine\Bundle\DoctrineBundle\DoctrineBundle->boot(): void …
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
/www/hosting/eventiko.cz/www/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/www/hosting/eventiko.cz/www/vendor/symfony/http-kernel/Kernel.php:177 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $this->boot();
› ++$this->requestStackSize;
}
/www/hosting/eventiko.cz/www/public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
]
10 => [
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.608+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.eventiko.cz/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#97
#message: "No route found for "GET https://www.eventiko.cz/robots.txt""
#code: 0
#file: "/www/hosting/eventiko.cz/www/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#174 …}
-statusCode: 404
-headers: []
trace: {
/www/hosting/eventiko.cz/www/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) {
}
/www/hosting/eventiko.cz/www/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 {
}
/www/hosting/eventiko.cz/www/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/www/hosting/eventiko.cz/www/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);
› }
}
/www/hosting/eventiko.cz/www/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 {
}
/www/hosting/eventiko.cz/www/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);
›
}
/www/hosting/eventiko.cz/www/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/www/hosting/eventiko.cz/www/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/www/hosting/eventiko.cz/www/public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.634+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "utf8mb4"
"idle_connection_ttl" => 600
"host" => "mco04.vas-server.cz"
"port" => 3306
"user" => "eventiko_cza"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "11.8.3-MariaDB"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collate" => "utf8mb4_general_ci"
]
"dbname" => "eventiko_cza"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.644+01:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.645+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "INSERT INTO core_error_log (message, context, level, level_name, extra, created_at) VALUES (?, ?, ?, ?, ?, ?)"
"params" => [
1 => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.eventiko.cz/robots.txt"" at RouterListener.php line 156"
2 => null
3 => 400
4 => "ERROR"
5 => "a:0:{}"
6 => "2025-11-08 14:00:31"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#800
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#800}
3 => Doctrine\DBAL\ParameterType {#802
+name: "INTEGER"
}
4 => Doctrine\DBAL\ParameterType {#800}
5 => Doctrine\DBAL\ParameterType {#800}
6 => Doctrine\DBAL\ParameterType {#800}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.645+01:00"
"message" => "Rolling back transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
]
797 => [
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.764+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.765+01: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 => "eventiko_cza"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#800}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.766+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.770+01: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 => "eventiko_cza"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#800}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.785+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT @@character_set_database, @@collation_database"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.786+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.787+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT\n
c.TABLE_NAME,\n
c.COLUMN_NAME AS field,\n
IF(\n
c.DATA_TYPE = 'longtext'\n
AND EXISTS(\n
SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n
WHERE i_c.CONSTRAINT_SCHEMA = 'eventiko_cza'\n
AND i_c.TABLE_NAME = c.TABLE_NAME\n
AND i_c.CHECK_CLAUSE = CONCAT(\n
'json_valid(`',\n
c.COLUMN_NAME,\n
'`)'\n
)\n
),\n
'json',\n
c.DATA_TYPE\n
) AS 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 AS `null`,\n
c.COLUMN_KEY AS `key`,\n
c.COLUMN_DEFAULT AS `default`,\n
c.EXTRA,\n
c.COLUMN_COMMENT AS comment,\n
c.CHARACTER_SET_NAME AS characterset,\n
c.COLLATION_NAME AS collation\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 => "eventiko_cza"
2 => "eventiko_cza"
3 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#800}
2 => Doctrine\DBAL\ParameterType {#800}
3 => Doctrine\DBAL\ParameterType {#800}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.797+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.798+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT\n
TABLE_NAME,\n
NON_UNIQUE AS Non_Unique,\n
INDEX_NAME AS Key_name,\n
COLUMN_NAME AS Column_Name,\n
SUB_PART AS Sub_Part,\n
INDEX_TYPE AS Index_Type\n
FROM information_schema.STATISTICS\n
WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n
ORDER BY TABLE_NAME,\n
SEQ_IN_INDEX
"""
"params" => [
1 => "eventiko_cza"
2 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#800}
2 => Doctrine\DBAL\ParameterType {#800}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.798+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.804+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT\n
k.TABLE_NAME,\n
k.CONSTRAINT_NAME,\n
k.COLUMN_NAME,\n
k.REFERENCED_TABLE_NAME,\n
k.REFERENCED_COLUMN_NAME,\n
k.ORDINAL_POSITION,\n
c.UPDATE_RULE,\n
c.DELETE_RULE\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 => "eventiko_cza"
2 => "eventiko_cza"
3 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#800}
2 => Doctrine\DBAL\ParameterType {#800}
3 => Doctrine\DBAL\ParameterType {#800}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.805+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.805+01: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.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
"""
"params" => [
1 => "eventiko_cza"
2 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#800}
2 => Doctrine\DBAL\ParameterType {#800}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.810+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1762606831
"timestamp_rfc3339" => "2025-11-08T14:00:31.820+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
]
]
-errorCount: [
"" => 0
10 => 1
797 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#355 …}
} |