• print
  • for
  • passion

EcoVadis Silbermedaille

Wir wurden erneut mit der Silbermedaille von EcoVadis ausgezeichnet und zählen damit zu den Top 15 % der weltweit bewerteten Unternehmen. Besonders stolz sind wir…

Mehr

Geschäftsführerwechsel

Patrick Gessler wird auf eigenen Wunsch als Geschäftsführer abberufen. Magdalena Beranová und Stephanie Roth werden als Geschäftsführerinnen…

Mehr

Wir sind erneut PSO-zertifiziert!

Qualität bleibt unser Versprechen: Mit der erneuten PSO-Zertifizierung garantieren wir Ihnen auch in Zukunft einen reibungslosen Druckablauf und höchste Farbverbindlichkeit.So können Sie sicher sein, dass…

Mehr

Zu unserem Tätigkeitsfeld zählen u.a. Bildbände für internationale Verlage, Broschüren und Kataloge für Agenturen und Industriekunden, Lehrbücher für Schulbuchverlage, Lohndruck für Packaging sowie
Akzidenzdruck. Als besonderes Privileg sehen wir die Bezeichnung „Die Druckerei der Fotografen“.
In den vergangenen Jahren durften wir zahlreiche international renommierte Fotografen zum Andruck
begrüßen – von den „Jägern des Lichts“ Ingo Arndt und Bernd Römmelt über Humberto da Silva, Michael Martin, Stefan Moses (†) bis hin zu Anton Corbijn und Annie Leibovitz.

Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/a1/c5). (500 Internal Server Error)

Symfony Exception

RuntimeException

HTTP 500 Internal Server Error

Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/a1/c5).

Exception

RuntimeException

  1.         $profileIndexed is_file($file);
  2.         if (!$profileIndexed) {
  3.             // Create directory
  4.             $dir \dirname($file);
  5.             if (!is_dir($dir) && false === @mkdir($dir0777true) && !is_dir($dir)) {
  6.                 throw new \RuntimeException(sprintf('Unable to create the storage directory (%s).'$dir));
  7.             }
  8.         }
  9.         $profileToken $profile->getToken();
  10.         // when there are errors in sub-requests, the parent and/or children tokens
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.     {
  2.         foreach ($listeners as $listener) {
  3.             if ($event->isPropagationStopped()) {
  4.                 break;
  5.             }
  6.             $listener($event$eventName$this);
  7.         }
  8.     }
  9.     /**
  10.      * Sorts the internal list of listeners for the given event by priority.
  1.      * @param object     $event     The event object to pass to the event handlers/listeners
  2.      */
  3.     protected function callListeners(iterable $listenersstring $eventName$event)
  4.     {
  5.         if ($event instanceof Event) {
  6.             $this->doDispatch($listeners$eventName$event);
  7.             return;
  8.         }
  9.         $stoppable $event instanceof ContractsEvent || $event instanceof StoppableEventInterface;
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 166)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritdoc}
Kernel->terminate() in web/index.php (line 35)
  1. $response $kernel->handle($request);
  2. $response->send();
  3. if ($kernel instanceof TerminableInterface) {
  4.     $kernel->terminate($request$response);
  5. }
require('/homepages/3/d557446887/htdocs/contao/web/index.php') in web/app.php (line 4)
  1. <?php
  2. // Backwards compatibility
  3. require __DIR__.'/index.php';

Logs 2

