| exception |
Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException {#872
#message: "Can't get a way to read the property "article" in class "App\Entity\Stock"."
#code: 0
#file: "/var/lib/frankenphp/thaon/vendor/symfony/property-access/PropertyAccessor.php"
#line: 456
trace: {
/var/lib/frankenphp/thaon/vendor/symfony/property-access/PropertyAccessor.php:456 {
Symfony\Component\PropertyAccess\PropertyAccessor->readProperty(array $zval, string $property, bool $ignoreInvalidProperty = false, bool $isNullSafe = false): array …
› } elseif (!$ignoreInvalidProperty) {
› throw new NoSuchPropertyException(\sprintf('Can\'t get a way to read the property "%s" in class "%s".', $property, $class));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/property-access/PropertyAccessor.php:102 {
Symfony\Component\PropertyAccess\PropertyAccessor->getValue(object|array $objectOrArray, Symfony\Component\PropertyAccess\PropertyPathInterface|string $propertyPath): mixed …
› if (\is_object($objectOrArray) && (false === strpbrk((string) $propertyPath, '.[?') || $objectOrArray instanceof \stdClass && property_exists($objectOrArray, $propertyPath))) {
› return $this->readProperty($zval, $propertyPath, $this->ignoreInvalidProperty)[self::VALUE];
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:97 {
Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->getPropertyValue(object|array $data, PropertyPathInterface $propertyPath): mixed …
› try {
› return $this->propertyAccessor->getValue($data, $propertyPath);
› } catch (PropertyAccessException $e) {
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:48 {
Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->getValue(object|array $data, FormInterface $form): mixed …
›
› return $this->getPropertyValue($data, $propertyPath);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataAccessor/ChainAccessor.php:35 {
Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor->getValue(object|array $data, FormInterface $form): mixed …
› if ($accessor->isReadable($data, $form)) {
› return $accessor->getValue($data, $form);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:50 {
Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapDataToForms(mixed $data, Traversable $forms): void …
› if (!$empty && $config->getMapped() && $this->dataAccessor->isReadable($data, $form)) {
› $form->setData($this->dataAccessor->getValue($data, $form));
› } else {
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:321 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› // Update child forms from the data (unless their config data is locked)
› $this->config->getDataMapper()->mapDataToForms($viewData, new \RecursiveIteratorIterator(new InheritDataAwareIterator($this->children)));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:410 {
Symfony\Component\Form\Form->initialize(): static …
› if (!$this->defaultDataSet) {
› $this->setData($this->config->getData());
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormBuilder.php:171 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
› // Automatically initialize the form if it is configured so
› $form->initialize();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormFactory.php:32 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/var/lib/frankenphp/thaon/src/Controller/StockController.php:59 {
App\Controller\StockController->edit(Request $request, Stock $stock, EntityManagerInterface $entityManager): Response …
› {
› $form = $this->createForm(StockType::class, $stock);
› $form->handleRequest($request);
}
/var/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/lib/frankenphp/thaon/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/lib/frankenphp/thaon/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/lib/frankenphp/thaon/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#176
-records: [
2 => [
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.670+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_stock_edit"
"route_parameters" => [
"_route" => "app_stock_edit"
"_controller" => "App\Controller\StockController::edit"
"id" => "7708"
]
"request_uri" => "http://cocagne.neotech.fr/stock/7708/edit"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.670+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.670+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.671+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.671+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.671+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.677+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"idle_connection_ttl" => 600
"host" => "192.168.137.46"
"port" => 5432
"user" => "cocagne"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "cocagne"
"serverVersion" => "18"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.710+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.date_entree AS date_entree_1, t0.qte AS qte_2, t0.lot AS lot_3, t0.id AS id_4, t0.article_id AS article_id_5 FROM stock t0 WHERE t0.id = ?"
"params" => [
1 => "7708"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#518
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1776760292
"timestamp_rfc3339" => "2026-04-21T08:31:32.721+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Can't get a way to read the property "article" in class "App\Entity\Stock"." at PropertyAccessor.php line 456"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException {#872
#message: "Can't get a way to read the property "article" in class "App\Entity\Stock"."
#code: 0
#file: "/var/lib/frankenphp/thaon/vendor/symfony/property-access/PropertyAccessor.php"
#line: 456
trace: {
/var/lib/frankenphp/thaon/vendor/symfony/property-access/PropertyAccessor.php:456 {
Symfony\Component\PropertyAccess\PropertyAccessor->readProperty(array $zval, string $property, bool $ignoreInvalidProperty = false, bool $isNullSafe = false): array …
› } elseif (!$ignoreInvalidProperty) {
› throw new NoSuchPropertyException(\sprintf('Can\'t get a way to read the property "%s" in class "%s".', $property, $class));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/property-access/PropertyAccessor.php:102 {
Symfony\Component\PropertyAccess\PropertyAccessor->getValue(object|array $objectOrArray, Symfony\Component\PropertyAccess\PropertyPathInterface|string $propertyPath): mixed …
› if (\is_object($objectOrArray) && (false === strpbrk((string) $propertyPath, '.[?') || $objectOrArray instanceof \stdClass && property_exists($objectOrArray, $propertyPath))) {
› return $this->readProperty($zval, $propertyPath, $this->ignoreInvalidProperty)[self::VALUE];
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:97 {
Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->getPropertyValue(object|array $data, PropertyPathInterface $propertyPath): mixed …
› try {
› return $this->propertyAccessor->getValue($data, $propertyPath);
› } catch (PropertyAccessException $e) {
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:48 {
Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->getValue(object|array $data, FormInterface $form): mixed …
›
› return $this->getPropertyValue($data, $propertyPath);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataAccessor/ChainAccessor.php:35 {
Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor->getValue(object|array $data, FormInterface $form): mixed …
› if ($accessor->isReadable($data, $form)) {
› return $accessor->getValue($data, $form);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:50 {
Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapDataToForms(mixed $data, Traversable $forms): void …
› if (!$empty && $config->getMapped() && $this->dataAccessor->isReadable($data, $form)) {
› $form->setData($this->dataAccessor->getValue($data, $form));
› } else {
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:321 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› // Update child forms from the data (unless their config data is locked)
› $this->config->getDataMapper()->mapDataToForms($viewData, new \RecursiveIteratorIterator(new InheritDataAwareIterator($this->children)));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:410 {
Symfony\Component\Form\Form->initialize(): static …
› if (!$this->defaultDataSet) {
› $this->setData($this->config->getData());
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormBuilder.php:171 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
› // Automatically initialize the form if it is configured so
› $form->initialize();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormFactory.php:32 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/var/lib/frankenphp/thaon/src/Controller/StockController.php:59 {
App\Controller\StockController->edit(Request $request, Stock $stock, EntityManagerInterface $entityManager): Response …
› {
› $form = $this->createForm(StockType::class, $stock);
› $form->handleRequest($request);
}
/var/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/lib/frankenphp/thaon/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/lib/frankenphp/thaon/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/lib/frankenphp/thaon/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
2 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#175 …}
} |