| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#9170
-records: [
"" => [
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.897+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#99
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 337
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/error-handler/DebugClassLoader.php:337 {
App\Kernel->registerBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:770 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:185 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
14 => [
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.898+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8007
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:1948 {
ContainerRpUoynZ\App_KernelDevDebugContainer::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))])));
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:1809 {
ContainerRpUoynZ\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
›
› return $container->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($container->privates['api_platform.cache.metadata.property'] ?? self::getApiPlatform_Cache_Metadata_PropertyService($container)), new \ApiPlatform\JsonSchema\Metadata\Property\Factory\SchemaPropertyMetadataFactory($a, new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.property_extractor.yaml'] ??= new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $container)), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\IdentifierPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($container->services['doctrine'] ?? self::getDoctrineService($container)), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory(($container->privates['property_info'] ?? self::getPropertyInfoService($container)), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.property_extractor.xml'] ??= new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $container))))), $a))))), new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:1852 {
ContainerRpUoynZ\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
›
› $e = new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory($b, $c, $d, new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($c, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), $d));
› $f = ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container));
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:1692 {
ContainerRpUoynZ\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
› {
› $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:1120 {
ContainerRpUoynZ\App_KernelDevDebugContainer::ContainerRpUoynZ\{closure} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? $container->load('getApiPlatform_Listener_ExceptionService')), 'onKernelException'], -96);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.902+00:00"
"message" => "User Deprecated: Since api-platform/core 3.3: Use a "ApiPlatform\State\ProviderInterface" as first argument in "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener" instead of "ApiPlatform\ParameterValidator\ParameterValidator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#9638
#message: "User Deprecated: Since api-platform/core 3.3: Use a "ApiPlatform\State\ProviderInterface" as first argument in "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener" instead of "ApiPlatform\ParameterValidator\ParameterValidator"."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php"
#line: 47
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php:47 {
ApiPlatform\Symfony\EventListener\QueryParameterValidateListener->__construct($queryParameterValidator, ?ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null) …
› } else {
› trigger_deprecation('api-platform/core', '3.3', 'Use a "%s" as first argument in "%s" instead of "%s".', ProviderInterface::class, self::class, ParameterValidator::class);
› $this->queryParameterValidator = $queryParameterValidator;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:1781 {
ContainerRpUoynZ\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
›
› return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(new \ApiPlatform\ParameterValidator\ParameterValidator($a), $b);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:1127 {
ContainerRpUoynZ\App_KernelDevDebugContainer::ContainerRpUoynZ\{closure} …
› $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $container->load('getExceptionListenerService')), 'onKernelException'], -64);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.906+00:00"
"message" => "User Deprecated: Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2023
#message: "User Deprecated: Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/AttributeClassLoader.php"
#line: 86
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/AttributeClassLoader.php:86 {
Symfony\Component\Routing\Loader\AttributeClassLoader->__construct($env = null) …
› if ($env instanceof Reader || null === $env && \func_num_args() > 1 && null !== func_get_arg(1)) {
› trigger_deprecation('symfony/routing', '6.4', 'Passing an instance of "%s" as first and the environment as second argument to "%s" is deprecated. Pass the environment as first argument instead.', Reader::class, __METHOD__);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/getRouting_LoaderService.php:65 {
ContainerRpUoynZ\getRouting_LoaderService::do($container, $lazyLoad = true) …
› $e = new \Symfony\Component\HttpKernel\Config\FileLocator($d);
› $f = new \Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), 'dev');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/var/cache/dev/ContainerRpUoynZ/App_KernelDevDebugContainer.php:748 {
ContainerRpUoynZ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/dependency-injection/Container.php:404 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.921+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#10943
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.938+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#240
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.939+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "usr_misako_rfid"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "beta_misako_rfid"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.950+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2018
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.972+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#11489
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.985+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#11227
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656288
"timestamp_rfc3339" => "2026-02-09T16:58:08.990+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#11410
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.015+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#8210
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.026+00:00"
"message" => "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5188
#message: "User Deprecated: Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior."
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php"
#line: 70
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:70 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->triggerDeprecationOnce(Operation $operation, string $deprecationName, string $deprecationReason): void …
›
› trigger_deprecation('api-platform/core', '3.1', $deprecationReason);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/DeprecationResourceMetadataCollectionFactory.php:46 {
ApiPlatform\Metadata\Resource\Factory\DeprecationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($operation instanceof Put && null === ($extraProperties['standard_put'] ?? null)) {
› $this->triggerDeprecationOnce($operation, 'extraProperties["standard_put"]', 'In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT\'s behavior. Use PATCH to use the old behavior.');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ParameterResourceMetadataCollectionFactory.php:57 {
ApiPlatform\Metadata\Resource\Factory\ParameterResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ConcernsResourceMetadataCollectionFactory.php:33 {
ApiPlatform\Metadata\Resource\Factory\ConcernsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated?->create($resourceClass) ?? new ResourceMetadataCollection(
› $resourceClass
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php:50 {
ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/BackedEnumResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\BackedEnumResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› if (!is_a($resourceClass, \BackedEnum::class, true)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:45 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:49 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:79 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php:31 {
ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:39 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:146 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:98 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:212 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:167 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/FileLoader.php:87 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:79 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:213 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Loader/ObjectLoader.php:55 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:67 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/framework-bundle/Routing/Router.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:334 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:267 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:36 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:265 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/routing/Router.php:231 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:105 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.047+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "shop_list_pending_shipments"
"route_parameters" => [
"_route" => "shop_list_pending_shipments"
"_controller" => "api_platform.action.placeholder"
"_format" => null
"_stateless" => null
"_api_resource_class" => "App\Entity\Shipment"
"_api_operation_name" => "shop_list_pending_shipments"
]
"request_uri" => "https://misako-rfid.s2.webimpacto.es/api/shipments/pending/shops?sourceShopId=2"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.050+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "api"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.050+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "api"
"authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.055+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.shop_id AS shop_id_5 FROM user t0 WHERE t0.email = ? LIMIT 1"
"params" => [
1 => "prueba_noadmin@webimpacto.es"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.057+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.057+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.057+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.057+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials"
]
"channel" => "app"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.057+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.058+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "security.authentication.success"
"listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials"
]
"channel" => "app"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.058+00:00"
"message" => "Authenticator successful!"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"token" => Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#1535
-user: App\Entity\User {#1797 …}
-roleNames: [
"ROLE_USER"
]
-attributes: []
-firewallName: "api"
-token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NzA2NTQ3NjAsImV4cCI6MTc3MDY1ODM2MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsIjoicHJ1ZWJhX25vYWRtaW5Ad2ViaW1wYWN0by5lcyJ9.Y-5HCzzmaMtICfchVjEdPplfRj9CxZqXvTWb3-BRP6uormi1eSMDoLTEMyeAgsH7Z1HSmFpQF9WsUDnbLUmYFPdXwpSxRxUHFbHtRAGaHmklEj5fGAaFU3-NmVmQoPV8eUualROG0rh9iZdfpFScVxy7Ilf4XPlHV7goQYeWkIO7OVYm8dZ5AzONI9bqr5hxVvFUkiypitoVZpL0u6Bu2-T-UzNYnflJCVjxntbdE2_r72LBysa06mnJoRVejybDUQ2byUSchlQa-UoFRMGuOM1GWIruqwsEdf0RcOz24iQIa9B2siHhLcnRnMg0AYHogNhnOOauyeGvmuU4Vr40DA"
}
"authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.058+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess"
]
"channel" => "app"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.058+00:00"
"message" => "Authenticator set no success response: request continues."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.059+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.061+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestHttpException: "targetShopId is required" at ShopListPendingShipmentsProvider.php line 21"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#1348
#message: "targetShopId is required"
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/src/State/ShopListPendingShipmentsProvider.php"
#line: 21
-statusCode: 400
-headers: []
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/src/State/ShopListPendingShipmentsProvider.php:21 {
App\State\ShopListPendingShipmentsProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): iterable …
› if (!isset($filters['targetShopId'])) {
› throw new BadRequestHttpException('targetShopId is required');
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/State/CallableProvider.php:43 {
ApiPlatform\State\CallableProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› return $providerInstance->provide($operation, $uriVariables, $context);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/State/Provider/ReadProvider.php:80 {
ApiPlatform\State\Provider\ReadProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
› try {
› $data = $this->provider->provide($operation, $uriVariables, $context);
› } catch (ProviderNotFoundException $e) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Validator/State/ParameterValidatorProvider.php:86 {
ApiPlatform\Symfony\Validator\State\ParameterValidatorProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› return $this->decorated->provide($operation, $uriVariables, $context);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/State/Provider/ParameterProvider.php:103 {
ApiPlatform\State\Provider\ParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› return $this->decorated?->provide($operation, $uriVariables, $context);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiProvider.php:50 {
ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
› ) {
› return $this->decorated->provide($operation, $uriVariables, $context);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/Security/State/AccessCheckerProvider.php:62 {
ApiPlatform\Symfony\Security\State\AccessCheckerProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
›
› $body = $this->decorated->provide($operation, $uriVariables, $context);
› if (null === $isGranted) {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/State/Provider/SecurityParameterProvider.php:39 {
ApiPlatform\State\Provider\SecurityParameterProvider->provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null …
› {
› $body = $this->decorated->provide($operation, $uriVariables, $context);
› $request = $context['request'] ?? null;
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php:95 {
ApiPlatform\Symfony\EventListener\ReadListener->onKernelRequest(RequestEvent $event): void …
› $request->attributes->set('_api_uri_variables', $uriVariables);
› $this->provider->provide($operation, $uriVariables, [
› 'request' => $request,
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "User Deprecated: Since api-platform/core 3.4: rfc_7807_compliant_errors flag will be removed in 4.0, to handle errors yourself use extraProperties: ['rfc_7807_compliant_errors' => false]"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1648
#message: "User Deprecated: Since api-platform/core 3.4: rfc_7807_compliant_errors flag will be removed in 4.0, to handle errors yourself use extraProperties: ['rfc_7807_compliant_errors' => false]"
#code: 0
#file: "/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php"
#line: 93
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php:93 {
ApiPlatform\Symfony\EventListener\ErrorListener->duplicateRequest(Throwable $exception, Request $request): Request …
› if (!$this->problemCompliantErrors || !$legacy) {
› trigger_deprecation('api-platform/core', '3.4', "rfc_7807_compliant_errors flag will be removed in 4.0, to handle errors yourself use extraProperties: ['rfc_7807_compliant_errors' => false]");
› $this->controller = 'api_platform.action.exception';
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/EventListener/ErrorListener.php:114 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
›
› $request = $this->duplicateRequest($throwable, $event->getRequest());
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php:50 {
ApiPlatform\Symfony\EventListener\ExceptionListener->onKernelException(ExceptionEvent $event): void …
›
› $this->errorListener->onKernelException($event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:239 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/symfony/http-kernel/Kernel.php:197 {
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/misako-rfid.s2.webimpacto.es/httpdocs/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/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/public/index.php:17 {
› }
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/misako-rfid.s2.webimpacto.es/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.072+00: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"
]
]
1626 => [
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.062+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.063+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.063+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.063+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.063+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.063+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.063+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.063+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.065+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.065+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.065+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerRpUoynZ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.065+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.065+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.065+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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" => 1770656289
"timestamp_rfc3339" => "2026-02-09T16:58:09.070+00: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: [
"" => 0
14 => 1
1626 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#6034 …}
} |