Error 500 Internal Server Error

GET https://music.mevoydeerasmus.com/noticias-de-exams-andalucia/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"cce099"
exception
Doctrine\DBAL\Exception\TableNotFoundException {#863
  #message: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'examsandalucia.categoriasblog' doesn't exist"
  #code: 1146
  #file: "/home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 51
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#866 …}
  -query: Doctrine\DBAL\Query {#865 …}
  trace: {
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › 1051,1146 => new TableNotFoundException($exception, $query),1216,
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Connection.php:1456 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);}
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Connection.php:1392 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Connection.php:809 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], array $types = [], ?QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);}
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27 {
      Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
      › {    return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/Query.php:296 {
      Doctrine\ORM\Query->_doExecute(): Result|int …
      › 
      ›     return $executor->execute($this->em->getConnection(), $sqlParams, $types);}
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/AbstractQuery.php:930 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      › $stmt = $this->_doExecute();}
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/AbstractQuery.php:886 {
      Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/AbstractQuery.php:688 {
      Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
      › {    return $this->execute(null, $hydrationMode);}
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/src/Repository/categoriasblogRepository.php:16 {
      App\Repository\categoriasblogRepository->findCategorias(): mixed …
      ›         ->getQuery()        ->getResult();}
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/src/BlogpublicBundle/Controller/blogPublicController.php:206 {
      BlogpublicBundle\Controller\blogPublicController->blogAction(Request $peticion, $categoria, $fecha) …
      › 
      › $categorias = $em->getRepository(categoriasblog::class)->findCategorias();$blogsmeses = $em->getRepository(blog::class)->findMeses();
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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 {
    }
    /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#454
  -records: [
    13 => [
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.086+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "pagina_blog"
          "route_parameters" => [
            "_route" => "pagina_blog"
            "_controller" => "BlogpublicBundle\Controller\blogPublicController::blogAction"
            "categoria" => null
            "fecha" => null
          ]
          "request_uri" => "https://music.mevoydeerasmus.com/noticias-de-exams-andalucia/"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.087+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.089+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.089+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.089+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.089+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.091+01:00"
        "message" => "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#695
            #message: "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
            #code: 0
            #file: "/home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:54 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
                › 
                › Deprecation::trigger(    'doctrine/dbal',
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Connection.php:196 {
                Doctrine\DBAL\Connection->getDatabasePlatform(): AbstractPlatform …
                › 
                ›     $this->platform = $this->driver->getDatabasePlatform($versionProvider);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:740 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:550 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:178 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/EntityManager.php:224 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:29 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
                › {    return $this->doGetRepository($entityManager, $entityName, true);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/EntityManager.php:499 {
                Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
                › {    return $this->repositoryFactory->getRepository($this, $className);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/src/BlogpublicBundle/Controller/blogPublicController.php:160 {
                BlogpublicBundle\Controller\blogPublicController->blogAction(Request $peticion, $categoria, $fecha) …
                › $em = $this->entityManager;$queryBuilder = $em->getRepository(blog::class)->createQueryBuilder('b');$where = "b.mostrar = 1";
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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 {
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.093+01:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "utf8mb4"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "examsandalucia"
            "password" => "<redacted>"
            "driverOptions" => []
            "serverVersion" => "10.2.29-MariaDB"
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collate" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "examsandalucia"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.094+01:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.fechacreacion AS fechacreacion_1, b0_.titulo AS titulo_2, b0_.titulosinespacios AS titulosinespacios_3, b0_.descripcion AS descripcion_4, b0_.numerolecturas AS numerolecturas_5, b0_.mostrar AS mostrar_6, b0_.contenidoblog AS contenidoblog_7, b0_.imagendestacada AS imagendestacada_8, b0_.wdestacada AS wdestacada_9, b0_.hdestacada AS hdestacada_10, b0_.imageninterior AS imageninterior_11, b0_.autor AS autor_12 FROM blog b0_ WHERE b0_.mostrar = 1 ORDER BY b0_.fechacreacion DESC) dctrn_result) dctrn_table"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.096+01:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.id AS id_0, c0_.categoria AS categoria_1, c0_.categoriasinespacios AS categoriasinespacios_2, c0_.orden AS orden_3 FROM categoriasblog c0_ ORDER BY c0_.orden ASC, c0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01:00"
        "message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'examsandalucia.categoriasblog' doesn't exist" at ExceptionConverter.php line 51"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\DBAL\Exception\TableNotFoundException {#863
            #message: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'examsandalucia.categoriasblog' doesn't exist"
            #code: 1146
            #file: "/home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
            #line: 51
            -previous: Doctrine\DBAL\Driver\PDO\Exception {#866 …}
            -query: Doctrine\DBAL\Query {#865 …}
            trace: {
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51 {
                Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
                › 1051,1146 => new TableNotFoundException($exception, $query),1216,
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Connection.php:1456 {
                Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
                › $this->exceptionConverter ??= $this->driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);}
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Connection.php:1392 {
                Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
                › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/dbal/src/Connection.php:809 {
                Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], array $types = [], ?QueryCacheProfile $qcp = null): Result …
                › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27 {
                Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
                › {    return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/Query.php:296 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › 
                ›     return $executor->execute($this->em->getConnection(), $sqlParams, $types);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/AbstractQuery.php:930 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/src/Repository/categoriasblogRepository.php:16 {
                App\Repository\categoriasblogRepository->findCategorias(): mixed …
                ›         ->getQuery()        ->getResult();}
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/src/BlogpublicBundle/Controller/blogPublicController.php:206 {
                BlogpublicBundle\Controller\blogPublicController->blogAction(Request $peticion, $categoria, $fecha) …
                › 
                › $categorias = $em->getRepository(categoriasblog::class)->findCategorias();$blogsmeses = $em->getRepository(blog::class)->findMeses();
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/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 {
              }
              /home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.166+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.167+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.167+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.167+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.167+01: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"
      ]
    ]
    882 => [
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.097+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.098+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.098+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.098+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.098+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.098+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.098+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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" => 1765088924
        "timestamp_rfc3339" => "2025-12-07T07:28:44.164+01: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: [
    13 => 1
    882 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#453 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
authorization
""
connection
"close"
content-length
"0"
from
"gptbot(at)openai.com"
host
"music.mevoydeerasmus.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-openai-host-hash
"220543343"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 07 Dec 2025 06:28:44 GMT"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S02%5D%3A%20Base%20table%20or%20view%20not%20found%3A%201146%20Table%20%27examsandalucia.categoriasblog%27%20doesn%27t%20exist"
x-debug-exception-file
"%2Fhome%2Fexamsandalucia%2Fdomains%2Fapp.examsandalucia.com%2Fpublic_html%2Fexamsandalucia%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:51"
x-debug-token
"6121f3"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_BASE_URL
"https://app.examsandalucia.com"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"469c6341f7e5f5995c2089f0893aff28"
DATABASE_HOST
"localhost"
DATABASE_NAME
"examsandalucia"
DATABASE_PASSWORD
"NopNGmV9vbyTFc04@2025"
DATABASE_PORT
"3306"
DATABASE_PUBLIC
"examsandaluciapublic"
DATABASE_URL
"mysql://examsandalucia:NopNGmV9vbyTFc04@2025@localhost:3306/examsandalucia"
DATABASE_USER
"examsandalucia"
DEFAULT_URI
"http://localhost"
DEFAUL_APP_URL
"https://app.examsandalucia.com"
JWT_PASSPHRASE
"7ebf28500d9572ded553c6ad6b9a235244c77f473262f53ce5f4fef7d9637c2c"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCALE
"es"
MAILER_ALERTAS
"alertas@examsandalucia.com"
MAILER_ALERTAS_PASSWORD
"VHGGKRMoqiG7gsHK$2025"
MAILER_COMUNICADOS
"comunicados@examsandalucia.com"
MAILER_COMUNICADOS_PASSWORD
"SgL3VdpBaivy5YNl$2025"
MAILER_DSN
"smtps://info@examsandalucia.com:0kOWyhv8pjO19LJA$2025@mail.examsandalucia.com:465"
MAILER_FROM_EMAIL
"info@examsandalucia.com"
MAILER_HOST
"mail.examsandalucia.com"
MAILER_NAME
"Exams Andalucía"
MAILER_PASSWORD
"0kOWyhv8pjO19LJA$2025"
MAILER_PORT
"465"
MAILER_SECURITY
"tls"
MAILER_USER
"info@examsandalucia.com"
WKHTMLTOPDF_PATH
"/usr/local/bin/wkhtmltopdf"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"music.mevoydeerasmus.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"220543343"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPRC
"/home/examsandalucia/domains/app.examsandalucia.com/fcgi-bin/../etc/php8.3"
PHP_FCGI_MAX_REQUESTS
"99999"
PHP_SELF
"/index.php"
PWD
"/home/examsandalucia/domains/app.examsandalucia.com/fcgi-bin"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SSL_TLS_SNI
"music.mevoydeerasmus.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aTUenAFdMXk99-7U5di4_gAAANI"
REDIRECT_URL
"/noticias-de-exams-andalucia/"
REMOTE_ADDR
"74.7.243.217"
REMOTE_PORT
"54102"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765088924
REQUEST_TIME_FLOAT
1765088924.0659
REQUEST_URI
"/noticias-de-exams-andalucia/"
SCRIPT_FILENAME
"/home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"195.248.231.37"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"music.mevoydeerasmus.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SSL_TLS_SNI
"music.mevoydeerasmus.com"
SYMFONY_DOTENV_PATH
"/home/examsandalucia/domains/app.examsandalucia.com/public_html/examsandalucia/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,DATABASE_PUBLIC,MAILER_DSN,WKHTMLTOPDF_PATH,MAILER_HOST,MAILER_USER,MAILER_PASSWORD,MAILER_FROM_EMAIL,MAILER_PORT,MAILER_SECURITY,MAILER_NAME,MAILER_COMUNICADOS,MAILER_COMUNICADOS_PASSWORD,MAILER_ALERTAS,MAILER_ALERTAS_PASSWORD,DATABASE_HOST,DATABASE_PORT,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,LOCALE,DEFAUL_APP_URL,APP_BASE_URL,DEFAULT_URI,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE"
UNIQUE_ID
"aTUenAFdMXk99-7U5di4_gAAANI"

Parent Request

Return to parent request (token = e7c26f)

Key Value
_controller
"BlogpublicBundle\Controller\blogPublicController::blogAction"
_firewall_context
"security.firewall.map.context.public"
_remove_csp_headers
true
_route
"pagina_blog"
_route_params
[
  "categoria" => null
  "fecha" => null
]
_stopwatch_token
"dbce06"
categoria
null
fecha
null