| logger |
Symfony\Component\HttpKernel\Log\Logger {#20496
-minLevelIndex: 0
-formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#20532 …}
-debug: true
-logs: [
20 => [
[
"channel" => null
"context" => [
"exception" => ErrorException {#23915
#message: "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Appi\Frontends\Admin\Controller\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
#code: 0
#file: "/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
#line: 542
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:542 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
› } else {
› @trigger_deprecation(
› 'easycorp/easyadmin-bundle',
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:142 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
› $defaultRoutesConfig = $this->getDefaultRoutesConfig($dashboardFqcn);
› $dashboardRouteConfig = $this->getDashboardsRouteConfig()[$dashboardFqcn];
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:95 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› $collection = new RouteCollection();
› $adminRoutes = $this->generateAdminRoutes();
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:141 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:93 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:162 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:82 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› 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/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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 {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/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 {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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);
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Appi\Frontends\Admin\Controller\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => ErrorException {#3206
#message: "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Appi\Frontends\Admin\Controller\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
#code: 0
#file: "/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
#line: 542
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:542 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
› } else {
› @trigger_deprecation(
› 'easycorp/easyadmin-bundle',
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:918 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->saveAdminRoutesInCache(array $adminRoutes): void …
› // will be immediately overwritten below by the one created using the attribute
› foreach ($this->getDashboardsRouteConfig() as $dashboardFqcn => $dashboardRouteConfig) {
› $routeNameToFqcn[$dashboardRouteConfig['routeName']] = [
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:103 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
› // find them quickly without having to use Symfony's router service
› $this->saveAdminRoutesInCache($adminRoutes);
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› return $this->adminRouteGenerator->generateAll();
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:141 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:93 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:162 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/config/Loader/FileLoader.php:82 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› 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/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/framework-bundle/Routing/Router.php:72 {
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/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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 {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/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 {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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);
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Appi\Frontends\Admin\Controller\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#934
#message: "No route found for "GET https://appisym.go4family.net/robots.txt""
#code: 0
#file: "/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#21429 …}
-statusCode: 404
-headers: []
trace: {
/var/www/vhosts/canshare.me/appiyon.com/appisym/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) {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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 {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/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 {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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);
›
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/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/canshare.me/appiyon.com/appisym/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/canshare.me/appiyon.com/appisym/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/canshare.me/appiyon.com/appisym/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://appisym.go4family.net/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "error"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
]
823 => [
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "App\Appi\Frontends\Admin\EventSubscriber\AdminDomainRestrictionSubscriber::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "App\Appi\Shared\EventSubscriber\TeamRoleSubscriber::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerU0rIxNZ\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1761643101
"timestamp_rfc3339" => "2025-10-28T09:18:21.000+00:00"
]
]
]
-errorCount: [
20 => 1
823 => 0
]
-handle: null
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#20460 …}
} |