Level Channel Message
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/de"."
INFO 19:27:24 php User Deprecated: Using the "Contao\RequestToken" class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead.
{
    "exception": {}
}
DEBUG 19:27:24 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 281
    }
}
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns='www.passavia.de' OR tl_page.dns=''))
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.alias='index' OR tl_page.alias='/'
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=72 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.dns='www.typos.cz' AND tl_page.fallback='1' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=143 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=203 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=245 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=538 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.dns='www.eurodruk.com.pl' AND tl_page.fallback='1' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=618 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=689 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.dns='www.eds-zrinyi.hu' AND tl_page.fallback='1' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=809 LIMIT 0,1
INFO 19:27:24 request Matched route "tl_page.2".
{
    "route": "tl_page.2",
    "route_parameters": {
        "_token_check": true,
        "_controller": "Contao\\FrontendIndex::renderPage",
        "_scope": "frontend",
        "_locale": "de",
        "pageModel": {},
        "_route": "tl_page.2"
    },
    "request_uri": "https://www.passavia.de/de/",
    "method": "GET"
}
DEBUG 19:27:24 event Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin".
{
    "event": "security.authentication.success",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onLogin"
}
DEBUG 19:27:24 event Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin".
{
    "event": "security.authentication.success",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onLogin"
}
DEBUG 19:27:24 event Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin".
{
    "event": "security.authentication.success",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\AuthenticationSuccessEventSuppressor::onLogin"
}
INFO 19:27:24 security Populated the TokenStorage with an anonymous Token.
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/de"."
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns='www.passavia.de' OR tl_page.dns=''))
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.alias='index' OR tl_page.alias='/'
DEBUG 19:27:24 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
INFO 19:27:24 php Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:27:24 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:27:24 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 19:27:24 doctrine SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=1 LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT * FROM tl_theme WHERE tl_theme.`id`=2 LIMIT 0,1
INFO 19:27:24 php User Deprecated: Since contao/image 1.2: Not passing a secret to "Contao\Image\DeferredResizer::__construct()" has been deprecated and will no longer work in version 2.0.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Since contao/image 1.2: Not passing a secret to "Contao\Image\Resizer::__construct()" has been deprecated and will no longer work in version 2.0.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(1,4,0) ORDER BY FIND_IN_SET(`tl_module`.`id`, '1,4,0')
DEBUG 19:27:24 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=1 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:24 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 281
    }
}
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(3,4,6,426,7,8,433) ORDER BY FIND_IN_SET(`tl_page`.`id`, '3,4,6,426,7,8,433')
DEBUG 19:27:24 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=3 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(21,40) ORDER BY FIND_IN_SET(`tl_page`.`id`, '21,40')
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=21 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=4 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(12,995,13,200,14,15,16) ORDER BY FIND_IN_SET(`tl_page`.`id`, '12,995,13,200,14,15,16')
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=12 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=6 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(32,24,25,26,27,28,29) ORDER BY FIND_IN_SET(`tl_page`.`id`, '32,24,25,26,27,28,29')
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=32 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=426 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(423,424,425,427) ORDER BY FIND_IN_SET(`tl_page`.`id`, '423,424,425,427')
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=433 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(881,882,435,434,437) ORDER BY FIND_IN_SET(`tl_page`.`id`, '881,882,435,434,437')
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=434 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:24 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:24 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
        "line": 218,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php",
                "line": 443,
                "function": "generate",
                "class": "Contao\\Module",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 19:27:24 php Warning: Undefined array key "load"
