| exception |
Doctrine\DBAL\Exception\InvalidFieldNameException {#1189
#message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'a0_.slug' in 'SELECT'"
#code: 1054
#file: "/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 63
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1390 …}
-query: Doctrine\DBAL\Query {#1172 …}
trace: {
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:63 {
Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› 1166,
› 1611 => new InvalidFieldNameException($exception, $query),
› 1052,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Connection.php:1460 {
Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
› $this->exceptionConverter ??= $this->driver->getExceptionConverter();
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Connection.php:1396 {
Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
› ): DriverException {
› return $this->handleDriverException($e, new Query($sql, $params, $types));
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/orm/src/Query.php:296 {
Doctrine\ORM\Query->_doExecute(): Result|int …
›
› return $executor->execute($this->em->getConnection(), $sqlParams, $types);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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();
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/doctrine-bridge/Form/ChoiceList/ORMQueryBuilderLoader.php:35 {
Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader->getEntities(): array …
› {
› return $this->queryBuilder->getQuery()->execute();
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/doctrine-bridge/Form/ChoiceList/DoctrineChoiceLoader.php:53 {
Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader->loadChoices(): iterable …
› return $this->objectLoader
› ? $this->objectLoader->getEntities()
› : $this->manager->getRepository($this->class)->findAll();
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:29 {
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->loadChoiceList(?callable $value = null): ChoiceListInterface …
› {
› return new ArrayChoiceList($this->choices ??= $this->loadChoices(), $value);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/LazyChoiceList.php:56 {
Symfony\Component\Form\ChoiceList\LazyChoiceList->getChoices(): array …
› {
› return $this->loader->loadChoiceList($this->value)->getChoices();
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php:60 {
Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory->createView(ChoiceListInterface $list, callable|array|null $preferredChoices = null, callable|false|null $label = null, ?callable $index = null, ?callable $groupBy = null, callable|array|null $attr = null, callable|array $labelTranslationParameters = [], bool $duplicatePreferredChoices = true): ChoiceListView …
› $otherViews = [];
› $choices = $list->getChoices();
› $keys = $list->getOriginalKeys();
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php:178 {
Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator->createView(ChoiceListInterface $list, mixed $preferredChoices = null, mixed $label = null, mixed $index = null, mixed $groupBy = null, mixed $attr = null, mixed $labelTranslationParameters = [], bool $duplicatePreferredChoices = true): ChoiceListView …
›
› return $this->decoratedFactory->createView(
› $list,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php:187 {
Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator->createView(ChoiceListInterface $list, mixed $preferredChoices = null, mixed $label = null, mixed $index = null, mixed $groupBy = null, mixed $attr = null, mixed $labelTranslationParameters = [], bool $duplicatePreferredChoices = true): ChoiceListView …
› if (!$cache) {
› return $this->decoratedFactory->createView(
› $list,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:478 {
Symfony\Component\Form\Extension\Core\Type\ChoiceType->createChoiceListView(ChoiceListInterface $choiceList, array $options): ChoiceListView …
› {
› return $this->choiceListFactory->createView(
› $choiceList,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:233 {
Symfony\Component\Form\Extension\Core\Type\ChoiceType->buildView(FormView $view, FormInterface $form, array $options): void …
› ? $form->getConfig()->getAttribute('choice_list_view')
› : $this->createChoiceListView($choiceList, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ResolvedFormType.php:111 {
Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options): void …
›
› $this->innerType->buildView($view, $form, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:78 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options): void …
› {
› $this->proxiedType->buildView($view, $form, $options);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ResolvedFormType.php:109 {
Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options): void …
› {
› $this->parent?->buildView($view, $form, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:78 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options): void …
› {
› $this->proxiedType->buildView($view, $form, $options);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Form.php:892 {
Symfony\Component\Form\Form->createView(?FormView $parent = null): FormView …
›
› $type->buildView($view, $this, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Form.php:895 {
Symfony\Component\Form\Form->createView(?FormView $parent = null): FormView …
› foreach ($this->children as $name => $child) {
› $view->children[$name] = $child->createView($view);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/framework-bundle/Controller/AbstractController.php:454 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
› if ($v instanceof FormInterface) {
› $parameters[$k] = $v->createView();
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/framework-bundle/Controller/AbstractController.php:279 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/src/Controller/DeveloperController.php:47 {
App\Controller\DeveloperController->listDevelopers(CompanyRepository $developers, Request $request): Response …
›
› return $this->render('web/list_real_estate_developers.html.twig', [
› 'total_developers' => $developers->countAllByBusinessType('developer'),
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/public_html/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#274
-records: [
12 => [
[
"timestamp" => 1768933522
"timestamp_rfc3339" => "2026-01-20T18:25:22.954+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "list_real_estate_developers"
"route_parameters" => [
"_route" => "list_real_estate_developers"
"_controller" => "App\Controller\DeveloperController::listDevelopers"
"_locale" => "en"
]
"request_uri" => "https://imobiliare.n46.net/en/real-estate-developers"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1768933522
"timestamp_rfc3339" => "2026-01-20T18:25:22.963+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user_secured_area"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1768933522
"timestamp_rfc3339" => "2026-01-20T18:25:22.963+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user_secured_area"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1768933522
"timestamp_rfc3339" => "2026-01-20T18:25:22.963+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user_secured_area"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1768933522
"timestamp_rfc3339" => "2026-01-20T18:25:22.963+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user_secured_area"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1768933522
"timestamp_rfc3339" => "2026-01-20T18:25:22.963+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "user_secured_area"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1768933523
"timestamp_rfc3339" => "2026-01-20T18:25:23.024+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "utf8mb4"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "1007-imobiliare"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "mariadb-10.11.15"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collation" => "utf8mb4_unicode_ci"
"engine" => "InnoDB"
]
"dbname" => "1007-imobiliare"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768933523
"timestamp_rfc3339" => "2026-01-20T18:25:23.025+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.legal_name AS legal_name_2, a0_.business_type AS business_type_3, a0_.nin AS nin_4, a0_.first_name AS first_name_5, a0_.last_name AS last_name_6, a0_.domain AS domain_7, a0_.email AS email_8, a0_.website AS website_9, a0_.facebook_page AS facebook_page_10, a0_.instagram_username AS instagram_username_11, a0_.xcorp_username AS xcorp_username_12, a0_.youtube_handle AS youtube_handle_13, a0_.cslug AS cslug_14, a0_.street AS street_15, a0_.postal_code AS postal_code_16, a0_.phone_number AS phone_number_17, a0_.username AS username_18, a0_.password AS password_19, a0_.client_status AS client_status_20, a0_.server_status AS server_status_21, a0_.phone_status AS phone_status_22, a0_.lat AS lat_23, a0_.lng AS lng_24, a0_.roles AS roles_25, a0_.views AS views_26, a0_.created_at AS created_at_27, a0_.updated_at AS updated_at_28, a0_.language_id AS language_id_29, a0_.locality_id AS locality_id_30 FROM ax_company a0_ WHERE a0_.business_type = ? AND a0_.client_status = ? AND a0_.server_status = ? ORDER BY a0_.name ASC LIMIT 10"
"params" => [
1 => "developer"
2 => "active"
3 => "ok"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1177
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1177}
3 => Doctrine\DBAL\ParameterType {#1177}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768933523
"timestamp_rfc3339" => "2026-01-20T18:25:23.031+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT count(*) AS sclr_0 FROM ax_company a0_ WHERE a0_.business_type = ? AND a0_.client_status = ? AND a0_.server_status = ?"
"params" => [
1 => "developer"
2 => "active"
3 => "ok"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1177}
2 => Doctrine\DBAL\ParameterType {#1177}
3 => Doctrine\DBAL\ParameterType {#1177}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768933523
"timestamp_rfc3339" => "2026-01-20T18:25:23.032+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT COUNT(a0_.id) AS sclr_0 FROM ax_company a0_ WHERE a0_.business_type = ? AND a0_.client_status = ? AND a0_.server_status = ?"
"params" => [
1 => "developer"
2 => "active"
3 => "ok"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1177}
2 => Doctrine\DBAL\ParameterType {#1177}
3 => Doctrine\DBAL\ParameterType {#1177}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768933523
"timestamp_rfc3339" => "2026-01-20T18:25:23.033+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.name AS name_2 FROM ax_district a0_"
]
"channel" => "doctrine"
]
[
"timestamp" => 1768933523
"timestamp_rfc3339" => "2026-01-20T18:25:23.038+00:00"
"message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'a0_.slug' in 'SELECT'" at ExceptionConverter.php line 63"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Doctrine\DBAL\Exception\InvalidFieldNameException {#1189
#message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'a0_.slug' in 'SELECT'"
#code: 1054
#file: "/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 63
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1390 …}
-query: Doctrine\DBAL\Query {#1172 …}
trace: {
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:63 {
Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› 1166,
› 1611 => new InvalidFieldNameException($exception, $query),
› 1052,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Connection.php:1460 {
Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
› $this->exceptionConverter ??= $this->driver->getExceptionConverter();
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/dbal/src/Connection.php:1396 {
Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
› ): DriverException {
› return $this->handleDriverException($e, new Query($sql, $params, $types));
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/doctrine/orm/src/Query.php:296 {
Doctrine\ORM\Query->_doExecute(): Result|int …
›
› return $executor->execute($this->em->getConnection(), $sqlParams, $types);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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();
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/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);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/doctrine-bridge/Form/ChoiceList/ORMQueryBuilderLoader.php:35 {
Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader->getEntities(): array …
› {
› return $this->queryBuilder->getQuery()->execute();
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/doctrine-bridge/Form/ChoiceList/DoctrineChoiceLoader.php:53 {
Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader->loadChoices(): iterable …
› return $this->objectLoader
› ? $this->objectLoader->getEntities()
› : $this->manager->getRepository($this->class)->findAll();
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:29 {
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->loadChoiceList(?callable $value = null): ChoiceListInterface …
› {
› return new ArrayChoiceList($this->choices ??= $this->loadChoices(), $value);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/LazyChoiceList.php:56 {
Symfony\Component\Form\ChoiceList\LazyChoiceList->getChoices(): array …
› {
› return $this->loader->loadChoiceList($this->value)->getChoices();
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php:60 {
Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory->createView(ChoiceListInterface $list, callable|array|null $preferredChoices = null, callable|false|null $label = null, ?callable $index = null, ?callable $groupBy = null, callable|array|null $attr = null, callable|array $labelTranslationParameters = [], bool $duplicatePreferredChoices = true): ChoiceListView …
› $otherViews = [];
› $choices = $list->getChoices();
› $keys = $list->getOriginalKeys();
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php:178 {
Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator->createView(ChoiceListInterface $list, mixed $preferredChoices = null, mixed $label = null, mixed $index = null, mixed $groupBy = null, mixed $attr = null, mixed $labelTranslationParameters = [], bool $duplicatePreferredChoices = true): ChoiceListView …
›
› return $this->decoratedFactory->createView(
› $list,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php:187 {
Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator->createView(ChoiceListInterface $list, mixed $preferredChoices = null, mixed $label = null, mixed $index = null, mixed $groupBy = null, mixed $attr = null, mixed $labelTranslationParameters = [], bool $duplicatePreferredChoices = true): ChoiceListView …
› if (!$cache) {
› return $this->decoratedFactory->createView(
› $list,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:478 {
Symfony\Component\Form\Extension\Core\Type\ChoiceType->createChoiceListView(ChoiceListInterface $choiceList, array $options): ChoiceListView …
› {
› return $this->choiceListFactory->createView(
› $choiceList,
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:233 {
Symfony\Component\Form\Extension\Core\Type\ChoiceType->buildView(FormView $view, FormInterface $form, array $options): void …
› ? $form->getConfig()->getAttribute('choice_list_view')
› : $this->createChoiceListView($choiceList, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ResolvedFormType.php:111 {
Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options): void …
›
› $this->innerType->buildView($view, $form, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:78 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options): void …
› {
› $this->proxiedType->buildView($view, $form, $options);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/ResolvedFormType.php:109 {
Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options): void …
› {
› $this->parent?->buildView($view, $form, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:78 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options): void …
› {
› $this->proxiedType->buildView($view, $form, $options);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Form.php:892 {
Symfony\Component\Form\Form->createView(?FormView $parent = null): FormView …
›
› $type->buildView($view, $this, $options);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/form/Form.php:895 {
Symfony\Component\Form\Form->createView(?FormView $parent = null): FormView …
› foreach ($this->children as $name => $child) {
› $view->children[$name] = $child->createView($view);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/framework-bundle/Controller/AbstractController.php:454 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
› if ($v instanceof FormInterface) {
› $parameters[$k] = $v->createView();
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/framework-bundle/Controller/AbstractController.php:279 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/src/Controller/DeveloperController.php:47 {
App\Controller\DeveloperController->listDevelopers(CompanyRepository $developers, Request $request): Response …
›
› return $this->render('web/list_real_estate_developers.html.twig', [
› 'total_developers' => $developers->countAllByBusinessType('developer'),
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/1007/domains/n46.net/imobiliare/public_html/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/1007/domains/n46.net/imobiliare/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
12 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#275 …}
} |