Fatal error: Uncaught Symfony\Component\Routing\Exception\ResourceNotFoundException: None of the routers in the chain matched this request
GET /contact HTTP/1.1
Accept: */*
Accept-Encoding: gzip, br, zstd, deflate
Forwarded: for="216.73.216.106";host="debruyne-gino.be";proto=http
Host: debruyne-gino.be
Surrogate-Capability: symfony="ESI/1.0"
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For: 216.73.216.106
X-Forwarded-Server: 11201bfc458d
X-Php-Ob-Level: 0
X-Real-Ip: 216.73.216.106
X-Sulu-Segment:
in /app/vendor/symfony-cmf/routing/src/ChainRouter.php:180
Stack trace:
#0 /app/vendor/symfony-cmf/routing/src/ChainRouter.php(134): Symfony\Cmf\Component\Routing\ChainRouter->doMatch('/contact', Object(Symfony\Component\HttpFoundation\Request))
#1 /app/vendor/symfony/http-kernel/EventListener/RouterListener.php(101): Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#2 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php(58): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#3 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#4 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#5 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#6 /app/vendor/symfony/http-kernel/HttpKernel.php(159): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')
#7 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#8 /app/vendor/symfony/http-kernel/Kernel.php(182): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#9 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#10 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#11 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#12 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#13 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#14 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#16 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#17 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#18 /app/public/index.php(71): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#19 {main}
Next Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET http://debruyne-gino.be/contact" in /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:156
Stack trace:
#0 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php(58): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#1 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#2 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#3 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#4 /app/vendor/symfony/http-kernel/HttpKernel.php(159): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')
#5 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#6 /app/vendor/symfony/http-kernel/Kernel.php(182): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#7 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#8 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#9 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#10 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#11 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#12 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#13 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#14 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#16 /app/public/index.php(71): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#17 {main}
Next TypeError: PHPCR\Util\UUIDHelper::isUUID(): Argument #1 ($id) must be of type string, null given, called in /app/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php on line 42 and defined in /app/vendor/phpcr/phpcr-utils/src/PHPCR/Util/UUIDHelper.php:22
Stack trace:
#0 /app/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php(42): PHPCR\Util\UUIDHelper::isUUID(NULL)
#1 /app/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/Subscriber/Phpcr/FindSubscriber.php(61): Sulu\Component\DocumentManager\NodeManager->find(NULL)
#2 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Sulu\Component\DocumentManager\Subscriber\Phpcr\FindSubscriber->handleFind(Object(Sulu\Component\DocumentManager\Event\FindEvent), 'sulu_document_m...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#3 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'sulu_document_m...', Object(Sulu\Component\DocumentManager\Event\FindEvent))
#4 /app/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/DocumentManager.php(34): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Sulu\Component\DocumentManager\Event\FindEvent), 'sulu_document_m...')
#5 /app/vendor/sulu/sulu/src/Sulu/Component/Content/Mapper/ContentMapper.php(351): Sulu\Component\DocumentManager\DocumentManager->find(NULL, 'nl')
#6 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Navigation/NavigationMapper.php(167): Sulu\Component\Content\Mapper\ContentMapper->loadBreadcrumb(NULL, 'nl', 'debruyne_gino')
#7 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Twig/Navigation/NavigationTwigExtension.php(173): Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapper->getBreadcrumb(NULL, 'debruyne_gino', 'nl')
#8 /app/vendor/sulu/sulu/src/Sulu/Component/Cache/Memoize.php(67): Sulu\Bundle\WebsiteBundle\Twig\Navigation\NavigationTwigExtension->breadcrumbFunction(NULL)
#9 /app/vendor/sulu/sulu/src/Sulu/Component/Cache/MemoizeTwigExtensionTrait.php(51): Sulu\Component\Cache\Memoize->memoizeById('9c512f2192cd7b5...', Array, Array, 1)
#10 /app/var/cache/website/prod/twig/18/18bb322cfd0c608744d710a7fc95194d.php(251): Sulu\Bundle\WebsiteBundle\Twig\Navigation\MemoizedNavigationTwigExtension->Sulu\Component\Cache\{closure}(NULL)
#11 /app/vendor/twig/twig/src/Template.php(446): __TwigTemplate_06d94f8d6229fd1df526656142bd74fd->block_breadcrumbs(Array, Array)
#12 /app/var/cache/website/prod/twig/18/18bb322cfd0c608744d710a7fc95194d.php(112): Twig\Template->yieldBlock('breadcrumbs', Array, Array)
#13 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_06d94f8d6229fd1df526656142bd74fd->doDisplay(Array, Array)
#14 /app/var/cache/website/prod/twig/b3/b3be15d43e7543812db23ec2127f90bd.php(47): Twig\Template->yield(Array, Array)
#15 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_ce07b9f3cb7c9c0382c160e8d5b11007->doDisplay(Array, Array)
#16 /app/vendor/twig/twig/src/Template.php(358): Twig\Template->yield(Array, Array)
#17 /app/vendor/twig/twig/src/Template.php(373): Twig\Template->display(Array)
#18 /app/vendor/twig/twig/src/TemplateWrapper.php(51): Twig\Template->render(Array)
#19 /app/vendor/twig/twig/src/Environment.php(333): Twig\TemplateWrapper->render(Array)
#20 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/ErrorController.php(73): Twig\Environment->render('error/error.htm...', Array)
#21 /app/vendor/symfony/http-kernel/HttpKernel.php(183): Sulu\Bundle\WebsiteBundle\Controller\ErrorController->__invoke(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpKernel\Exception\NotFoundHttpException))
#22 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 2)
#23 /app/vendor/symfony/http-kernel/EventListener/ErrorListener.php(99): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 2, false)
#24 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#25 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#26 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.exceptio...', Object(Symfony\Component\HttpKernel\Event\ExceptionEvent))
#27 /app/vendor/symfony/http-kernel/HttpKernel.php(241): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...')
#28 /app/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object(Symfony\Component\HttpKernel\Exception\NotFoundHttpException), Object(Symfony\Component\HttpFoundation\Request), 1)
#29 /app/vendor/symfony/http-kernel/Kernel.php(182): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#30 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#31 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#32 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#33 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#34 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#35 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#36 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#37 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#38 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /app/public/index.php(71): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#40 {main}
Next Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("PHPCR\Util\UUIDHelper::isUUID(): Argument #1 ($id) must be of type string, null given, called in /app/vendor/sulu/sulu/src/Sulu/Component/DocumentManager/NodeManager.php on line 42") in "base.html.twig" at line 66. in /app/templates/base.html.twig:66
Stack trace:
#0 /app/var/cache/website/prod/twig/18/18bb322cfd0c608744d710a7fc95194d.php(112): Twig\Template->yieldBlock('breadcrumbs', Array, Array)
#1 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_06d94f8d6229fd1df526656142bd74fd->doDisplay(Array, Array)
#2 /app/var/cache/website/prod/twig/b3/b3be15d43e7543812db23ec2127f90bd.php(47): Twig\Template->yield(Array, Array)
#3 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_ce07b9f3cb7c9c0382c160e8d5b11007->doDisplay(Array, Array)
#4 /app/vendor/twig/twig/src/Template.php(358): Twig\Template->yield(Array, Array)
#5 /app/vendor/twig/twig/src/Template.php(373): Twig\Template->display(Array)
#6 /app/vendor/twig/twig/src/TemplateWrapper.php(51): Twig\Template->render(Array)
#7 /app/vendor/twig/twig/src/Environment.php(333): Twig\TemplateWrapper->render(Array)
#8 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/ErrorController.php(73): Twig\Environment->render('error/error.htm...', Array)
#9 /app/vendor/symfony/http-kernel/HttpKernel.php(183): Sulu\Bundle\WebsiteBundle\Controller\ErrorController->__invoke(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpKernel\Exception\NotFoundHttpException))
#10 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 2)
#11 /app/vendor/symfony/http-kernel/EventListener/ErrorListener.php(99): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 2, false)
#12 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#13 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#14 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.exceptio...', Object(Symfony\Component\HttpKernel\Event\ExceptionEvent))
#15 /app/vendor/symfony/http-kernel/HttpKernel.php(241): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...')
#16 /app/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object(Symfony\Component\HttpKernel\Exception\NotFoundHttpException), Object(Symfony\Component\HttpFoundation\Request), 1)
#17 /app/vendor/symfony/http-kernel/Kernel.php(182): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#18 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#19 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#20 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#21 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#22 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#23 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#24 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#25 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#26 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#27 /app/public/index.php(71): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#28 {main}
thrown in /app/templates/base.html.twig on line 66