DEBUG 19:27:24 doctrine SELECT tl_article.* FROM tl_article WHERE tl_article.pid=2 AND tl_article.inColumn='main' AND tl_article.published='1' AND (tl_article.start='' OR tl_article.start<='1779816420') AND (tl_article.stop='' OR tl_article.stop>'1779816420') ORDER BY tl_article.sorting
DEBUG 19:27:24 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/ModuleArticle.php",
        "line": 116,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
                "line": 214,
                "function": "compile",
                "class": "Contao\\ModuleArticle",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 19:27:24 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/ModuleArticle.php",
        "line": 160,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
                "line": 214,
                "function": "compile",
                "class": "Contao\\ModuleArticle",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 19:27:24 doctrine SELECT tl_content.* FROM tl_content WHERE tl_content.pid=1 AND (tl_content.ptable='tl_article' OR tl_content.ptable='') AND tl_content.invisible='' AND (tl_content.start='' OR tl_content.start<='1779816420') AND (tl_content.stop='' OR tl_content.stop>'1779816420') AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('13d79c3a5ef011eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using Image::get() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using Image::create() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using new Contao\Image() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 php Notice: unserialize(): Error at offset 0 of 36 bytes
{
    "exception": {
        "severity": 8,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php",
        "line": 224,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/templates/passavia/rsce_teaser.html5",
                "line": 109,
                "function": "deserialize"
            }
        ],
        "count": 12
    }
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('7bf7e0e85eef11eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('7c2d566b5eef11eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('7d2a198d5eef11eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('bd8d2b945eef11eb8207bb173ff921ba') LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('217033165ef111eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using Image::get() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using Image::create() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using new Contao\Image() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('270cd7895ef111eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('278cd0845ef111eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('291c686c5ef111eb8207bb173ff921ba') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('285cb1c45ef111eb8207bb173ff921ba') LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('7e46d632324311eab2e5c08c7abe4a38') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using Image::get() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using Image::create() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using new Contao\Image() has been deprecated and will no longer work in Contao 5.0. Use the contao.image.image_factory service instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('9475af26324311eab2e5c08c7abe4a38') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('814e62d2324311eab2e5c08c7abe4a38') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('9d57e10f324311eab2e5c08c7abe4a38') LIMIT 0,1
INFO 19:27:24 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('9030f514324311eab2e5c08c7abe4a38') LIMIT 0,1
DEBUG 19:27:24 php Warning: Undefined global variable $TL_USER_CSS
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php",
        "line": 539,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php",
                "line": 227,
                "function": "createHeaderScripts",
                "class": "Contao\\PageRegular",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 19:27:24 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='2' LIMIT 0,1
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND ( tl_page.dns='www.passavia.de' OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND id = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.passavia.de' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot = ( SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.passavia.de' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.passavia.de' LIMIT 1 ) ) ) ORDER BY sorting
DEBUG 19:27:24 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 281
    }
}
DEBUG 19:27:24 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.id=2 OR tl_page.languageMain=2) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1779816420) AND (tl_page.stop='' OR tl_page.stop>1779816480)
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
INFO 19:27:24 php User Deprecated: Using standardize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::standardize() instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Using strip_insert_tags() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::stripInsertTags() instead.
{
    "exception": {}
}
DEBUG 19:27:24 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='3' LIMIT 0,1
DEBUG 19:27:24 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
        "line": 218,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php",
                "line": 443,
                "function": "generate",
                "class": "Contao\\Module",
                "type": "->"
            }
        ],
        "count": 2
    }
}
DEBUG 19:27:24 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='13' LIMIT 0,1
DEBUG 19:27:24 php Warning: Undefined array key "load"
DEBUG 19:27:24 doctrine SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(1) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '1')
DEBUG 19:27:24 doctrine SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.pid IN(1) AND (tl_news.start='' OR tl_news.start<=1779816420) AND (tl_news.stop='' OR tl_news.stop>1779816480) AND tl_news.published=1
DEBUG 19:27:24 php Warning: Undefined array key "load"
DEBUG 19:27:24 doctrine SELECT tl_news.* FROM tl_news WHERE tl_news.pid IN(1) AND (tl_news.start='' OR tl_news.start<=1779816420) AND (tl_news.stop='' OR tl_news.stop>1779816480) AND tl_news.published=1 ORDER BY tl_news.date DESC LIMIT 0,10
DEBUG 19:27:24 doctrine SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('142753c50d9311f18985001a4a051178'),UNHEX('b23d3fb69dd311f09553001a4a051178'),UNHEX('b1f72f749dd311f09553001a4a051178')) ORDER BY tl_files.uuid!=UNHEX('142753c50d9311f18985001a4a051178'), tl_files.uuid!=UNHEX('b23d3fb69dd311f09553001a4a051178'), tl_files.uuid!=UNHEX('b1f72f749dd311f09553001a4a051178')
DEBUG 19:27:24 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
DEBUG 19:27:24 php Warning: Undefined array key "date"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 154,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 3
    }
}
DEBUG 19:27:24 php Warning: Undefined array key "ccount"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 156,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 3
    }
}
DEBUG 19:27:24 php Warning: Undefined array key "comments"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 157,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 3
    }
}
DEBUG 19:27:24 php Warning: Undefined array key "author"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 159,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 3
    }
}
INFO 19:27:24 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:27:24 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:27:25 php User Deprecated: Using the "dcaconfig.php" file has been deprecated and will no longer work in Contao 5.0. Create custom DCA files in the "contao/dca" folder instead.
{
    "exception": {}
}
DEBUG 19:27:25 php Warning: Undefined array key "linkTitle"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php",
        "line": 1925,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 186,
                "function": "addImageToTemplate",
                "class": "Contao\\Controller",
                "type": "::"
            }
        ],
        "count": 3
    }
}
DEBUG 19:27:25 php Warning: Undefined array key "title"
INFO 19:27:25 php User Deprecated: Using the "dcaconfig.php" file has been deprecated and will no longer work in Contao 5.0. Create custom DCA files in the "contao/dca" folder instead.
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('339')
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:27:25 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:27:25 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:27:25 php Warning: Undefined array key "title"
DEBUG 19:27:25 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('335')
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:27:25 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:27:25 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:27:25 php Warning: Undefined array key "title"
DEBUG 19:27:25 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('334')
DEBUG 19:27:25 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='7' LIMIT 0,1
DEBUG 19:27:25 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=1 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:25 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=3 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=21 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=4 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=12 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=6 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=32 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=426 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779816420') AND (p2.stop='' OR p2.stop>'1779816420')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=433 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779816420') AND (p1.stop='' OR p1.stop>'1779816420') ORDER BY p1.sorting
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=434 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') LIMIT 0,1
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='9' LIMIT 0,1
DEBUG 19:27:25 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='6' LIMIT 0,1
DEBUG 19:27:25 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 281
    }
}
DEBUG 19:27:25 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(9,10,20) AND tl_page.type!='error_401' AND tl_page.type!='error_403' AND tl_page.type!='error_404' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779816420') AND (tl_page.stop='' OR tl_page.stop>'1779816420') ORDER BY FIND_IN_SET(`tl_page`.`id`, '9,10,20')
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 19:27:25 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:27:25 php Warning: Undefined array key "subitems"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_footer.html5",
        "line": 6,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/TemplateInheritance.php",
                "line": 100,
                "args": [
                    "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_footer.html5"
                ],
                "function": "include"
            }
        ],
        "count": 3
    }
}
DEBUG 19:27:25 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id='11' LIMIT 0,1
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
DEBUG 19:27:25 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
DEBUG 19:27:25 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='8' LIMIT 0,1
DEBUG 19:27:25 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('27b3ad61d5c611ecba3b5fb77b40ce4a') LIMIT 0,1
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InitializeControllerListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InitializeControllerListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MergeHttpHeadersListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\CacheControlListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentTypeListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ReferrerPolicyListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InterestCohortListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PageTrailCacheTagsListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewToolbarListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\StoreRefererListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\TagListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ClickjackingListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "TrustedCookieResponseListener_c7f9b85::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\ClearSessionDataListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MakeResponsePrivateListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 19:27:25 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 19:27:25 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 19:27:25 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 19:27:25 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 19:27:25 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
CRITICAL 19:27:25 request Uncaught PHP Exception RuntimeException: "Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/a1/c5)." at /homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 135
{
    "exception": {}
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 19:27:24 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:27:24 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:27:24 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
INFO 19:27:24 php User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
{
    "exception": {}
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InitializeControllerListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InitializeControllerListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MergeHttpHeadersListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\CacheControlListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentTypeListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ReferrerPolicyListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InterestCohortListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PageTrailCacheTagsListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewToolbarListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\StoreRefererListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\TagListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ClickjackingListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "TrustedCookieResponseListener_c7f9b85::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\ClearSessionDataListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MakeResponsePrivateListener::__invoke"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 19:27:24 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 19:27:24 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 19:27:24 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 19:27:24 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 19:27:24 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 19:27:25 doctrine SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
DEBUG 19:27:25 doctrine LOCK TABLES tl_cron_job WRITE, tl_cron_job AS t0 WRITE, tl_cron_job AS t0_ WRITE
DEBUG 19:27:25 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 19:27:25 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 19:27:25 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 19:27:25 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 19:27:25 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 19:27:25 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Pur [...]"
]
DEBUG 19:27:25 doctrine UNLOCK TABLES
DEBUG 19:27:25 php Warning: mkdir(): Disk quota exceeded
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php",
        "line": 134,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/Profiler.php",
                "line": 104,
                "function": "write",
                "class": "Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 19:27:25 event Notified event "kernel.terminate" to listener "Contao\CoreBundle\EventListener\CommandSchedulerListener::__invoke".
{
    "event": "kernel.terminate",
    "listener": "Contao\\CoreBundle\\EventListener\\CommandSchedulerListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.terminate" to listener "Contao\CoreBundle\EventListener\SearchIndexListener::__invoke".
{
    "event": "kernel.terminate",
    "listener": "Contao\\CoreBundle\\EventListener\\SearchIndexListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.terminate" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener::onTerminate"
}
DEBUG 19:27:25 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
CRITICAL 19:27:25 php Uncaught Exception: Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/a1/c5).
{
    "exception": {}
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 19:27:25 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 19:27:25 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:27:25 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:27:25 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

RuntimeException

RuntimeException:
Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/a1/c5).

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:135
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write()
     (vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:264)
  at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:239)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:73)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:103)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (vendor/symfony/http-kernel/Kernel.php:166)
  at Symfony\Component\HttpKernel\Kernel->terminate()
     (web/index.php:35)
  at require('/homepages/3/d557446887/htdocs/contao/web/index.php')
     (web/app.php:4)                
