| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1336
-records: [
13 => [
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T18:14:47.984+01:00"
"message" => "Constructing cache"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T18:14:47.984+01:00"
"message" => "Start profiling cache"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T18:14:47.984+01:00"
"message" => "ig binary loaded"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T18:14:47.984+01:00"
"message" => "Cache tools loaded"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T17:14:47.985+00:00"
"message" => "Deprecated: Return type of PhpCollection\AbstractMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1065
#message: "Deprecated: Return type of PhpCollection\AbstractMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/usr/local/smarterp/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php"
#line: 295
#severity: E_DEPRECATED
trace: {
/usr/local/smarterp/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php:295 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function getIterator()
› {
}
/usr/local/smarterp/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php:29 {
igbinary_unserialize($str) …
› */
› class AbstractMap extends AbstractCollection implements \IteratorAggregate, MapInterface
› {
}
/usr/local/smarterp/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:77 {
Symfony\Component\Cache\Marshaller\DefaultMarshaller->unmarshall(string $value): mixed …
› throw new \RuntimeException('Failed to unserialize values, did you forget to install the "igbinary" extension?');
› } elseif (null !== $value = igbinary_unserialize($value)) {
› return $value;
}
/usr/local/smarterp/vendor/symfony/cache/Marshaller/DeflateMarshaller.php:42 {
Symfony\Component\Cache\Marshaller\DeflateMarshaller->unmarshall(string $value): mixed …
›
› return $this->marshaller->unmarshall($value);
› }
}
/usr/local/smarterp/vendor/symfony/cache/Traits/FilesystemTrait.php:68 {
Symfony\Component\Cache\Adapter\FilesystemAdapter->doFetch(array $ids): iterable …
› if ($i === $id) {
› $values[$id] = $this->marshaller->unmarshall($value);
› }
}
/usr/local/smarterp/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:195 {
Symfony\Component\Cache\Adapter\AbstractAdapter->getItem(mixed $key): CacheItem …
› try {
› foreach ($this->doFetch([$id]) as $value) {
› $isHit = true;
}
/usr/local/smarterp/src/Ebea/SystemBundle/Cache/SystemCache.php:242 {
App\Ebea\SystemBundle\Cache\SystemCache->restoreCache($itemKey = self::INITIAL_STORAGE_CACHE_KEY, $create = false) …
› private function restoreCache($itemKey = self::INITIAL_STORAGE_CACHE_KEY, $create = false) {
› $store = $this->getCache()->getItem($itemKey);
› if ((!$store->isHit() && $create)) {
}
/usr/local/smarterp/src/Ebea/SystemBundle/Cache/SystemCache.php:146 {
App\Ebea\SystemBundle\Cache\SystemCache->__construct(EntityManagerInterface $em, ContainerInterface $container, RouterInterface $router, LoggerInterface $logger, RequestStack $requestStack) …
›
› $this->existing = $this->restoreCache();
› }
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1676 {
ContainerGNHOIdL\App_KernelDevDebugContainer::getSystemCacheService($container) …
›
› $instance = new \App\Ebea\SystemBundle\Cache\SystemCache($a, $container, ($container->services['router'] ?? self::getRouterService($container)), ($container->services['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
›
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1895 {
ContainerGNHOIdL\App_KernelDevDebugContainer::getEbea_AdminCore_AuthorizationCheckerService($container) …
› }
› $b = ($container->services['App\\Ebea\\SystemBundle\\Cache\\SystemCache'] ?? self::getSystemCacheService($container));
›
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1941 {
ContainerGNHOIdL\App_KernelDevDebugContainer::{closure:ContainerGNHOIdL\App_KernelDevDebugContainer::getEventDispatcherService():1941} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'ebea.admin_core.authorization_checker', class: 'App\\Ebea\\AdminCoreBundle\\Security\\AuthorizationChecker')] fn () => ($container->services['ebea.admin_core.authorization_checker'] ?? self::getEbea_AdminCore_AuthorizationCheckerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
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';
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/local/smarterp/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/usr/local/smarterp/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) {
}
/usr/local/smarterp/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/usr/local/smarterp/public/index.php:44 {
› \r
› $response = $kernel->handle($request);\r
› \r
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T17:14:47.985+00:00"
"message" => "Deprecated: Return type of PhpCollection\AbstractMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1064
#message: "Deprecated: Return type of PhpCollection\AbstractMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/usr/local/smarterp/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php"
#line: 290
#severity: E_DEPRECATED
trace: {
/usr/local/smarterp/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php:290 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function count()
› {
}
/usr/local/smarterp/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php:29 {
igbinary_unserialize($str) …
› */
› class AbstractMap extends AbstractCollection implements \IteratorAggregate, MapInterface
› {
}
/usr/local/smarterp/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:77 {
Symfony\Component\Cache\Marshaller\DefaultMarshaller->unmarshall(string $value): mixed …
› throw new \RuntimeException('Failed to unserialize values, did you forget to install the "igbinary" extension?');
› } elseif (null !== $value = igbinary_unserialize($value)) {
› return $value;
}
/usr/local/smarterp/vendor/symfony/cache/Marshaller/DeflateMarshaller.php:42 {
Symfony\Component\Cache\Marshaller\DeflateMarshaller->unmarshall(string $value): mixed …
›
› return $this->marshaller->unmarshall($value);
› }
}
/usr/local/smarterp/vendor/symfony/cache/Traits/FilesystemTrait.php:68 {
Symfony\Component\Cache\Adapter\FilesystemAdapter->doFetch(array $ids): iterable …
› if ($i === $id) {
› $values[$id] = $this->marshaller->unmarshall($value);
› }
}
/usr/local/smarterp/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:195 {
Symfony\Component\Cache\Adapter\AbstractAdapter->getItem(mixed $key): CacheItem …
› try {
› foreach ($this->doFetch([$id]) as $value) {
› $isHit = true;
}
/usr/local/smarterp/src/Ebea/SystemBundle/Cache/SystemCache.php:242 {
App\Ebea\SystemBundle\Cache\SystemCache->restoreCache($itemKey = self::INITIAL_STORAGE_CACHE_KEY, $create = false) …
› private function restoreCache($itemKey = self::INITIAL_STORAGE_CACHE_KEY, $create = false) {
› $store = $this->getCache()->getItem($itemKey);
› if ((!$store->isHit() && $create)) {
}
/usr/local/smarterp/src/Ebea/SystemBundle/Cache/SystemCache.php:146 {
App\Ebea\SystemBundle\Cache\SystemCache->__construct(EntityManagerInterface $em, ContainerInterface $container, RouterInterface $router, LoggerInterface $logger, RequestStack $requestStack) …
›
› $this->existing = $this->restoreCache();
› }
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1676 {
ContainerGNHOIdL\App_KernelDevDebugContainer::getSystemCacheService($container) …
›
› $instance = new \App\Ebea\SystemBundle\Cache\SystemCache($a, $container, ($container->services['router'] ?? self::getRouterService($container)), ($container->services['logger'] ?? self::getLoggerService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
›
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1895 {
ContainerGNHOIdL\App_KernelDevDebugContainer::getEbea_AdminCore_AuthorizationCheckerService($container) …
› }
› $b = ($container->services['App\\Ebea\\SystemBundle\\Cache\\SystemCache'] ?? self::getSystemCacheService($container));
›
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1941 {
ContainerGNHOIdL\App_KernelDevDebugContainer::{closure:ContainerGNHOIdL\App_KernelDevDebugContainer::getEventDispatcherService():1941} …
› $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'ebea.admin_core.authorization_checker', class: 'App\\Ebea\\AdminCoreBundle\\Security\\AuthorizationChecker')] fn () => ($container->services['ebea.admin_core.authorization_checker'] ?? self::getEbea_AdminCore_AuthorizationCheckerService($container)), 'onKernelRequest'], 0);
› $instance->addListener('kernel.controller_arguments', [#[\Closure(name: 'argument_resolver.request_payload', class: 'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver')] fn () => ($container->privates['argument_resolver.request_payload'] ?? self::getArgumentResolver_RequestPayloadService($container)), 'onKernelControllerArguments'], 0);
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
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';
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/usr/local/smarterp/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/usr/local/smarterp/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) {
}
/usr/local/smarterp/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/usr/local/smarterp/public/index.php:44 {
› \r
› $response = $kernel->handle($request);\r
› \r
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T18:14:47.986+01:00"
"message" => "Object factory init--->"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286087
"timestamp_rfc3339" => "2026-03-23T18:14:47.986+01:00"
"message" => "nada"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286088
"timestamp_rfc3339" => "2026-03-23T18:14:48.845+01:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://amira56409.erp.ebea.pro/js/twint_ch.js"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#8146
#message: "No route found for "GET http://amira56409.erp.ebea.pro/js/twint_ch.js""
#code: 0
#file: "/usr/local/smarterp/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#717 …}
-statusCode: 404
-headers: []
trace: {
/usr/local/smarterp/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/usr/local/smarterp/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);
› }
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/usr/local/smarterp/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/usr/local/smarterp/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) {
}
/usr/local/smarterp/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/usr/local/smarterp/public/index.php:44 {
› \r
› $response = $kernel->handle($request);\r
› \r
}
}
}
]
"channel" => "request"
]
]
8076 => [
[
"timestamp" => 1774286088
"timestamp_rfc3339" => "2026-03-23T18:14:48.845+01:00"
"message" => "Route: "
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286088
"timestamp_rfc3339" => "2026-03-23T18:14:48.846+01:00"
"message" => "Object factory init--->"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286088
"timestamp_rfc3339" => "2026-03-23T18:14:48.846+01:00"
"message" => "nada"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1774286088
"timestamp_rfc3339" => "2026-03-23T17:14:48.865+00:00"
"message" => "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4914
#message: "User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
#code: 0
#file: "/usr/local/smarterp/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/usr/local/smarterp/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/usr/local/smarterp/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/usr/local/smarterp/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:75 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
›
› Deprecation::trigger(
› 'doctrine/dbal',
}
/usr/local/smarterp/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/usr/local/smarterp/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/usr/local/smarterp/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/usr/local/smarterp/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:102 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, array $mappingTypes = []): Connection …
› $driver = $connection->getDriver();
› $platform = $driver->getDatabasePlatform(new StaticServerVersionProvider(
› $params['serverVersion'] ?? $params['primary']['serverVersion'] ?? '',
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1857 {
ContainerGNHOIdL\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $container->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, []);
› }
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1876 {
ContainerGNHOIdL\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/usr/local/smarterp/var/cache/dev/ContainerGNHOIdL/App_KernelDevDebugContainer.php:1868 {
ContainerGNHOIdL\App_KernelDevDebugContainer::{closure:ContainerGNHOIdL\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():1868} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });
› }
}
/usr/local/smarterp/vendor/doctrine/orm/src/EntityManager.php:162 {
Doctrine\ORM\EntityManager->getMetadataFactory(): ClassMetadataFactory …
› {
› return $this->metadataFactory;
› }
}
/usr/local/smarterp/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:110 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/usr/local/smarterp/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/usr/local/smarterp/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/usr/local/smarterp/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);
› }
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/usr/local/smarterp/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/usr/local/smarterp/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/usr/local/smarterp/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) {
}
/usr/local/smarterp/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/usr/local/smarterp/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);
› }
}
/usr/local/smarterp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/usr/local/smarterp/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/usr/local/smarterp/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 {
}
/usr/local/smarterp/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/usr/local/smarterp/public/index.php:44 {
› \r
› $response = $kernel->handle($request);\r
› \r
}
}
}
]
"channel" => "deprecation"
]
]
]
-errorCount: [
13 => 1
8076 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1335 …}
} |