http://46.102.168.219/systembc/password.php

Log Messages

  • Info. & Errors 0
  • Deprecations 275
  • Debug 212
  • PHP Notices 0
  • Container 5556

Log messages generated by using features marked as deprecated.

Time Channel
  • php
  • (none)
Message
php User Deprecated: Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.
0 of 0
[▼ "exception" => ErrorException {#5969 ▶ #message: "User Deprecated: Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0." #code: 0 #file: "/vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php" #line: 26 #severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php:26 {▶ Sylius\Component\Channel\Context\ChannelNotFoundException->__construct($messageOrPreviousException = null, Throwable $previousException = null) … › if ($messageOrPreviousException instanceof \Throwable) { › @trigger_error('Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.', \E_USER_DEPRECATED); › $previousException = $messageOrPreviousException; } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:44 {▶ Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannel(): ChannelInterface … › } catch (\UnexpectedValueException $exception) { › throw new ChannelNotFoundException($exception); › } } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:41 {▶ Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface … › try { › return $channelContext->getChannel(); › } catch (ChannelNotFoundException $exception) { } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php:59 {▶ Sylius\Component\Channel\Context\CachedPerRequestChannelContext->getChannel(): ChannelInterface … › if (!isset($this->requestToChannelMap[$objectIdentifier])) { › $this->requestToChannelMap[$objectIdentifier] = $this->decoratedChannelContext->getChannel(); › } } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php:44 {▶ Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext->getTheme(): ThemeInterface … › /** @var ChannelInterface $channel */ › $channel = $this->channelContext->getChannel(); › $themeName = $channel->getThemeName(); } /vhosts/newrca.roviniete.ro/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:99 {▶ Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->transformLocale(?string $locale): ?string … › { › $theme = $this->themeContext->getTheme(); › } /vhosts/newrca.roviniete.ro/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:80 {▶ Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->setLocale($locale): void … › /** @var string $locale */ › $locale = $this->transformLocale($locale); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:71 {▶ Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void … › try { › $service->setLocale($locale); › } catch (\InvalidArgumentException $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {▶ Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void … › { › $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale()); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:134 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › $event = new RequestEvent($this, $request, $type); › $this->dispatcher->dispatch($event, KernelEvents::REQUEST); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▼ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php:26 {▶ Sylius\Component\Channel\Context\ChannelNotFoundException->__construct($messageOrPreviousException = null, Throwable $previousException = null) … › if ($messageOrPreviousException instanceof \Throwable) { › @trigger_error('Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.', \E_USER_DEPRECATED); › $previousException = $messageOrPreviousException; } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php:44 {▶ Sylius\Component\Channel\Context\RequestBased\ChannelContext->getChannel(): ChannelInterface … › } catch (\UnexpectedValueException $exception) { › throw new ChannelNotFoundException($exception); › } } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CompositeChannelContext.php:41 {▶ Sylius\Component\Channel\Context\CompositeChannelContext->getChannel(): ChannelInterface … › try { › return $channelContext->getChannel(); › } catch (ChannelNotFoundException $exception) { } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php:59 {▶ Sylius\Component\Channel\Context\CachedPerRequestChannelContext->getChannel(): ChannelInterface … › if (!isset($this->requestToChannelMap[$objectIdentifier])) { › $this->requestToChannelMap[$objectIdentifier] = $this->decoratedChannelContext->getChannel(); › } } /vhosts/newrca.roviniete.ro/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php:44 {▶ Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext->getTheme(): ThemeInterface … › /** @var ChannelInterface $channel */ › $channel = $this->channelContext->getChannel(); › $themeName = $channel->getThemeName(); } /vhosts/newrca.roviniete.ro/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:99 {▶ Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->transformLocale(?string $locale): ?string … › { › $theme = $this->themeContext->getTheme(); › } /vhosts/newrca.roviniete.ro/vendor/sylius/theme-bundle/src/Translation/ThemeAwareTranslator.php:80 {▶ Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator->setLocale($locale): void … › /** @var string $locale */ › $locale = $this->transformLocale($locale); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:71 {▶ Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->setLocale(string $locale, string $defaultLocale): void … › try { › $service->setLocale($locale); › } catch (\InvalidArgumentException $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php:42 {▶ Symfony\Component\HttpKernel\EventListener\LocaleAwareListener->onKernelRequest(RequestEvent $event): void … › { › $this->setLocale($event->getRequest()->getLocale(), $event->getRequest()->getDefaultLocale()); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:134 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › $event = new RequestEvent($this, $request, $type); › $this->dispatcher->dispatch($event, KernelEvents::REQUEST); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▼ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } }
php User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1).
0 of 0
[▼ "exception" => ErrorException {#7265 ▶ #message: "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1)." #code: 0 #file: "/vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/80c06931f2ab4f0191339f2508319ff56ae95cf675b35c8124ea0665eacabb28.php" #line: 49 #severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/80c06931f2ab4f0191339f2508319ff56ae95cf675b35c8124ea0665eacabb28.php:49 {▼ __TwigTemplate_91d923f6a736a582988853689270068e5572a7a6161e4cb5b4f5946d7e3d6663->doDisplay(array $context, array $blocks = []) … › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 2 } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/88/883f0edd51023e41584f6f45b717ff1e190fba4ce5d0a37fad9aa87b2f6e82a9.php:52 {▶ __TwigTemplate_f22f7c24928cd4543cb17c61b0651de8f98e3df959302c6916e9f938efe643b0->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bridge/TwigEngine.php:54 {▶ Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) … › { › return $this->load($name)->render($parameters); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:378 {▶ FOS\RestBundle\View\ViewHandler->renderTemplate(View $view, $format) … › › return $this->templating->render($template, $data); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:457 {▶ FOS\RestBundle\View\ViewHandler->initResponse(View $view, $format) … › if ($this->isFormatTemplating($format)) { › $content = $this->renderTemplate($view, $format); › } elseif ($this->serializeNull || null !== $view->getData()) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:431 {▶ FOS\RestBundle\View\ViewHandler->createResponse(View $view, Request $request, $format) … › › $response = $this->initResponse($view, $format); › } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:315 {▶ FOS\RestBundle\View\ViewHandler->handle(View $view, Request $request = null) … › › return $this->createResponse($view, $request, $format); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:82 {▶ FOS\RestBundle\Controller\ExceptionController->showAction(Request $request, $exception, DebugLoggerInterface $logger = null) … › › $response = $this->viewHandler->handle($view); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/80c06931f2ab4f0191339f2508319ff56ae95cf675b35c8124ea0665eacabb28.php:49 {▼ __TwigTemplate_91d923f6a736a582988853689270068e5572a7a6161e4cb5b4f5946d7e3d6663->doDisplay(array $context, array $blocks = []) … › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 2 } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/88/883f0edd51023e41584f6f45b717ff1e190fba4ce5d0a37fad9aa87b2f6e82a9.php:52 {▶ __TwigTemplate_f22f7c24928cd4543cb17c61b0651de8f98e3df959302c6916e9f938efe643b0->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bridge/TwigEngine.php:54 {▶ Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) … › { › return $this->load($name)->render($parameters); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:378 {▶ FOS\RestBundle\View\ViewHandler->renderTemplate(View $view, $format) … › › return $this->templating->render($template, $data); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:457 {▶ FOS\RestBundle\View\ViewHandler->initResponse(View $view, $format) … › if ($this->isFormatTemplating($format)) { › $content = $this->renderTemplate($view, $format); › } elseif ($this->serializeNull || null !== $view->getData()) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:431 {▶ FOS\RestBundle\View\ViewHandler->createResponse(View $view, Request $request, $format) … › › $response = $this->initResponse($view, $format); › } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:315 {▶ FOS\RestBundle\View\ViewHandler->handle(View $view, Request $request = null) … › › return $this->createResponse($view, $request, $format); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:82 {▶ FOS\RestBundle\Controller\ExceptionController->showAction(Request $request, $exception, DebugLoggerInterface $logger = null) … › › $response = $this->viewHandler->handle($view); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } }
php User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1).
0 of 0
[▼ "exception" => ErrorException {#7287 ▶ #message: "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1)." #code: 0 #file: "/vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/8013c9b4a42eafe91849481c63badc45fcb460d0ca3b62ea9e9062d864814fc3.php" #line: 44 #severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/8013c9b4a42eafe91849481c63badc45fcb460d0ca3b62ea9e9062d864814fc3.php:44 {▼ __TwigTemplate_352059378638f933a6b4ad8ce2f973f64777f2b6928d3b7b8f67a221750ccef6->doDisplay(array $context, array $blocks = []) … › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {▶ __TwigTemplate_91d923f6a736a582988853689270068e5572a7a6161e4cb5b4f5946d7e3d6663->doDisplay(array $context, array $blocks = []) … › <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}"> › <style>{{ include('@Twig/exception.css.twig') }}</style> › {% block head %}{% endblock %} } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/88/883f0edd51023e41584f6f45b717ff1e190fba4ce5d0a37fad9aa87b2f6e82a9.php:52 {▶ __TwigTemplate_f22f7c24928cd4543cb17c61b0651de8f98e3df959302c6916e9f938efe643b0->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bridge/TwigEngine.php:54 {▶ Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) … › { › return $this->load($name)->render($parameters); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:378 {▶ FOS\RestBundle\View\ViewHandler->renderTemplate(View $view, $format) … › › return $this->templating->render($template, $data); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:457 {▶ FOS\RestBundle\View\ViewHandler->initResponse(View $view, $format) … › if ($this->isFormatTemplating($format)) { › $content = $this->renderTemplate($view, $format); › } elseif ($this->serializeNull || null !== $view->getData()) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:431 {▶ FOS\RestBundle\View\ViewHandler->createResponse(View $view, Request $request, $format) … › › $response = $this->initResponse($view, $format); › } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:315 {▶ FOS\RestBundle\View\ViewHandler->handle(View $view, Request $request = null) … › › return $this->createResponse($view, $request, $format); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:82 {▶ FOS\RestBundle\Controller\ExceptionController->showAction(Request $request, $exception, DebugLoggerInterface $logger = null) … › › $response = $this->viewHandler->handle($view); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/8013c9b4a42eafe91849481c63badc45fcb460d0ca3b62ea9e9062d864814fc3.php:44 {▼ __TwigTemplate_352059378638f933a6b4ad8ce2f973f64777f2b6928d3b7b8f67a221750ccef6->doDisplay(array $context, array $blocks = []) … › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {▶ __TwigTemplate_91d923f6a736a582988853689270068e5572a7a6161e4cb5b4f5946d7e3d6663->doDisplay(array $context, array $blocks = []) … › <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}"> › <style>{{ include('@Twig/exception.css.twig') }}</style> › {% block head %}{% endblock %} } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/88/883f0edd51023e41584f6f45b717ff1e190fba4ce5d0a37fad9aa87b2f6e82a9.php:52 {▶ __TwigTemplate_f22f7c24928cd4543cb17c61b0651de8f98e3df959302c6916e9f938efe643b0->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bridge/TwigEngine.php:54 {▶ Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) … › { › return $this->load($name)->render($parameters); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:378 {▶ FOS\RestBundle\View\ViewHandler->renderTemplate(View $view, $format) … › › return $this->templating->render($template, $data); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:457 {▶ FOS\RestBundle\View\ViewHandler->initResponse(View $view, $format) … › if ($this->isFormatTemplating($format)) { › $content = $this->renderTemplate($view, $format); › } elseif ($this->serializeNull || null !== $view->getData()) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:431 {▶ FOS\RestBundle\View\ViewHandler->createResponse(View $view, Request $request, $format) … › › $response = $this->initResponse($view, $format); › } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:315 {▶ FOS\RestBundle\View\ViewHandler->handle(View $view, Request $request = null) … › › return $this->createResponse($view, $request, $format); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:82 {▶ FOS\RestBundle\Controller\ExceptionController->showAction(Request $request, $exception, DebugLoggerInterface $logger = null) … › › $response = $this->viewHandler->handle($view); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } }
php User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1).
0 of 0
[▼ "exception" => ErrorException {#7832 ▶ #message: "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1)." #code: 0 #file: "/vhosts/newrca.roviniete.ro/var/cache/dev/twig/3e/3e54b63f60310bce4d34000cd6223abe171d42340b385f0b746a642b948c032d.php" #line: 44 #severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/var/cache/dev/twig/3e/3e54b63f60310bce4d34000cd6223abe171d42340b385f0b746a642b948c032d.php:44 {▼ __TwigTemplate_5b77f05962932e024342d87ef8f2aa0aeadf84b43745fcc1d5b84d0d6cc8f546->doDisplay(array $context, array $blocks = []) … › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/80c06931f2ab4f0191339f2508319ff56ae95cf675b35c8124ea0665eacabb28.php:117 {▶ __TwigTemplate_91d923f6a736a582988853689270068e5572a7a6161e4cb5b4f5946d7e3d6663->doDisplay(array $context, array $blocks = []) … › echo " "; › echo twig_include($this->env, $context, "@Twig/base_js.html.twig"); › echo " } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/88/883f0edd51023e41584f6f45b717ff1e190fba4ce5d0a37fad9aa87b2f6e82a9.php:52 {▶ __TwigTemplate_f22f7c24928cd4543cb17c61b0651de8f98e3df959302c6916e9f938efe643b0->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bridge/TwigEngine.php:54 {▶ Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) … › { › return $this->load($name)->render($parameters); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:378 {▶ FOS\RestBundle\View\ViewHandler->renderTemplate(View $view, $format) … › › return $this->templating->render($template, $data); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:457 {▶ FOS\RestBundle\View\ViewHandler->initResponse(View $view, $format) … › if ($this->isFormatTemplating($format)) { › $content = $this->renderTemplate($view, $format); › } elseif ($this->serializeNull || null !== $view->getData()) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:431 {▶ FOS\RestBundle\View\ViewHandler->createResponse(View $view, Request $request, $format) … › › $response = $this->initResponse($view, $format); › } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:315 {▶ FOS\RestBundle\View\ViewHandler->handle(View $view, Request $request = null) … › › return $this->createResponse($view, $request, $format); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:82 {▶ FOS\RestBundle\Controller\ExceptionController->showAction(Request $request, $exception, DebugLoggerInterface $logger = null) … › › $response = $this->viewHandler->handle($view); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/var/cache/dev/twig/3e/3e54b63f60310bce4d34000cd6223abe171d42340b385f0b746a642b948c032d.php:44 {▼ __TwigTemplate_5b77f05962932e024342d87ef8f2aa0aeadf84b43745fcc1d5b84d0d6cc8f546->doDisplay(array $context, array $blocks = []) … › $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Extension/CoreExtension.php:1223 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/80/80c06931f2ab4f0191339f2508319ff56ae95cf675b35c8124ea0665eacabb28.php:117 {▶ __TwigTemplate_91d923f6a736a582988853689270068e5572a7a6161e4cb5b4f5946d7e3d6663->doDisplay(array $context, array $blocks = []) … › echo " "; › echo twig_include($this->env, $context, "@Twig/base_js.html.twig"); › echo " } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/var/cache/dev/twig/88/883f0edd51023e41584f6f45b717ff1e190fba4ce5d0a37fad9aa87b2f6e82a9.php:52 {▶ __TwigTemplate_f22f7c24928cd4543cb17c61b0651de8f98e3df959302c6916e9f938efe643b0->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:407 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:380 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /vhosts/newrca.roviniete.ro/vendor/twig/twig/src/Template.php:392 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /vhosts/newrca.roviniete.ro/vendor/symfony/twig-bridge/TwigEngine.php:54 {▶ Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) … › { › return $this->load($name)->render($parameters); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:378 {▶ FOS\RestBundle\View\ViewHandler->renderTemplate(View $view, $format) … › › return $this->templating->render($template, $data); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:457 {▶ FOS\RestBundle\View\ViewHandler->initResponse(View $view, $format) … › if ($this->isFormatTemplating($format)) { › $content = $this->renderTemplate($view, $format); › } elseif ($this->serializeNull || null !== $view->getData()) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:431 {▶ FOS\RestBundle\View\ViewHandler->createResponse(View $view, Request $request, $format) … › › $response = $this->initResponse($view, $format); › } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php:315 {▶ FOS\RestBundle\View\ViewHandler->handle(View $view, Request $request = null) … › › return $this->createResponse($view, $request, $format); › } } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:82 {▶ FOS\RestBundle\Controller\ExceptionController->showAction(Request $request, $exception, DebugLoggerInterface $logger = null) … › › $response = $this->viewHandler->handle($view); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /vhosts/newrca.roviniete.ro/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:80 {▶ FOS\RestBundle\EventListener\ExceptionListener->onKernelException($event) … › › $this->exceptionListener->onKernelException($event); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} $eventName: "kernel.request" $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#991 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) … › if ($event instanceof Event) { › $this->doDispatch($listeners, $eventName, $event); › arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } arguments: {▶ $listeners: [ …30] $eventName: "kernel.request" $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} } } /vhosts/newrca.roviniete.ro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { arguments: {▶ $event: Symfony\Component\HttpKernel\Event\RequestEvent {#806 …} ...: {▶ "kernel.request" } } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ 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); › } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /vhosts/newrca.roviniete.ro/vendor/symfony/http-kernel/Kernel.php:201 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} $type: 1 $catch: true } } /vhosts/newrca.roviniete.ro/public/index.php:37 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); arguments: {▶ $request: Symfony\Component\HttpFoundation\Request {#48 …} } } }
n/a (4 times) The "doctrine/mongodb-odm" driver is deprecated in Sylius 1.3. Doctrine MongoDB and PHPCR will no longer be supported in Sylius 2.0.
n/a The "Symfony\Component\HttpKernel\Kernel::getRootDir()" method is deprecated since Symfony 4.2, use getProjectDir() instead.
n/a Passing more than one argument to Symfony\Component\HttpKernel\Config\FileLocator::__construct is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a The "Sylius\Bundle\ResourceBundle\Controller\ResourceController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
n/a The "Symfony\Bundle\FrameworkBundle\Controller\Controller::getUser()" method is considered final. It may change without further notice as of its next major version. You should not extend it from "Sylius\Bundle\UserBundle\Controller\UserController".
n/a The "App\Events\Customer\SubscriptionEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#19763 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "App\Events\Vignette\LogVignetteEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#19759 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "Sylius\Bundle\UiBundle\Menu\Event\MenuBuilderEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
n/a Using the "Twig_LoaderInterface" class is deprecated since Twig version 2.7, use "Twig\Loader\LoaderInterface" instead.
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a Since symfony/messenger 5.1: The "Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory" class is deprecated, use "Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory" instead. The AmqpExt transport has been moved to package "symfony/amqp-messenger" and will not be included by default in 6.0. Run "composer require symfony/amqp-messenger".
n/a Since symfony/messenger 5.1: The "Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory" class is deprecated, use "Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory" instead. The RedisExt transport has been moved to package "symfony/redis-messenger" and will not be included by default in 6.0. Run "composer require symfony/redis-messenger".
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a Since symfony/messenger 5.1: The "Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory" class is deprecated, use "Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory" instead. The Doctrine transport has been moved to package "symfony/doctrine-messenger" and will not be included by default in 6.0. Run "composer require symfony/doctrine-messenger".
n/a (16 times) The "subject" option is deprecated since SyliusMailerBundle 1.5
n/a The "Sylius\Bundle\ResourceBundle\DependencyInjection\Driver\Doctrine\DoctrineODMDriver" class is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.
n/a The "Sylius\Bundle\ResourceBundle\DependencyInjection\Driver\Doctrine\DoctrinePHPCRDriver" class is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.
n/a (27 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "winzou_state_machine" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a Not registering bundle "Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle" is deprecated since 3.12.0, registering it will be mandatory in 4.0
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "bazinga_hateoas" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (5 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "knp_gaufrette" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_oauth_server" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "nelmio_alice" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "prooph_service_bus" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (6 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "routes" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "sylius_sitemap" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "sylius_rbac" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "hwi_oauth" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_sylius_import_export" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a Using short factory syntax for service "sylius.class_metadata.product_image" is deprecated since Symfony 4.4, use "['@doctrine.orm.default_entity_manager', 'getClassMetadata']" instead.
n/a The "Sylius\Component\User\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1.
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order" with model "App\Entity\Order\Order" and interface "Sylius\Component\Order\Model\OrderInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order_item" with model "App\Entity\Order\OrderItem" and interface "Sylius\Component\Order\Model\OrderItemInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order_item_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Order\Model\OrderItemUnitInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.order_sequence" with model "App\Entity\Order\OrderSequence" and interface "Sylius\Component\Order\Model\OrderSequenceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.adjustment" with model "App\Entity\Order\Adjustment" and interface "Sylius\Component\Order\Model\AdjustmentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.currency" with model "App\Entity\Currency\Currency" and interface "Sylius\Component\Currency\Model\CurrencyInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.exchange_rate" with model "App\Entity\Currency\ExchangeRate" and interface "Sylius\Component\Currency\Model\ExchangeRateInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.locale" with model "App\Entity\Locale\Locale" and interface "Sylius\Component\Locale\Model\LocaleInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product" with model "App\Entity\Product\Product" and interface "Sylius\Component\Product\Model\ProductInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_translation" with model "App\Entity\Product\ProductTranslation" and interface "Sylius\Component\Product\Model\ProductTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_variant" with model "App\Entity\Product\ProductVariant" and interface "Sylius\Component\Product\Model\ProductVariantInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_variant_translation" with model "App\Entity\Product\ProductVariantTranslation" and interface "Sylius\Component\Product\Model\ProductVariantTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option" with model "App\Entity\Product\ProductOption" and interface "Sylius\Component\Product\Model\ProductOptionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option_translation" with model "App\Entity\Product\ProductOptionTranslation" and interface "Sylius\Component\Product\Model\ProductOptionTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_association_type" with model "App\Entity\Product\ProductAssociationType" and interface "Sylius\Component\Product\Model\ProductAssociationTypeInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_association_type_translation" with model "App\Entity\Product\ProductAssociationTypeTranslation" and interface "Sylius\Component\Product\Model\ProductAssociationTypeTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option_value" with model "App\Entity\Product\ProductOptionValue" and interface "Sylius\Component\Product\Model\ProductOptionValueInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_option_value_translation" with model "App\Entity\Product\ProductOptionValueTranslation" and interface "Sylius\Component\Product\Model\ProductOptionValueTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_association" with model "App\Entity\Product\ProductAssociation" and interface "Sylius\Component\Product\Model\ProductAssociationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.channel" with model "App\Entity\Channel\Channel" and interface "Sylius\Component\Channel\Model\ChannelInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_attribute" with model "App\Entity\Product\ProductAttribute" and interface "Sylius\Component\Product\Model\ProductAttributeInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_attribute_translation" with model "App\Entity\Product\ProductAttributeTranslation" and interface "Sylius\Component\Product\Model\ProductAttributeTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_attribute_value" with model "App\Entity\Product\ProductAttributeValue" and interface "Sylius\Component\Product\Model\ProductAttributeValueInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.tax_rate" with model "App\Entity\Taxation\TaxRate" and interface "Sylius\Component\Taxation\Model\TaxRateInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.tax_category" with model "App\Entity\Taxation\TaxCategory" and interface "Sylius\Component\Taxation\Model\TaxCategoryInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipment" with model "App\Entity\Shipping\Shipment" and interface "Sylius\Component\Shipping\Model\ShipmentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipment_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Shipping\Model\ShipmentUnitInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipping_method" with model "App\Entity\Shipping\ShippingMethod" and interface "Sylius\Component\Shipping\Model\ShippingMethodInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipping_method_translation" with model "App\Entity\Shipping\ShippingMethodTranslation" and interface "Sylius\Component\Shipping\Model\ShippingMethodTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shipping_category" with model "App\Entity\Shipping\ShippingCategory" and interface "Sylius\Component\Shipping\Model\ShippingCategoryInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment" with model "App\Entity\Payment\Payment" and interface "Sylius\Component\Payment\Model\PaymentInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment_method" with model "App\Entity\Payment\PaymentMethod" and interface "Sylius\Component\Payment\Model\PaymentMethodInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment_method_translation" with model "App\Entity\Payment\PaymentMethodTranslation" and interface "Sylius\Component\Payment\Model\PaymentMethodTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion" with model "App\Entity\Promotion\Promotion" and interface "Sylius\Component\Promotion\Model\PromotionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion_coupon" with model "App\Entity\Promotion\PromotionCoupon" and interface "Sylius\Component\Promotion\Model\PromotionCouponInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion_rule" with model "App\Entity\Promotion\PromotionRule" and interface "Sylius\Component\Promotion\Model\PromotionRuleInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.promotion_action" with model "App\Entity\Promotion\PromotionAction" and interface "Sylius\Component\Promotion\Model\PromotionActionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.address" with model "App\Entity\Addressing\Address" and interface "Sylius\Component\Addressing\Model\AddressInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.country" with model "App\Entity\Addressing\Country" and interface "Sylius\Component\Addressing\Model\CountryInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.province" with model "App\Entity\Addressing\Province" and interface "Sylius\Component\Addressing\Model\ProvinceInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.zone" with model "App\Entity\Addressing\Zone" and interface "Sylius\Component\Addressing\Model\ZoneInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.zone_member" with model "App\Entity\Addressing\ZoneMember" and interface "Sylius\Component\Addressing\Model\ZoneMemberInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.inventory_unit" with model "App\Entity\Order\OrderItemUnit" and interface "Sylius\Component\Inventory\Model\InventoryUnitInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.taxon" with model "App\Entity\Taxonomy\Taxon" and interface "Sylius\Component\Taxonomy\Model\TaxonInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.taxon_translation" with model "App\Entity\Taxonomy\TaxonTranslation" and interface "Sylius\Component\Taxonomy\Model\TaxonTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.admin_user" with model "App\Entity\User\AdminUser" and interface "Sylius\Component\Core\Model\AdminUserInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.shop_user" with model "App\Entity\User\ShopUser" and interface "Sylius\Component\Core\Model\ShopUserInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.oauth_user" with model "App\Entity\User\UserOAuth" and interface "Sylius\Component\User\Model\UserOAuthInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.customer" with model "App\Entity\Customer\Customer" and interface "Sylius\Component\Customer\Model\CustomerInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.customer_group" with model "App\Entity\Customer\CustomerGroup" and interface "Sylius\Component\Customer\Model\CustomerGroupInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_review" with model "App\Entity\Product\ProductReview" and interface "Sylius\Component\Review\Model\ReviewInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_reviewer" with model "App\Entity\Customer\Customer" and interface "Sylius\Component\Review\Model\ReviewerInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_taxon" with model "App\Entity\Product\ProductTaxon" and interface "Sylius\Component\Core\Model\ProductTaxonInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.product_image" with model "App\Entity\Product\ProductImage" and interface "Sylius\Component\Core\Model\ProductImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.taxon_image" with model "App\Entity\Taxonomy\TaxonImage" and interface "Sylius\Component\Core\Model\TaxonImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.channel_pricing" with model "App\Entity\Channel\ChannelPricing" and interface "Sylius\Component\Core\Model\ChannelPricingInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.block" with model "BitBag\SyliusCmsPlugin\Entity\Block" and interface "BitBag\SyliusCmsPlugin\Entity\BlockInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.block_translation" with model "BitBag\SyliusCmsPlugin\Entity\BlockTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\BlockTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.page" with model "BitBag\SyliusCmsPlugin\Entity\Page" and interface "BitBag\SyliusCmsPlugin\Entity\PageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.page_translation" with model "BitBag\SyliusCmsPlugin\Entity\PageTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\PageTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.page_image" with model "BitBag\SyliusCmsPlugin\Entity\PageImage" and interface "BitBag\SyliusCmsPlugin\Entity\PageImageInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.frequently_asked_question" with model "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestion" and interface "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.frequently_asked_question_translation" with model "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\FrequentlyAskedQuestionTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.section" with model "BitBag\SyliusCmsPlugin\Entity\Section" and interface "BitBag\SyliusCmsPlugin\Entity\SectionInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.section_translation" with model "BitBag\SyliusCmsPlugin\Entity\SectionTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\SectionTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.media" with model "BitBag\SyliusCmsPlugin\Entity\Media" and interface "BitBag\SyliusCmsPlugin\Entity\MediaInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "bitbag_sylius_cms_plugin.media_translation" with model "BitBag\SyliusCmsPlugin\Entity\MediaTranslation" and interface "BitBag\SyliusCmsPlugin\Entity\MediaTranslationInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius_rbac.administration_role" with model "Sylius\RbacPlugin\Entity\AdministrationRole" and interface "Sylius\RbacPlugin\Entity\AdministrationRoleInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.payment_security_token" with model "App\Entity\Payment\PaymentSecurityToken" and interface "Sylius\Bundle\PayumBundle\Model\PaymentSecurityTokenInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.gateway_config" with model "App\Entity\Payment\GatewayConfig" and interface "Sylius\Bundle\PayumBundle\Model\GatewayConfigInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_user" with model "App\Entity\User\AdminUser" and interface "Sylius\Bundle\AdminApiBundle\Model\UserInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_client" with model "App\Entity\AdminApi\Client" and interface "Sylius\Bundle\AdminApiBundle\Model\ClientInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_access_token" with model "App\Entity\AdminApi\AccessToken" and interface "Sylius\Bundle\AdminApiBundle\Model\AccessTokenInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_refresh_token" with model "App\Entity\AdminApi\RefreshToken" and interface "Sylius\Bundle\AdminApiBundle\Model\RefreshTokenInterface".
n/a Specifying interface for resources is deprecated since ResourceBundle v1.6 and will be removed in v2.0. Please rely on autodiscovering entity interfaces instead. Triggered by resource "sylius.api_auth_code" with model "App\Entity\AdminApi\AuthCode" and interface "Sylius\Bundle\AdminApiBundle\Model\AuthCodeInterface".
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\CountryTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22343 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CountryTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ChannelTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22345 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ChannelTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\LocaleTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22347 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\LocaleTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\OrderTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22349 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\OrderTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\CartTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22351 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CartTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\CartItemTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22353 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CartItemTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PaymentMethodTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22355 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PaymentMethodTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\TaxRateTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22357 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\TaxRateTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\TaxonTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22359 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\TaxonTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\CustomerTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22361 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\CustomerTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PromotionTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22363 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PromotionTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PromotionCouponTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22365 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PromotionCouponTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\PromotionFilterCollectionTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22367 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\PromotionFilterCollectionTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ShippingMethodTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22369 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ShippingMethodTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22371 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductTranslationTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22373 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductTranslationTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22375 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantGenerationTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22377 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\CoreBundle\Form\Extension\ProductVariantGenerationTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\ResourceBundle\Form\Extension\CollectionTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22379 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\ResourceBundle\Form\Extension\CollectionTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\Bundle\PayumBundle\Form\Extension\CryptedGatewayConfigTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22381 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\Bundle\PayumBundle\Form\Extension\CryptedGatewayConfigTypeExtension" is deprecated since Symfony 4.2.
n/a Class "Sylius\RbacPlugin\Form\Extension\AdminUserTypeExtension" should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22383 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a Not implementing the "Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()" method in "Sylius\RbacPlugin\Form\Extension\AdminUserTypeExtension" is deprecated since Symfony 4.2.
n/a The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Addressing\CityRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Addressing\CountyRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Invoice\InvoiceClassificationRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Log\LogEmailSendingRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Log\LogRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\LogOpPaymentVignettesRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Onesignal\OnesignalRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Peaj\AvailabilityRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Peaj\CategoryRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Peaj\PeajApiRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Peaj\PeajRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Peaj\PriceRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\ApiRCARepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\AvailabilityRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\CategoryRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\FuelTypeRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\InsuranceCompanyAvailabilitiesRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\InsuranceCompanyRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\LeasingCompanyRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\SubCategoryRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\UsageTypeRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\VehicleMakeRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\VehicleModelRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RCA\VehicleTypeRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\SMS\SMSRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Vignette\AvailabilityRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Vignette\CategoryRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Vignette\PriceRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Vignette\VignetteApiRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\Vignette\VignetteRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignetteAlertTemplate\VignetteAlertTemplateRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignetteApiInitRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignetteCommercialNotification\VignetteCommercialNotificationRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignetteGeneralOption\VignetteGeneralOptionRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignetteInvoice\VignetteInvoiceRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignetteMaintenance\VignetteMaintenanceRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignetteOrder\VignetteOrderRepository" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\VignettePaymentMethod\VignettePaymentMethodRepository" service.
n/a The "message_bus" service is deprecated, use the "messenger.default_bus" service instead. It is being referenced by the "app.service.customer.commercial_notification" service.
n/a The "controller_name_converter" service is deprecated since Symfony 4.3. It is being referenced by the "fos_rest.routing.loader.controller" service.
n/a The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.
n/a The "Sylius\Bundle\OrderBundle\Command\RemoveExpiredCartsCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22428 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "Sylius\Bundle\UserBundle\Command\AbstractRoleCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
n/a The "Sylius\Bundle\CoreBundle\Command\CancelUnpaidOrdersCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22430 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "Sylius\Bundle\CoreBundle\Command\AbstractInstallCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
n/a The "Sylius\Bundle\FixturesBundle\Command\FixturesListCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22432 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "Sylius\Bundle\FixturesBundle\Command\FixturesLoadCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22433 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "Sylius\Bundle\ThemeBundle\Command\AssetsInstallCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22434 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "Sylius\Bundle\ThemeBundle\Command\ListCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22435 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "Symfony\Component\HttpKernel\EventListener\TranslatorListener" class is deprecated since Symfony 4.3 and will be removed in 5.0, use LocaleAwareListener instead.
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22438 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php:14 {▶ include … › › @trigger_error('The '.TemplateFinder::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED); › } /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/vhosts/newrca.roviniete.ro/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php" } } } } ]
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "sylius.theme.templating.file_locator.inner" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22441 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {▶ include … › › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED); › } /vhosts/newrca.roviniete.ro/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/vhosts/newrca.roviniete.ro/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php" } } } } ]
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#22443 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /vhosts/newrca.roviniete.ro/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:52 {▶ Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) … › 'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.', › E_USER_DEPRECATED › ); } /vhosts/newrca.roviniete.ro/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {▶ › $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension); › parent::__construct($locator, $fileExtension); › } } } } ]
0 of 0
{▼ /vhosts/newrca.roviniete.ro/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:52 {▶ Doctrine\ORM\Mapping\Driver\YamlDriver->__construct($locator, $fileExtension = self::DEFAULT_FILE_EXTENSION) … › 'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.', › E_USER_DEPRECATED › ); } /vhosts/newrca.roviniete.ro/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {▶ › $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension); › parent::__construct($locator, $fileExtension); › } } }