No route found for "GET /uploads/media/default/0001/01/31f92a825cd9d062ee156be7496ba44e92b55752.pdf"
404 Not Found - NotFoundHttpException
1 linked Exception:
- ResourceNotFoundException »
[2/2]
NotFoundHttpException: No route found for "GET /uploads/media/default/0001/01/31f92a825cd9d062ee156be7496ba44e92b55752.pdf"

-
in kernel.root_dir/cache/prod/classes.php at line 15936
if ($referer = $request->headers->get('referer')) {$message .= sprintf(' (from "%s")', $referer);}throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {$message = sprintf('No route found for "%s %s": Method Not Allowed (Allow: %s)', $request->getMethod(), $request->getPathInfo(), implode(', ', $e->getAllowedMethods()));throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);
- at RouterListener ->onKernelRequest (object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
-
at
call_user_func
(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php at line 61$e = $this->stopwatch->start($this->name, 'event_listener');call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);if ($e->isStarted()) {$e->stop();
- at WrappedListener ->__invoke (object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
-
at
call_user_func
(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in kernel.root_dir/cache/prod/classes.php at line 15066protected function doDispatch($listeners, $eventName, Event $event){foreach ($listeners as $listener) {call_user_func($listener, $event, $eventName, $this);if ($event->isPropagationStopped()) {break;}
-
at
EventDispatcher
->doDispatch
(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 14999if (!isset($this->listeners[$eventName])) {return $event;}$this->doDispatch($this->getListeners($eventName), $eventName, $event);return $event;}public function getListeners($eventName = null)
-
at
EventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 15163public function dispatch($eventName, Event $event = null){$this->lazyLoad($eventName);return parent::dispatch($eventName, $event);}public function getContainer(){
-
at
ContainerAwareEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php at line 112$e = $this->stopwatch->start($eventName, 'section');$this->dispatcher->dispatch($eventName, $event);if ($e->isStarted()) {$e->stop();
-
at
TraceableEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/bootstrap.php.cache at line 2994{$this->requestStack->push($request);$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}
-
at
HttpKernel
->handleRaw
(object(Request), '1')
in kernel.root_dir/bootstrap.php.cache at line 2967public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if (false === $catch) {$this->finishRequest($request, $type);
-
at
HttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 3116$this->container->enterScope('request');$this->container->set('request', $request,'request');try {$response = parent::handle($request, $type, $catch);} catch (\Exception $e) {$this->container->set('request', null,'request');$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 2365if (false === $this->booted) {$this->boot();}return $this->getHttpKernel()->handle($request, $type, $catch);}protected function getHttpKernel(){
-
at
Kernel
->handle
(object(Request))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/web/app.php at line 29// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter//Request::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
[1/2]
ResourceNotFoundException:

-
in kernel.root_dir/cache/prod/appProdUrlMatcher.php at line 1339
return array ( '_controller' => 'Anyro\\CitizenBundle\\Controller\\PageController::footerAction', '_route' => 'anyro_citizen_print_footer',);}throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();}}
-
at
appProdUrlMatcher
->match
('/uploads/media/default/0001/01/31f92a825cd9d062ee156be7496ba44e92b55752.pdf')
in kernel.root_dir/cache/prod/classes.php at line 14246public function matchRequest(Request $request){$this->request = $request;$ret = $this->match($request->getPathInfo());$this->request = null;return $ret;}
-
at
UrlMatcher
->matchRequest
(object(Request))
in kernel.root_dir/cache/prod/classes.php at line 14493if (!$matcher instanceof RequestMatcherInterface) {return $matcher->match($request->getPathInfo());}return $matcher->matchRequest($request);}public function getMatcher(){
-
at
Router
->matchRequest
(object(Request))
in kernel.root_dir/cache/prod/classes.php at line 15920}try {if ($this->matcher instanceof RequestMatcherInterface) {$parameters = $this->matcher->matchRequest($request);} else {$parameters = $this->matcher->match($request->getPathInfo());}
- at RouterListener ->onKernelRequest (object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
-
at
call_user_func
(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php at line 61$e = $this->stopwatch->start($this->name, 'event_listener');call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);if ($e->isStarted()) {$e->stop();
- at WrappedListener ->__invoke (object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
-
at
call_user_func
(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in kernel.root_dir/cache/prod/classes.php at line 15066protected function doDispatch($listeners, $eventName, Event $event){foreach ($listeners as $listener) {call_user_func($listener, $event, $eventName, $this);if ($event->isPropagationStopped()) {break;}
-
at
EventDispatcher
->doDispatch
(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 14999if (!isset($this->listeners[$eventName])) {return $event;}$this->doDispatch($this->getListeners($eventName), $eventName, $event);return $event;}public function getListeners($eventName = null)
-
at
EventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 15163public function dispatch($eventName, Event $event = null){$this->lazyLoad($eventName);return parent::dispatch($eventName, $event);}public function getContainer(){
-
at
ContainerAwareEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php at line 112$e = $this->stopwatch->start($eventName, 'section');$this->dispatcher->dispatch($eventName, $event);if ($e->isStarted()) {$e->stop();
-
at
TraceableEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/bootstrap.php.cache at line 2994{$this->requestStack->push($request);$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}
-
at
HttpKernel
->handleRaw
(object(Request), '1')
in kernel.root_dir/bootstrap.php.cache at line 2967public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if (false === $catch) {$this->finishRequest($request, $type);
-
at
HttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 3116$this->container->enterScope('request');$this->container->set('request', $request,'request');try {$response = parent::handle($request, $type, $catch);} catch (\Exception $e) {$this->container->set('request', null,'request');$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 2365if (false === $this->booted) {$this->boot();}return $this->getHttpKernel()->handle($request, $type, $catch);}protected function getHttpKernel(){
-
at
Kernel
->handle
(object(Request))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/web/app.php at line 29// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter//Request::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Stack Trace (Plain Text)

[1] Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET /uploads/media/default/0001/01/31f92a825cd9d062ee156be7496ba44e92b55752.pdf"
at n/a
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 15936
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in line
at call_user_func(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php line 61
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in line
at call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 15066
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 14999
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 15163
at Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php line 112
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 2994
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 2967
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 3116
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 2365
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/web/app.php line 29
[2] Symfony\Component\Routing\Exception\ResourceNotFoundException:
at n/a
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/appProdUrlMatcher.php line 1339
at appProdUrlMatcher->match('/uploads/media/default/0001/01/31f92a825cd9d062ee156be7496ba44e92b55752.pdf')
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 14246
at Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest(object(Request))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 14493
at Symfony\Component\Routing\Router->matchRequest(object(Request))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 15920
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in line
at call_user_func(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php line 61
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in line
at call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 15066
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 14999
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/cache/prod/classes.php line 15163
at Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php line 112
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 2994
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 2967
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 3116
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
in /home/vrnyjlabsm/domains/citizen.pl/public_html/app/bootstrap.php.cache line 2365
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
in /home/vrnyjlabsm/domains/citizen.pl/public_html/web/app.php line 29