A strange error
Created 5 years ago by dexter1

What is this? Pyro was already installed in local and now gives this error: Symfony\Component\HttpKernel\Exception\NotFoundHttpException thrown with message ""

Stacktrace:

27 Symfony\Component\HttpKernel\Exception\NotFoundHttpException in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\RouteCollection.php:179

26 Illuminate\Routing\RouteCollection:match in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Router.php:612

25 Illuminate\Routing\Router:findRoute in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Router.php:601

24 Illuminate\Routing\Router:dispatchToRoute in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Router.php:590

23 Illuminate\Routing\Router:dispatch in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:176

22 Illuminate\Foundation\Http\Kernel:Illuminate\Foundation\Http{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:30

21 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php:49

20 Illuminate\View\Middleware\ShareErrorsFromSession:handle in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

19 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

18 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php:63

17 Illuminate\Session\Middleware\StartSession:handle in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

16 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

15 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php:37

14 Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse:handle in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

13 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

12 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php:59

11 Illuminate\Cookie\Middleware\EncryptCookies:handle in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:149

10 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php:53

9 Illuminate\Routing\Pipeline:Illuminate\Routing{closure} in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:102

8 Illuminate\Pipeline\Pipeline:then in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:151

7 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in C:\xampp\htdocs\pyrocms\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:116

6 Illuminate\Foundation\Http\Kernel:handle in C:\xampp\htdocs\pyrocms\vendor\barryvdh\laravel-httpcache\src\CacheKernel.php:27

5 Barryvdh\HttpCache\CacheKernel:handle in C:\xampp\htdocs\pyrocms\vendor\symfony\http-kernel\HttpCache\SubRequestHandler.php:102

4 Symfony\Component\HttpKernel\HttpCache\SubRequestHandler:handle in C:\xampp\htdocs\pyrocms\vendor\symfony\http-kernel\HttpCache\HttpCache.php:448

3 Symfony\Component\HttpKernel\HttpCache\HttpCache:forward in C:\xampp\htdocs\pyrocms\vendor\symfony\http-kernel\HttpCache\HttpCache.php:420

2 Symfony\Component\HttpKernel\HttpCache\HttpCache:fetch in C:\xampp\htdocs\pyrocms\vendor\symfony\http-kernel\HttpCache\HttpCache.php:317

1 Symfony\Component\HttpKernel\HttpCache\HttpCache:lookup in C:\xampp\htdocs\pyrocms\vendor\symfony\http-kernel\HttpCache\HttpCache.php:192

0 Symfony\Component\HttpKernel\HttpCache\HttpCache:handle in C:\xampp\htdocs\pyrocms\public\index.php:55

pcosta94  —  5 years ago

That error is related with a non-existing route. Where you trying to implement a new route?

ryanthompson  —  5 years ago

Yep this is the 404 page with debugging ON. Disable debugging and it's prettier but still a 404 😄