Exceptions
Exceptions 2
Symfony\Component\HttpKernel\Exception\ NotFoundHttpException
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/EventListener/RouterListener.php
(line 137)
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);}
RouterListener->onKernelRequest()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php
(line 127)
HttpKernel->handleRaw()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
HttpKernel->handle()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/Kernel.php
(line 200)
Kernel->handle()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/index.php
(line 76)
Symfony\Component\Routing\Exception\ ResourceNotFoundException
EccubeDevDebugProjectContainerUrlMatcher->match()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/routing/Matcher/UrlMatcher.php
(line 93)
UrlMatcher->matchRequest()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/routing/Router.php
(line 262)
Router->matchRequest()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/EventListener/RouterListener.php
(line 113)
// add attributes based on the request (routing)try {// matching a request is more powerful than matching a URL path + context, so try that firstif ($this->matcher instanceof RequestMatcherInterface) {$parameters = $this->matcher->matchRequest($request);} else {$parameters = $this->matcher->match($request->getPathInfo());}if (null !== $this->logger) {
RouterListener->onKernelRequest()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php
(line 127)
HttpKernel->handleRaw()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
HttpKernel->handle()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/Kernel.php
(line 200)
Kernel->handle()
in
/home/toebisu-kagoya/public_html/toebisu.website/functionshop/index.php
(line 76)
Stack Traces 2
[2/2] NotFoundHttpException |
|---|
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
No route found for "GET /application.properties"
at /home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/EventListener/RouterListener.php:137
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php:214)
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php:44)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:143)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php:127)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php:68)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/Kernel.php:200)
at Symfony\Component\HttpKernel\Kernel->handle()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/index.php:76)
|
[1/2] ResourceNotFoundException |
|---|
Symfony\Component\Routing\Exception\ResourceNotFoundException:
at /home/toebisu-kagoya/public_html/toebisu.website/functionshop/var/cache/dev/EccubeDevDebugProjectContainerUrlMatcher.php:6451
at EccubeDevDebugProjectContainerUrlMatcher->match()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/routing/Matcher/UrlMatcher.php:93)
at Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/routing/Router.php:262)
at Symfony\Component\Routing\Router->matchRequest()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/EventListener/RouterListener.php:113)
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php:214)
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/EventDispatcher.php:44)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:143)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php:127)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/HttpKernel.php:68)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/vendor/symfony/http-kernel/Kernel.php:200)
at Symfony\Component\HttpKernel\Kernel->handle()
(/home/toebisu-kagoya/public_html/toebisu.website/functionshop/index.php:76)
|