08:40:52
php
User Deprecated: The "Symfony\Component\Debug\DebugClassLoader " class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader " instead.
08:40:52
php
User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
08:40:52
php
User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient " should implement method "static Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options) ": Returns a new instance of the client with new default options.
[
"exception " => ErrorException {#814
#message : "User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "static Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-client/ HttpClient.php:34 {
Symfony\Component\HttpClient \ HttpClient::create(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50): HttpClientInterface …
› if ('\\' !== \DIRECTORY_SEPARATOR || isset($defaultOptions['cafile']) || isset($defaultOptions['capath']) || \ini_get('curl.cainfo') || \ini_get('openssl.cafile') || \ini_get('openssl.capath')) {
› return new CurlHttpClient($defaultOptions, $maxHostConnections, $maxPendingPushes);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5674 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->get_Debug_HttpClientService() …
› {
› $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4832 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
› $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
› $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-client/ HttpClient.php:34 {
Symfony\Component\HttpClient \ HttpClient::create(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50): HttpClientInterface …
› if ('\\' !== \DIRECTORY_SEPARATOR || isset($defaultOptions['cafile']) || isset($defaultOptions['capath']) || \ini_get('curl.cainfo') || \ini_get('openssl.cafile') || \ini_get('openssl.capath')) {
› return new CurlHttpClient($defaultOptions, $maxHostConnections, $maxPendingPushes);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5674 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->get_Debug_HttpClientService() …
› {
› $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4832 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
› $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
› $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#833
#message : "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php "
#line : 14357
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14357 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
› {
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14357 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
› {
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#834
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14359 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14359 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_LocatorService() …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#838
#message : "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php "
#line : 14371
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14371 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
› {
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14371 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
› {
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#836
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14373 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:14373 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:5426 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:4856 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:13349 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3614 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The "Globunet\UserBundle\Model\GroupInterface " interface extends "FOS\UserBundle\Model\GroupInterface " that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
[
"exception " => ErrorException {#1352
#message : "User Deprecated: The "Globunet\UserBundle\Model\GroupInterface" interface extends "FOS\UserBundle\Model\GroupInterface" that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /globunet/user-bundle/ Entity/BaseGroup.php:9 {
spl_autoload_call($class_name) …
› \r
› abstract class BaseGroup extends FOSBaseGroup implements GroupInterface\r
› { \r
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / src/Knitink/CoreBundle/Entity/Group.php:17 {
spl_autoload_call($class_name) …
›
› class Group extends GlobunetGroup implements GlobunetGroupInterface{
› \t
}
spl_autoload_call() {}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1037 {
Doctrine\ORM\Mapping \ ClassMetadataInfo->validateAssociations() …
› if (
› ! class_exists($mapping['targetEntity'])
› && ! interface_exists($mapping['targetEntity'])
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:270 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
› $class->validateIdentifier();
› $class->validateAssociations();
› $class->validateLifecycleCallbacks($this->getReflectionService());
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:249 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $this->validateRuntimeMetadata($class, $parent);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:82 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->loadMetadata($name) …
› {
› $loaded = parent::loadMetadata($name);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:185 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› foreach ($this->loadMetadata($realClassName) as $loadedClassName) {
› $this->cacheDriver->save(
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Tools/SchemaValidator.php:110 {
Doctrine\ORM\Tools \ SchemaValidator->validateClass(ClassMetadataInfo $class) …
›
› $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/doctrine-bundle/ DataCollector/DoctrineDataCollector.php:73 {
Doctrine\Bundle\DoctrineBundle\DataCollector \ DoctrineDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
›
› $classErrors = $validator->validateClass($class);
› $entities[$name][$class->getName()] = $class->getName();
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:100 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /globunet/user-bundle/ Entity/BaseGroup.php:9 {
spl_autoload_call($class_name) …
› \r
› abstract class BaseGroup extends FOSBaseGroup implements GroupInterface\r
› { \r
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / src/Knitink/CoreBundle/Entity/Group.php:17 {
spl_autoload_call($class_name) …
›
› class Group extends GlobunetGroup implements GlobunetGroupInterface{
› \t
}
spl_autoload_call() {}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1037 {
Doctrine\ORM\Mapping \ ClassMetadataInfo->validateAssociations() …
› if (
› ! class_exists($mapping['targetEntity'])
› && ! interface_exists($mapping['targetEntity'])
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:270 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
› $class->validateIdentifier();
› $class->validateAssociations();
› $class->validateLifecycleCallbacks($this->getReflectionService());
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:249 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $this->validateRuntimeMetadata($class, $parent);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:82 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->loadMetadata($name) …
› {
› $loaded = parent::loadMetadata($name);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:185 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› foreach ($this->loadMetadata($realClassName) as $loadedClassName) {
› $this->cacheDriver->save(
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Tools/SchemaValidator.php:110 {
Doctrine\ORM\Tools \ SchemaValidator->validateClass(ClassMetadataInfo $class) …
›
› $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/doctrine-bundle/ DataCollector/DoctrineDataCollector.php:73 {
Doctrine\Bundle\DoctrineBundle\DataCollector \ DoctrineDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
›
› $classErrors = $validator->validateClass($class);
› $entities[$name][$class->getName()] = $class->getName();
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:100 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The "Globunet\UserBundle\Entity\BaseGroup " class extends "FOS\UserBundle\Model\Group " that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
[
"exception " => ErrorException {#1355
#message : "User Deprecated: The "Globunet\UserBundle\Entity\BaseGroup" class extends "FOS\UserBundle\Model\Group" that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / src/Knitink/CoreBundle/Entity/Group.php:17 {
spl_autoload_call($class_name) …
›
› class Group extends GlobunetGroup implements GlobunetGroupInterface{
› \t
}
spl_autoload_call() {}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1037 {
Doctrine\ORM\Mapping \ ClassMetadataInfo->validateAssociations() …
› if (
› ! class_exists($mapping['targetEntity'])
› && ! interface_exists($mapping['targetEntity'])
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:270 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
› $class->validateIdentifier();
› $class->validateAssociations();
› $class->validateLifecycleCallbacks($this->getReflectionService());
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:249 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $this->validateRuntimeMetadata($class, $parent);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:82 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->loadMetadata($name) …
› {
› $loaded = parent::loadMetadata($name);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:185 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› foreach ($this->loadMetadata($realClassName) as $loadedClassName) {
› $this->cacheDriver->save(
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Tools/SchemaValidator.php:110 {
Doctrine\ORM\Tools \ SchemaValidator->validateClass(ClassMetadataInfo $class) …
›
› $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/doctrine-bundle/ DataCollector/DoctrineDataCollector.php:73 {
Doctrine\Bundle\DoctrineBundle\DataCollector \ DoctrineDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
›
› $classErrors = $validator->validateClass($class);
› $entities[$name][$class->getName()] = $class->getName();
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:100 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / src/Knitink/CoreBundle/Entity/Group.php:17 {
spl_autoload_call($class_name) …
›
› class Group extends GlobunetGroup implements GlobunetGroupInterface{
› \t
}
spl_autoload_call() {}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1037 {
Doctrine\ORM\Mapping \ ClassMetadataInfo->validateAssociations() …
› if (
› ! class_exists($mapping['targetEntity'])
› && ! interface_exists($mapping['targetEntity'])
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:270 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
› $class->validateIdentifier();
› $class->validateAssociations();
› $class->validateLifecycleCallbacks($this->getReflectionService());
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:249 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
›
› $this->validateRuntimeMetadata($class, $parent);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:82 {
Doctrine\ORM\Mapping \ ClassMetadataFactory->loadMetadata($name) …
› {
› $loaded = parent::loadMetadata($name);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:185 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› foreach ($this->loadMetadata($realClassName) as $loadedClassName) {
› $this->cacheDriver->save(
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/orm/ lib/Doctrine/ORM/Tools/SchemaValidator.php:110 {
Doctrine\ORM\Tools \ SchemaValidator->validateClass(ClassMetadataInfo $class) …
›
› $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /doctrine/doctrine-bundle/ DataCollector/DoctrineDataCollector.php:73 {
Doctrine\Bundle\DoctrineBundle\DataCollector \ DoctrineDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
›
› $classErrors = $validator->validateClass($class);
› $entities[$name][$class->getName()] = $class->getName();
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:100 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:202 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The "fos_rest.exception_listener " service is deprecated since FOSRestBundle 2.8.
[
"exception " => ErrorException {#300
#message : "User Deprecated: The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php "
#line : 10927
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10927 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_ExceptionListenerService() …
› {
› @trigger_error('The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3749 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.exception_listener'] ?? $this->getFosRest_ExceptionListenerService());
› }, 1 => 'onKernelException'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10927 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_ExceptionListenerService() …
› {
› @trigger_error('The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3749 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.exception_listener'] ?? $this->getFosRest_ExceptionListenerService());
› }, 1 => 'onKernelException'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The FOS\RestBundle\EventListener\ExceptionListener class is deprecated since FOSRestBundle 2.8.
[
"exception " => ErrorException {#277
#message : "User Deprecated: The FOS\RestBundle\EventListener\ExceptionListener class is deprecated since FOSRestBundle 2.8. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /friendsofsymfony/rest-bundle/ EventListener/ExceptionListener.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /friendsofsymfony/rest-bundle/ EventListener/ExceptionListener.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The %s\ExceptionListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10929 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_ExceptionListenerService() …
›
› return $this->privates['fos_rest.exception_listener'] = new \FOS\RestBundle\EventListener\ExceptionListener(new \Symfony\Component\HttpKernel\EventListener\ErrorListener('fos_rest.exception.twig_controller::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3749 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.exception_listener'] ?? $this->getFosRest_ExceptionListenerService());
› }, 1 => 'onKernelException'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /friendsofsymfony/rest-bundle/ EventListener/ExceptionListener.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The %s\ExceptionListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10929 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_ExceptionListenerService() …
›
› return $this->privates['fos_rest.exception_listener'] = new \FOS\RestBundle\EventListener\ExceptionListener(new \Symfony\Component\HttpKernel\EventListener\ErrorListener('fos_rest.exception.twig_controller::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3749 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.exception_listener'] ?? $this->getFosRest_ExceptionListenerService());
› }, 1 => 'onKernelException'], -100);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The "fos_rest.access_denied_listener " service is deprecated since FOSRestBundle 2.8.
[
"exception " => ErrorException {#336
#message : "User Deprecated: The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php "
#line : 10847
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10847 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_AccessDeniedListenerService() …
› {
› @trigger_error('The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3755 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.access_denied_listener'] ?? $this->getFosRest_AccessDeniedListenerService());
› }, 1 => 'onKernelException'], 5);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10847 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_AccessDeniedListenerService() …
› {
› @trigger_error('The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3755 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.access_denied_listener'] ?? $this->getFosRest_AccessDeniedListenerService());
› }, 1 => 'onKernelException'], 5);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:40:52
php
User Deprecated: The FOS\RestBundle\EventListener\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.
[
"exception " => ErrorException {#1640
#message : "User Deprecated: The FOS\RestBundle\EventListener\AccessDeniedListener class is deprecated since FOSRestBundle 2.8. "
#code : 0
#file : "/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /friendsofsymfony/rest-bundle/ EventListener/AccessDeniedListener.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /friendsofsymfony/rest-bundle/ EventListener/AccessDeniedListener.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The %s\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10849 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_AccessDeniedListenerService() …
›
› return $this->privates['fos_rest.access_denied_listener'] = new \FOS\RestBundle\EventListener\AccessDeniedListener(['json' => true], NULL);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3755 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.access_denied_listener'] ?? $this->getFosRest_AccessDeniedListenerService());
› }, 1 => 'onKernelException'], 5);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /friendsofsymfony/rest-bundle/ EventListener/AccessDeniedListener.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The %s\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:10849 {
ContainerX48ulbp \ srcApp_KernelDevDebugContainer->getFosRest_AccessDeniedListenerService() …
›
› return $this->privates['fos_rest.access_denied_listener'] = new \FOS\RestBundle\EventListener\AccessDeniedListener(['json' => true], NULL);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / var/cache/dev/ContainerX48ulbp/srcApp_KernelDevDebugContainer.php:3755 {
ContainerX48ulbp\srcApp_KernelDevDebugContainer->ContainerX48ulbp \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['fos_rest.access_denied_listener'] ?? $this->getFosRest_AccessDeniedListenerService());
› }, 1 => 'onKernelException'], 5);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com/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 {
}
/var/www/vhosts/knitink.com/dev.universe.knitink.com / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
14:43:00
n/a (2 times)
The "framework.templating " configuration is deprecated since Symfony 4.3. Configure the "twig " section provided by the Twig Bundle instead.
14:43:00
n/a (2 times)
Setting "templating.hinclude_default_template " is deprecated since Symfony 4.3, use "fragments.hinclude_default_template " instead.
14:43:00
n/a
Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
14:43:00
n/a (15 times)
A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
14:43:00
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "knitink_management " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "globunet_core " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a
Using Groups is deprecated since version 2.2 and will be removed in 3.0.
14:43:00
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.
14:43:00
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "globunet_user " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "globunet_dinamic_database " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a (2 times)
The "fos_rest.access_denied_listener " option is deprecated since FOSRestBundle 2.8.
14:43:00
n/a (2 times)
Enabling the route generation feature is deprecated since FOSRestBundle 2.8.
14:43:00
n/a (2 times)
The "fos_rest.view.templating_formats " configuration key has been deprecated in FOSRestBundle 2.8.
14:43:00
n/a (2 times)
Enabling the "fos_rest.exception.exception_listener " option is deprecated since FOSRestBundle 2.8.
14:43:00
n/a (2 times)
Enabling the "fos_rest.exception.serialize_exceptions " option is deprecated since FOSRestBundle 2.8.
14:43:00
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "bazinga_js_translation " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "globunet_admin " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "globunet_notification " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "mewes_k_twig_spreadsheet " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "globunet_geolocation " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:43:00
n/a
Class "Globunet\ApiBundle\Maker\MakeRest " should implement method "static Symfony\Bundle\MakerBundle\MakerInterface::getCommandDescription() ".
14:43:00
n/a
Class "Globunet\AdminBundle\Maker\MakeCrud " should implement method "static Symfony\Bundle\MakerBundle\MakerInterface::getCommandDescription() ".
14:43:00
n/a
Class "Globunet\AdminBundle\Maker\MakeAdmin " should implement method "static Symfony\Bundle\MakerBundle\MakerInterface::getCommandDescription() ".
14:43:00
n/a
The "Knitink\ManagementBundle\Domain\ModuleManager::persist() " method will require a new "array $parameters " argument in the next major version of its parent class "Globunet\CoreBundle\Domain\ModelManager ", not defining it is deprecated.
14:43:00
n/a
The "Knitink\ManagementBundle\Domain\ModuleManager::update() " method will require a new "array $parameters " argument in the next major version of its parent class "Globunet\CoreBundle\Domain\ModelManager ", not defining it is deprecated.
14:43:00
n/a
The "Knitink\ManagementBundle\Domain\TeamManager::persist() " method will require a new "array $parameters " argument in the next major version of its parent class "Globunet\CoreBundle\Domain\ModelManager ", not defining it is deprecated.
14:43:00
n/a
The "Knitink\ManagementBundle\Domain\TeamManager::update() " method will require a new "array $parameters " argument in the next major version of its parent class "Globunet\CoreBundle\Domain\ModelManager ", not defining it is deprecated.
14:43:00
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.
14:43:00
n/a
The "Knitink\UniverseBundle\Domain\SeasonManager::persist() " method will require a new "array $parameters " argument in the next major version of its parent class "Knitink\UniverseBundle\Domain\BaseManager ", not defining it is deprecated.
14:43:00
n/a
The "FOS\UserBundle\Form\Type\ProfileFormType " class is considered final. It may change without further notice as of its next major version. You should not extend it from "Globunet\UserBundle\Form\Type\UserType ".
14:43:00
n/a
The FOS\RestBundle\EventListener\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.
14:43:00
n/a
The "fos_rest.templating " service alias is deprecated since FOSRestBundle 2.8. It is being referenced by the "fos_rest.view_handler.default " service.
14:43:00
n/a
The "Knitink\ManagementBundle\Event\TeamEvent " class extends "Symfony\Component\EventDispatcher\Event " that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event " instead.
14:43:00
n/a
The "Knitink\ManagementBundle\Event\GatewayEvent " class extends "Symfony\Component\EventDispatcher\Event " that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event " instead.
14:43:00
n/a
The "Knitink\ManagementBundle\Event\UnitEvent " class extends "Symfony\Component\EventDispatcher\Event " that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event " instead.
14:43:00
n/a
The "Knitink\ManagementBundle\Event\ModuleEvent " class extends "Symfony\Component\EventDispatcher\Event " that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event " instead.
14:43:00
n/a
The FOS\RestBundle\EventListener\ExceptionListener class is deprecated since FOSRestBundle 2.8.
14:43:00
n/a
The FOS\RestBundle\Serializer\Normalizer\ExceptionHandler class is deprecated since FOSRestBundle 2.8.
14:43:00
n/a
The "templating.cache_warmer.template_paths " service is deprecated since Symfony 4.3 and will be removed in 5.0.
14:43:00
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
14:43:00
n/a
The "templating.finder " service is deprecated since Symfony 4.3 and will be removed in 5.0.
14:43:00
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.
14:43:00
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.
14:43:00
n/a
The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
14:43:00
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.
14:43:00
n/a
The "twig.cache_warmer " service is deprecated since Symfony 4.4 and will be removed in 5.0.
14:43:00
n/a
The "Globunet\UserBundle\Model\GroupInterface " interface extends "FOS\UserBundle\Model\GroupInterface " that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
14:43:00
n/a
The "Globunet\UserBundle\Entity\BaseGroup " class extends "FOS\UserBundle\Model\Group " that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.