Symfony\Component\VarDumper\Cloner\Data objects are immutable. (500 Internal Server Error)

Symfony Exception

BadMethodCallException

HTTP 500 Internal Server Error

Symfony\Component\VarDumper\Cloner\Data objects are immutable.

Exception

BadMethodCallException

  1.      * @return void
  2.      */
  3.     #[\ReturnTypeWillChange]
  4.     public function offsetSet($key$value)
  5.     {
  6.         throw new \BadMethodCallException(self::class.' objects are immutable.');
  7.     }
  8.     /**
  9.      * @return void
  10.      */
  1.      *
  2.      * @see TraceableEventDispatcher
  3.      */
  4.     public function setCalledListeners(array $listeners)
  5.     {
  6.         $this->data['called_listeners'] = $listeners;
  7.     }
  8.     /**
  9.      * Gets the called listeners.
  10.      *
  1.     }
  2.     public function lateCollect()
  3.     {
  4.         if ($this->dispatcher instanceof TraceableEventDispatcherInterface) {
  5.             $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
  6.             $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
  7.         }
  8.         if ($this->dispatcher instanceof TraceableEventDispatcher) {
  9.             $this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
  1.     public function saveProfile(Profile $profile)
  2.     {
  3.         // late collect
  4.         foreach ($profile->getCollectors() as $collector) {
  5.             if ($collector instanceof LateDataCollectorInterface) {
  6.                 $collector->lateCollect();
  7.             }
  8.         }
  9.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  10.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.     {
  2.         foreach ($listeners as $listener) {
  3.             if ($event->isPropagationStopped()) {
  4.                 break;
  5.             }
  6.             $listener($event$eventName$this);
  7.         }
  8.     }
  9.     /**
  10.      * Sorts the internal list of listeners for the given event by priority.
  1.      * @param object     $event     The event object to pass to the event handlers/listeners
  2.      */
  3.     protected function callListeners(iterable $listenersstring $eventName$event)
  4.     {
  5.         if ($event instanceof Event) {
  6.             $this->doDispatch($listeners$eventName$event);
  7.             return;
  8.         }
  9.         $stoppable $event instanceof ContractsEvent || $event instanceof StoppableEventInterface;
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
  1.         }
  2.         $response->sendHeaders();
  3.         $response->sendContent();
  4.         $this->terminate($request$response);
  5.     }
  6.     /**
  7.      * Handles a request to convert it to a response.
  8.      *
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /homepages/3/d557446887/htdocs/contao/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 601)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 return $exceptionHandler($exception);
  6.             }
  7.             $handlerException $handlerException ?: $exception;
  8.         } catch (\Throwable $handlerException) {
  9.         }
  10.         if ($exception === $handlerException && null === $this->exceptionHandler) {
ErrorHandler->handleException()

Stack Trace

BadMethodCallException

BadMethodCallException:
Symfony\Component\VarDumper\Cloner\Data objects are immutable.

  at /homepages/3/d557446887/htdocs/contao/vendor/symfony/var-dumper/Cloner/Data.php:176
  at Symfony\Component\VarDumper\Cloner\Data->offsetSet()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:88)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:68)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/Profiler.php:100)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/EventDispatcher.php:264)
  at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/EventDispatcher.php:239)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/EventDispatcher.php:73)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/HttpKernel.php:103)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/HttpKernel.php:130)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:129)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/error-handler/ErrorHandler.php:601)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException()